hanchenye-llvm-project/lldb/source
Caroline Tice fe28f1bff9 Fix various small bugs found in the instruction emulation functions.
llvm-svn: 127712
2011-03-16 00:06:12 +00:00
..
API LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide 2011-03-08 22:40:15 +00:00
Breakpoint Fixed the BreakpointLocationList to be able to do O(1) lookups on breakpoint 2011-02-05 00:38:04 +00:00
Commands Add a first pass at a "stop hook" mechanism. This allows you to add commands that get run every time the debugger stops, whether due to a breakpoint, the end of a step, interrupt, etc. You can also specify in which context you want the stop hook to run, for instance only on a particular thread, or only in a particular shared library, function, file, line range within a file. 2011-03-11 03:53:59 +00:00
Core Added a fix to not re-use object files when doing DWARF with debug map. 2011-03-15 03:56:33 +00:00
Expression Updated to LLVM/Clang revision 127600. 2011-03-15 00:17:19 +00:00
Host LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide 2011-03-08 22:40:15 +00:00
Interpreter CommandInterpreter::HandleCommands should take its commands as a "const StringList &" since it doesn't modify it... 2011-03-11 01:51:49 +00:00
Plugins Fix various small bugs found in the instruction emulation functions. 2011-03-16 00:06:12 +00:00
Symbol Updated to LLVM/Clang revision 127600. 2011-03-15 00:17:19 +00:00
Target Add a first pass at a "stop hook" mechanism. This allows you to add commands that get run every time the debugger stops, whether due to a breakpoint, the end of a step, interrupt, etc. You can also specify in which context you want the stop hook to run, for instance only on a particular thread, or only in a particular shared library, function, file, line range within a file. 2011-03-11 03:53:59 +00:00
Utility Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream. 2011-02-24 22:24:29 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Patch to remove uses of non-standard strcasestr and replace then with 2011-02-04 18:55:41 +00:00
lldb.cpp Add a missing include. 2011-03-13 00:00:32 +00:00