llvm-project/lldb/source
Jason Molenda 382dcfda20 Register the ProcessGDBRemote plugin ahead of the ProcessKDP plugin
so a process connect without any plugin specified picks up the 
gdb-remote plugin by default.

llvm-svn: 157792
2012-06-01 01:39:46 +00:00
..
API Thread-hardening the SB API calls related to watchpoint operations. 2012-05-31 22:56:36 +00:00
Breakpoint We were accessing the ModuleList in the target without locking it for tasks like 2012-05-30 02:19:25 +00:00
Commands Fix a bunch of thinko's in the command "thread continue". 2012-05-31 20:48:41 +00:00
Core We were accessing the ModuleList in the target without locking it for tasks like 2012-05-30 02:19:25 +00:00
Expression Made nil resolve as (id)0 and not be looked up 2012-05-31 17:49:31 +00:00
Host When the Platform launches a process for debugging, make sure it goes into a separate process group, otherwise ^C will both cause us to try to Stop it manually, AND send it a SIGINT, which can confuse us. 2012-06-01 01:22:13 +00:00
Interpreter <rdar://problem/11328896> Fixing a bug where regex commands were saved in the history even if they came from a 'command sourced' file - this fix introduces a command sourcing depth and disables history for all levels of depth > 0, which means no commands go into history when being sourced from a file. we need an integer depth because command files might themselves source other command files, ... 2012-05-31 01:09:06 +00:00
Plugins <rdar://problem/11486302> 2012-05-31 21:24:20 +00:00
Symbol Fixed a crash in logging when the name of an 2012-05-25 18:12:26 +00:00
Target When the Platform launches a process for debugging, make sure it goes into a separate process group, otherwise ^C will both cause us to try to Stop it manually, AND send it a SIGINT, which can confuse us. 2012-06-01 01:22:13 +00:00
Utility Removed redundant isxdigit checks and added the ability to GetHexU8() so it can extract an 8 bit hex value if one is available. It will set EOF if "set_eof_on_fail" is true or if out of data. This allows a string decoder to grab a string without losing the last part of the packet with a packet like "414243,abc" (it can extract "ABC" and leave the file position set to the comma). 2012-04-07 00:42:53 +00:00
Makefile Don't include LLDBWrapPython.cpp here. Use it in Interpreter. 2012-05-29 14:03:55 +00:00
lldb-log.cpp Patch from Filipe Cabecinhas. 2012-04-26 17:07:53 +00:00
lldb.cpp Register the ProcessGDBRemote plugin ahead of the ProcessKDP plugin 2012-06-01 01:39:46 +00:00