llvm-project/lldb/source
Greg Clayton 61c2e57b09 Fixed a crasher that would happen when we run into malformed DWARF. It is
nice to know about the issue, but we shouldn't crash.

llvm-svn: 124050
2011-01-23 00:09:32 +00:00
..
API Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properly 2011-01-22 23:43:18 +00:00
Breakpoint Add missing {} so we don't print the Baton address for the brief breakpoint listing. 2011-01-22 00:28:04 +00:00
Commands The code to check whether the number of arguments was 0 was not necessary, VerifyBreakpointIDs will turn an empty argument into the last specified breakpoint. 2011-01-21 22:13:25 +00:00
Core Make "log enable -v" work. We were only checking the log's stream's verbosity, not the log's verbosity... 2011-01-22 01:24:30 +00:00
Expression Move some of the more noisy "log enable lldb expression" output to the verbose output. 2011-01-22 01:25:40 +00:00
Host Plug Free BSD memory leak. 2011-01-13 01:27:55 +00:00
Interpreter Replace Mutex guarding python interpreter access with Predicate, 2011-01-17 21:55:19 +00:00
Plugins Fixed a crasher that would happen when we run into malformed DWARF. It is 2011-01-23 00:09:32 +00:00
Symbol Sped up the shutdown time on MacOSX by quite a bit by making sure any 2011-01-22 07:12:45 +00:00
Target Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properly 2011-01-22 23:43:18 +00:00
Utility Thread safety changes in debugserver and also in the process GDB remote plugin. 2011-01-18 19:36:39 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. 2011-01-08 20:28:42 +00:00
lldb.cpp Initial support for a DynamicLoader plugin on Linux. 2011-01-16 19:45:39 +00:00