hanchenye-llvm-project/lldb/source/Commands
Vince Harron 1b5a74eea7 This patch gets remote-linux platform able to run processes
Make sure the selected platform is always used

Make sure that the host uses the connect://hostname to connect to both
the lldb-platform and the lldb-gdbserver rather than what the platform
reports as the hostname of the lldb-gdbserver

Make sure that lldb-platform uses the IP address on it's connection
back to the host instead of the hostname that the host sends to it
when launching lldb-gdbserver with the remote host information

Tested on OSX and Linux

llvm-svn: 226712
2015-01-21 22:42:49 +00:00
..
CMakeLists.txt
CommandCompletions.cpp Add the ability to set breakpoints with conditions, commands, etc, 2014-12-06 01:28:03 +00:00
CommandObjectApropos.cpp
CommandObjectApropos.h
CommandObjectArgs.cpp
CommandObjectArgs.h
CommandObjectBreakpoint.cpp Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ 2015-01-15 20:08:35 +00:00
CommandObjectBreakpoint.h Add the ability to tag one or more breakpoints with a name. These 2014-12-16 23:40:14 +00:00
CommandObjectBreakpointCommand.cpp Add the ability to tag one or more breakpoints with a name. These 2014-12-16 23:40:14 +00:00
CommandObjectBreakpointCommand.h
CommandObjectCommands.cpp Fixed an issue where you couldn't delete a user defined regex, python, or multi-word command by adding a new "command delete" command. 2015-01-09 19:08:20 +00:00
CommandObjectCommands.h
CommandObjectDisassemble.cpp Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ 2015-01-15 20:08:35 +00:00
CommandObjectDisassemble.h
CommandObjectExpression.cpp Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ 2015-01-15 20:08:35 +00:00
CommandObjectExpression.h
CommandObjectFrame.cpp Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ 2015-01-15 20:08:35 +00:00
CommandObjectFrame.h
CommandObjectGUI.cpp Typing "gui" will crash programs that don't give LLDB a real terminal. 2015-01-14 19:45:21 +00:00
CommandObjectGUI.h
CommandObjectHelp.cpp Fix build after r226068: cannot initialize 'int' with 'nullptr_t' 2015-01-15 02:07:28 +00:00
CommandObjectHelp.h Three related changes to help: 2015-01-15 00:52:41 +00:00
CommandObjectLog.cpp Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ 2015-01-15 20:08:35 +00:00
CommandObjectLog.h
CommandObjectMemory.cpp Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ 2015-01-15 20:08:35 +00:00
CommandObjectMemory.h
CommandObjectMultiword.cpp
CommandObjectPlatform.cpp This patch gets remote-linux platform able to run processes 2015-01-21 22:42:49 +00:00
CommandObjectPlatform.h
CommandObjectPlugin.cpp
CommandObjectPlugin.h
CommandObjectProcess.cpp Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ 2015-01-15 20:08:35 +00:00
CommandObjectProcess.h
CommandObjectQuit.cpp
CommandObjectQuit.h
CommandObjectRegister.cpp
CommandObjectRegister.h
CommandObjectSettings.cpp
CommandObjectSettings.h
CommandObjectSource.cpp Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ 2015-01-15 20:08:35 +00:00
CommandObjectSource.h
CommandObjectSyntax.cpp Break out of the command word parsing loop if we hit 2014-10-17 02:10:33 +00:00
CommandObjectSyntax.h
CommandObjectTarget.cpp This patch gets remote-linux platform able to run processes 2015-01-21 22:42:49 +00:00
CommandObjectTarget.h
CommandObjectThread.cpp Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ 2015-01-15 20:08:35 +00:00
CommandObjectThread.h
CommandObjectType.cpp Add commands 2014-12-05 20:59:08 +00:00
CommandObjectType.h
CommandObjectVersion.cpp
CommandObjectVersion.h
CommandObjectWatchpoint.cpp Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ 2015-01-15 20:08:35 +00:00
CommandObjectWatchpoint.h
CommandObjectWatchpointCommand.cpp Rework the way we pass "run multiple command" options to the various API's that 2014-10-11 00:38:27 +00:00
CommandObjectWatchpointCommand.h
Makefile