hanchenye-llvm-project/lldb/source/API
Caroline Tice 750cd1755d Clean up the API logging code:
- Try to reduce logging to one line per function call instead of tw
      - Put all arguments & their values into log for calls
      - Add 'this' parameter information to function call logging, making it show the appropriate
        internal pointer (this.obj, this.sp, this.ap...)
      - Clean up some return values
      - Remove logging of constructors that construct empty objects
      - Change '==>' to '=>'  for showing result values...
      - Fix various minor bugs
      - Add some protected 'get' functions to help getting the internal pointers for the 'this' arguments...      

llvm-svn: 117417
2010-10-26 23:49:36 +00:00
..
Makefile
SBAddress.cpp Clean up the API logging code: 2010-10-26 23:49:36 +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 Clean up the API logging code: 2010-10-26 23:49:36 +00:00
SBBreakpointLocation.cpp Clean up the API logging code: 2010-10-26 23:49:36 +00:00
SBBroadcaster.cpp Clean up the API logging code: 2010-10-26 23:49:36 +00:00
SBCommandInterpreter.cpp Clean up the API logging code: 2010-10-26 23:49:36 +00:00
SBCommandReturnObject.cpp Clean up the API logging code: 2010-10-26 23:49:36 +00:00
SBCommunication.cpp Clean up the API logging code: 2010-10-26 23:49:36 +00:00
SBCompileUnit.cpp Clean up the API logging code: 2010-10-26 23:49:36 +00:00
SBDebugger.cpp Clean up the API logging code: 2010-10-26 23:49:36 +00:00
SBError.cpp Clean up the API logging code: 2010-10-26 23:49:36 +00:00
SBEvent.cpp Clean up the API logging code: 2010-10-26 23:49:36 +00:00
SBFileSpec.cpp Clean up the API logging code: 2010-10-26 23:49:36 +00:00
SBFrame.cpp Clean up the API logging code: 2010-10-26 23:49:36 +00:00
SBFunction.cpp Clean up the API logging code: 2010-10-26 23:49:36 +00:00
SBHostOS.cpp Clean up the API logging code: 2010-10-26 23:49:36 +00:00
SBInputReader.cpp Clean up the API logging code: 2010-10-26 23:49:36 +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 Clean up the API logging code: 2010-10-26 23:49:36 +00:00
SBListener.cpp Clean up the API logging code: 2010-10-26 23:49:36 +00:00
SBModule.cpp Clean up the API logging code: 2010-10-26 23:49:36 +00:00
SBProcess.cpp Clean up the API logging code: 2010-10-26 23:49:36 +00:00
SBSourceManager.cpp
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 Clean up the API logging code: 2010-10-26 23:49:36 +00:00
SBSymbolContext.cpp Clean up the API logging code: 2010-10-26 23:49:36 +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 Clean up the API logging code: 2010-10-26 23:49:36 +00:00
SBThread.cpp Clean up the API logging code: 2010-10-26 23:49:36 +00:00
SBType.cpp Clean up the API logging code: 2010-10-26 23:49:36 +00:00
SBValue.cpp Clean up the API logging code: 2010-10-26 23:49:36 +00:00
SBValueList.cpp Clean up the API logging code: 2010-10-26 23:49:36 +00:00