hanchenye-llvm-project/lldb/source/Interpreter
Caroline Tice ceb6b1393d First pass at adding logging capabilities for the API functions. At the moment
it logs the function calls, their arguments and the return values.  This is not
complete or polished, but I am committing it now, at the request of someone who
really wants to use it, even though it's not really done.  It currently does not
attempt to log all the functions, just the most important ones.  I will be 
making further adjustments to the API logging code over the next few days/weeks.
(Suggestions for improvements are welcome).


Update the Python build scripts to re-build the swig C++ file whenever 
the python-extensions.swig file is modified.

Correct the help for 'log enable' command (give it the correct number & type of
arguments).

llvm-svn: 117349
2010-10-26 03:11:13 +00:00
..
Args.cpp Fix bug where alias command options were being duplicated as command arguments as well. 2010-10-12 17:45:19 +00:00
CommandInterpreter.cpp Changed "run" to alias "process launch --". 2010-10-22 18:47:16 +00:00
CommandObject.cpp First pass at adding logging capabilities for the API functions. At the moment 2010-10-26 03:11:13 +00:00
CommandObjectRegexCommand.cpp Regular expression commands now print the command that results from expanding the regular expression command. 2010-10-12 18:04:53 +00:00
CommandObjectScript.cpp Fixed the way set/show variables were being accessed to being natively 2010-09-18 01:14:36 +00:00
CommandObjectScript.h Fixed the way set/show variables were being accessed to being natively 2010-09-18 01:14:36 +00:00
CommandReturnObject.cpp
Makefile
Options.cpp Fixed an issue where we were resolving paths when we should have been. 2010-10-20 20:54:39 +00:00
ScriptInterpreter.cpp Fixed the way set/show variables were being accessed to being natively 2010-09-18 01:14:36 +00:00
ScriptInterpreterNone.cpp Fixed the way set/show variables were being accessed to being natively 2010-09-18 01:14:36 +00:00
ScriptInterpreterPython.cpp Prevent Python script interpreter initialization from changing 2010-10-18 18:24:17 +00:00
embedded_interpreter.py