llvm-project/lldb/source
Jim Ingham 8d543de400 Remove unneeded ExecutionContextScope variables.
llvm-svn: 128685
2011-03-31 23:01:21 +00:00
..
API Added some functions to our API related to classifying symbols as code, data, 2011-03-31 01:08:07 +00:00
Breakpoint Added more platform support. There are now some new commands: 2011-03-19 01:12:21 +00:00
Commands Convert ValueObject to explicitly maintain the Execution Context in which they were created, and then use that when they update themselves. That means all the ValueObject evaluate me type functions that used to require a Frame object now do not. I didn't remove the SBValue API's that take this now useless frame, but I added ones that don't require the frame, and marked the SBFrame taking ones as deprecated. 2011-03-31 00:19:25 +00:00
Core Remove unneeded ExecutionContextScope variables. 2011-03-31 23:01:21 +00:00
Expression Convert ValueObject to explicitly maintain the Execution Context in which they were created, and then use that when they update themselves. That means all the ValueObject evaluate me type functions that used to require a Frame object now do not. I didn't remove the SBValue API's that take this now useless frame, but I added ones that don't require the frame, and marked the SBFrame taking ones as deprecated. 2011-03-31 00:19:25 +00:00
Host Many improvements to the Platform base class and subclasses. The base Platform 2011-03-30 18:16:51 +00:00
Interpreter Many improvements to the Platform base class and subclasses. The base Platform 2011-03-30 18:16:51 +00:00
Plugins Remove unneeded ExecutionContextScope variables. 2011-03-31 23:01:21 +00:00
Symbol Many improvements to the Platform base class and subclasses. The base Platform 2011-03-30 18:16:51 +00:00
Target Remove unneeded ExecutionContextScope variables. 2011-03-31 23:01:21 +00:00
Utility Many improvements to the Platform base class and subclasses. The base Platform 2011-03-30 18:16:51 +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 Fixed the LLDB build so that we can have private types, private enums and 2011-03-24 21:19:54 +00:00