llvm-project/lldb/source
Greg Clayton 8f258513a1 Fixed an assertion that could happen if we happened to parse a mach-o object
file that had a symbol that had a section specified where the section had
zero size. We now honor this section definition for the symbol and don't
assert anymore.

llvm-svn: 138646
2011-08-26 20:01:35 +00:00
..
API Fixed some SWIG interoperability issues 2011-08-19 23:56:34 +00:00
Breakpoint Make ValueObject::SetValueFromCString work correctly. 2011-08-12 23:34:31 +00:00
Commands Emit an error message if we're unable to write a value to a register. 2011-08-25 01:59:13 +00:00
Core Make ThreadList::GetSelectedThread() select and return the 0th thread if there's no 2011-08-25 19:38:34 +00:00
Expression Fixed a bug where the target for an expression was 2011-08-24 22:18:12 +00:00
Host Silence the static analyzer. 2011-08-12 00:21:20 +00:00
Interpreter Make ThreadList::GetSelectedThread() select and return the 0th thread if there's no 2011-08-25 19:38:34 +00:00
Plugins Fixed an assertion that could happen if we happened to parse a mach-o object 2011-08-26 20:01:35 +00:00
Symbol Fix so we don't create C++ classes for all objective C classes when we have a 2011-08-24 23:50:00 +00:00
Target Modify the impl of ThreadList::GetSelectedThread() so that it tries to fetch the 2011-08-25 21:59:59 +00:00
Utility Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate 2011-07-19 03:57:15 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Include lldb/commands as a valid logging type in the 2011-08-25 00:20:04 +00:00
lldb.cpp Finishing the renaming from "MacOSX-Kernel" to "Darwin-Kernel". 2011-08-22 22:30:57 +00:00