hanchenye-llvm-project/lldb/source
Greg Clayton ee4b5dd664 Skip checking for a bunch of built-ins when evaluating an expression.
llvm-svn: 116565
2010-10-15 03:36:13 +00:00
..
API Fixed an expression parsing issue where if you were stopped somewhere without 2010-10-14 22:52:14 +00:00
Breakpoint Added support for breakpoint conditions. I also had to separate the "run the expression" part of ClangFunction::Execute from the "Gather the expression result" so that in the case of the Breakpoint condition I can move the condition evaluation into the normal thread plan processing. 2010-10-14 23:45:03 +00:00
Commands Added support for breakpoint conditions. I also had to separate the "run the expression" part of ClangFunction::Execute from the "Gather the expression result" so that in the case of the Breakpoint condition I can move the condition evaluation into the normal thread plan processing. 2010-10-14 23:45:03 +00:00
Core Added support for breakpoint conditions. I also had to separate the "run the expression" part of ClangFunction::Execute from the "Gather the expression result" so that in the case of the Breakpoint condition I can move the condition evaluation into the normal thread plan processing. 2010-10-14 23:45:03 +00:00
Expression Skip checking for a bunch of built-ins when evaluating an expression. 2010-10-15 03:36:13 +00:00
Host Plugged memory leak. 2010-10-10 22:07:18 +00:00
Interpreter Add an initial version of test that exercise the lldb commands: 'process signal' 2010-10-14 01:22:03 +00:00
Plugins Did a bit of parameter renaming. 2010-10-15 02:45:05 +00:00
Symbol Fixed an expression parsing issue where if you were stopped somewhere without 2010-10-14 22:52:14 +00:00
Target Added short names and descriptions to the UnixSignals class. Also cleaned up 2010-10-15 02:39:01 +00:00
Utility Cleaned a few build related things up: 2010-09-24 23:07:41 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Add a "lldb host" logging channel, and put logging in the Host::OpenInExternalEditor code. 2010-08-31 18:05:13 +00:00
lldb.cpp Hooked up ability to look up data symbols so they show up in disassembly 2010-10-08 00:21:05 +00:00