llvm-project/lldb/source/API
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
..
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
SBAddress.cpp First pass at adding logging capabilities for the API functions. At the moment 2010-10-26 03:11:13 +00:00
SBBlock.cpp Remove all the __repr__ methods from the API/*.h files, and put them 2010-09-22 23:01:29 +00:00
SBBreakpoint.cpp First pass at adding logging capabilities for the API functions. At the moment 2010-10-26 03:11:13 +00:00
SBBreakpointLocation.cpp First pass at adding logging capabilities for the API functions. At the moment 2010-10-26 03:11:13 +00:00
SBBroadcaster.cpp First pass at adding logging capabilities for the API functions. At the moment 2010-10-26 03:11:13 +00:00
SBCommandInterpreter.cpp First pass at adding logging capabilities for the API functions. At the moment 2010-10-26 03:11:13 +00:00
SBCommandReturnObject.cpp First pass at adding logging capabilities for the API functions. At the moment 2010-10-26 03:11:13 +00:00
SBCommunication.cpp First pass at adding logging capabilities for the API functions. At the moment 2010-10-26 03:11:13 +00:00
SBCompileUnit.cpp First pass at adding logging capabilities for the API functions. At the moment 2010-10-26 03:11:13 +00:00
SBDebugger.cpp First pass at adding logging capabilities for the API functions. At the moment 2010-10-26 03:11:13 +00:00
SBError.cpp First pass at adding logging capabilities for the API functions. At the moment 2010-10-26 03:11:13 +00:00
SBEvent.cpp First pass at adding logging capabilities for the API functions. At the moment 2010-10-26 03:11:13 +00:00
SBFileSpec.cpp First pass at adding logging capabilities for the API functions. At the moment 2010-10-26 03:11:13 +00:00
SBFrame.cpp First pass at adding logging capabilities for the API functions. At the moment 2010-10-26 03:11:13 +00:00
SBFunction.cpp First pass at adding logging capabilities for the API functions. At the moment 2010-10-26 03:11:13 +00:00
SBHostOS.cpp First pass at adding logging capabilities for the API functions. At the moment 2010-10-26 03:11:13 +00:00
SBInputReader.cpp First pass at adding logging capabilities for the API functions. At the moment 2010-10-26 03:11:13 +00:00
SBInstruction.cpp Added the ability to get the disassembly instructions from the function and 2010-10-06 03:09:58 +00:00
SBInstructionList.cpp Added the ability to get the disassembly instructions from the function and 2010-10-06 03:09:58 +00:00
SBLineEntry.cpp First pass at adding logging capabilities for the API functions. At the moment 2010-10-26 03:11:13 +00:00
SBListener.cpp First pass at adding logging capabilities for the API functions. At the moment 2010-10-26 03:11:13 +00:00
SBModule.cpp First pass at adding logging capabilities for the API functions. At the moment 2010-10-26 03:11:13 +00:00
SBProcess.cpp First pass at adding logging capabilities for the API functions. At the moment 2010-10-26 03:11:13 +00:00
SBSourceManager.cpp Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
SBStream.cpp We now have SBStream that mirrors the generic stream classes we 2010-09-17 17:42:16 +00:00
SBStringList.cpp Fixed build error of LLDBWrapPython.cpp by removing the "protected" access modifier. 2010-09-17 18:39:57 +00:00
SBSymbol.cpp First pass at adding logging capabilities for the API functions. At the moment 2010-10-26 03:11:13 +00:00
SBSymbolContext.cpp First pass at adding logging capabilities for the API functions. At the moment 2010-10-26 03:11:13 +00:00
SBSymbolContextList.cpp Added some missing API for address resolving within a module, and looking 2010-09-10 18:31:35 +00:00
SBTarget.cpp First pass at adding logging capabilities for the API functions. At the moment 2010-10-26 03:11:13 +00:00
SBThread.cpp First pass at adding logging capabilities for the API functions. At the moment 2010-10-26 03:11:13 +00:00
SBType.cpp First pass at adding logging capabilities for the API functions. At the moment 2010-10-26 03:11:13 +00:00
SBValue.cpp First pass at adding logging capabilities for the API functions. At the moment 2010-10-26 03:11:13 +00:00
SBValueList.cpp First pass at adding logging capabilities for the API functions. At the moment 2010-10-26 03:11:13 +00:00