llvm-project/lldb/source
Sean Callanan e635db4923 Fixed a potential crash in PlatformLinux if
ModuleList::GetSharedModule() returned NULL.

<rdar://problem/12182971>

llvm-svn: 162871
2012-08-29 22:34:39 +00:00
..
API <rdar://problem/11757916> 2012-08-29 21:13:06 +00:00
Breakpoint <rdar://problem/11757916> 2012-08-29 21:13:06 +00:00
Commands <rdar://problem/11757916> 2012-08-29 21:13:06 +00:00
Core <rdar://problem/11757916> 2012-08-29 21:13:06 +00:00
Expression <rdar://problem/11757916> 2012-08-29 21:13:06 +00:00
Host <rdar://problem/11757916> 2012-08-29 21:13:06 +00:00
Interpreter <rdar://problem/11757916> 2012-08-29 21:13:06 +00:00
Plugins Fixed a potential crash in PlatformLinux if 2012-08-29 22:34:39 +00:00
Symbol <rdar://problem/11757916> 2012-08-29 21:13:06 +00:00
Target <rdar://problem/11757916> 2012-08-29 21:13:06 +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 Added a hollowed out version of an OperatingSystem plugin that will use a class in python to get thread information for threads stored in memory. 2012-08-23 21:17:11 +00:00