llvm-project/lldb/source/Interpreter
Greg Clayton 12fc3e0f3e Changed the StackID to store its start PC address as a load address instead of
a section offset address.

Fixed up some very inefficient STL code.

llvm-svn: 112230
2010-08-26 22:05:43 +00:00
..
Args.cpp Remove use of STL collection class use of the "data()" method since it isn't 2010-07-20 22:52:08 +00:00
CommandInterpreter.cpp Changed the StackID to store its start PC address as a load address instead of 2010-08-26 22:05:43 +00:00
CommandObject.cpp Hide the logic for command resolution for commands, aliases & user commands behind a single 2010-07-06 22:46:59 +00:00
CommandObjectRegexCommand.cpp More constructor warning fixes from William Lynch. 2010-07-20 14:37:45 +00:00
CommandObjectScript.cpp We can do better when reporting the status of one-liner script execution. 2010-07-30 22:33:14 +00:00
CommandObjectScript.h Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
CommandReturnObject.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
Options.cpp Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selected" i.e. GetSelectedThread. Selected makes more sense, since these are set by some user action (a selection). I didn't change "CurrentProcess" since this is always controlled by the target, and a given target can only have one process, so it really can't be selected. 2010-08-26 21:32:51 +00:00
ScriptInterpreter.cpp I enabled some extra warnings for hidden local variables and for hidden 2010-07-14 00:18:15 +00:00
ScriptInterpreterNone.cpp We can do better when reporting the status of one-liner script execution. 2010-07-30 22:33:14 +00:00
ScriptInterpreterPython.cpp There is no need to restore (sys.stdin, sys.stdout) of the python script 2010-08-10 21:26:55 +00:00
StateVariable.cpp A few more misc warning fixes. 2010-07-09 23:04:08 +00:00
embedded_interpreter.py Committing patch from Joseph Ranieri to handle 'exit()' the same 2010-06-09 21:56:00 +00:00