1. 452bf61 Added the ability to disable ASLR (Address Space Layout Randomization). ASLR by Greg Clayton · 14 years ago
  2. b0fff35 Add a "lldb host" logging channel, and put logging in the Host::OpenInExternalEditor code. by Jim Ingham · 14 years ago
  3. 433cc8d Updated to reflect the "plugins" directory. by Johnny Chen · 14 years ago
  4. 9de4ede Changed the buildDsym()/buildDwarf() TestBase methods to use a plugin framework by Johnny Chen · 14 years ago
  5. 363180d Add LLDB_EXTERNAL_EDITOR by Jim Ingham · 14 years ago
  6. 32caf6a Added doc strings to the array_types test cases. And terminate the current by Johnny Chen · 14 years ago
  7. ef2298a Removed documentation for a non-existent function parameter. by Sean Callanan · 14 years ago
  8. 1acaf63 Converted TestArrayTypes.py to Dsym/Dwarf combination, and added verbose output by Johnny Chen · 14 years ago
  9. eef7a86 Added buildDsym() and buildDwarf() methods to lldbtest.TestBase class, and call by Johnny Chen · 14 years ago
  10. 45690fe Fixed a bug where the parser-specific members of by Sean Callanan · 14 years ago
  11. f4fa8a9 Stopped the external editor from adding stuff to the recent list when lldb by Greg Clayton · 14 years ago
  12. a1cc883 Added a system() method to the TestBase class of lldbtest.py, which is actually by Johnny Chen · 14 years ago
  13. 8194e42 Fixed a bug where ClangExpressionVariableList was by Sean Callanan · 14 years ago
  14. 74989e8 Added a way to open the current source file & line in an external editor, and you can turn this on with: by Jim Ingham · 14 years ago
  15. 4fb0815 Clarified the intent of the SymbolContextScope class in the header by Greg Clayton · 14 years ago
  16. ca499a5 Detect when ValueObject values change each time they are evaluated. by Greg Clayton · 14 years ago
  17. 4eb7b11 Fail early, fail fast. by Johnny Chen · 14 years ago
  18. 1bb9f9a Added a test case test_breakpoint_creation_by_filespec_python() which creates a by Johnny Chen · 14 years ago
  19. 830a903 Added a ClangUtilityFunction class that allows the by Sean Callanan · 14 years ago
  20. 44ea31f Fixed a typo in the method name. by Johnny Chen · 14 years ago
  21. 4ead2e9 o Exposed SBFileSpec to the Python APIs in lldb.py. by Johnny Chen · 14 years ago
  22. 870a1cd Made it so we update the current frames from the previous frames by doing STL by Greg Clayton · 14 years ago
  23. 0dd1039 Trivial doc string mod. by Johnny Chen · 14 years ago
  24. 1d66ef5 Simplified the StackFrameList class down to a single frames list again by Greg Clayton · 14 years ago
  25. 6264bc6 Added TestHelloWorld.py which exercises the Python APIs for target, breakpoint, by Johnny Chen · 14 years ago
  26. 65dafa8 This is a major refactoring of the expression parser. by Sean Callanan · 14 years ago
  27. eb10f7b Make: by Jim Ingham · 14 years ago
  28. 9c10c18 Added a test case to bitfields which uses the Python APIs from lldb.py. by Johnny Chen · 14 years ago
  29. d9e2b76 Change the "-S", "-F" and "-M" options to take their arguments directly, rather than requiring the -n option. This means you can't "or" together the types (i.e. set a breakpoint on a method or selector called "whatever". But that is a pretty uncommon operation, and having to provide two flags for the more common "set a breakpoint on this selector" is annoying. by Jim Ingham · 14 years ago
  30. 8ab1a80 Add -c (count - i.e. number of frames to show) and -s (start frame.) by Jim Ingham · 14 years ago
  31. 54c9e11 Modified method doc string for verbose test description output. by Johnny Chen · 14 years ago
  32. 115523d Changed from dbg.GetCurrentTarget() to dbg.GetSelectedTarget(). by Johnny Chen · 14 years ago
  33. 65124ea Changed the StackID to store its start PC address as a load address instead of by Greg Clayton · 14 years ago
  34. c39aadc Added comment about target.LaunchProcess() not working. by Johnny Chen · 14 years ago
  35. f4ce288 Added a utility function EnvArray() to lldbtest.py. by Johnny Chen · 14 years ago
  36. c833295 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. by Jim Ingham · 14 years ago
  37. 2154da4 Add StackFrame::IsInlined. by Jim Ingham · 14 years ago
  38. b4d1fff o Added a test case for array_types which uses the Python APIs from lldb.py, by Johnny Chen · 14 years ago
  39. f40e308 Cleaned up the inline stack frame code one more time to prepare for inlined by Greg Clayton · 14 years ago
  40. d8473bc Minor doc string modification. by Johnny Chen · 14 years ago
  41. a8b3cdd Added logic to TestUniversal.py to exercise the python APIs: by Johnny Chen · 14 years ago
  42. 22b95b2 Fixed a logic error in the expect() method. If the start string does not match, by Johnny Chen · 14 years ago
  43. 6557248 Allow command retries in case of process launch failures. This recovery by Johnny Chen · 14 years ago
  44. bcfce90 The destructor for StackFrameList doesn't need to be virtual as we aren't by Greg Clayton · 14 years ago
  45. a92d893 Thread no longer needs to be a friend in StackFrameList now that StackFrameList by Greg Clayton · 14 years ago
  46. 782b9cc Cleaned up the inline backtrace code even more by moving all stack backtracing by Greg Clayton · 14 years ago
  47. 3f3fb13 More descriptive trace messages for the matchings of start and sub strings. by Johnny Chen · 14 years ago
  48. 8bd8e42 Removed the @unitest2.expectedFailure decorator. The i386 process launch works by Johnny Chen · 14 years ago
  49. 32f4fdd Fixed another issue with the inline stack frames where if the first frame by Greg Clayton · 14 years ago
  50. 4917e10 Added a test for launching a universal binary. Launch of i386 architecture by Johnny Chen · 14 years ago
  51. b04e7a8 Got a lot of the kinks worked out in the inline support after debugging more by Greg Clayton · 14 years ago
  52. fd23841 Converted to Makefile.rules. by Johnny Chen · 14 years ago
  53. d682fbd More descriptive method doc string. by Johnny Chen · 14 years ago
  54. 6220759 Added a test case which uses "image lookup" command on an enum data type. by Johnny Chen · 14 years ago
  55. d1985db Need a better method name. by Johnny Chen · 14 years ago
  56. 38b6b37 Converted to Makefile.rules. by Johnny Chen · 14 years ago
  57. 36fc28d Added test case TestBitfields.py for rdar://problem/8348251, where by Johnny Chen · 14 years ago
  58. fd54cd2 Converted to Makefile.rules. by Johnny Chen · 14 years ago
  59. 7a7d2b3 Generates the .d prerequisite file for dylib as well. by Johnny Chen · 14 years ago
  60. 22a6bf3 Clear the inline stack frame info when we clean all stack frames. by Greg Clayton · 14 years ago
  61. 33ed170 Added support for inlined stack frames being represented as real stack frames by Greg Clayton · 14 years ago
  62. 8f24cd1 Makefile refactoring for the test suite. Added a make directory under test, by Johnny Chen · 14 years ago
  63. 8c12720 Refactored ClangExpressionDeclMap to use by Sean Callanan · 14 years ago
  64. 9934335 Fixed a crasher where during shutdown, loggings attempted to access the by Johnny Chen · 14 years ago
  65. d0c24b2 Changed the keyword argument for runCmd()/expect() from 'verbose' to 'trace', by Johnny Chen · 14 years ago
  66. b00bb1b Fixed the Xcode project file to not build all architectures by Greg Clayton · 14 years ago
  67. 75ccf50 Modified the host process monitor callback function Host::StartMonitoringChildProcess by Greg Clayton · 14 years ago
  68. 029acae Print the verbose output of runCmd()/expect() to stderr instead of stdout. by Johnny Chen · 14 years ago
  69. e8b02f3 Changed TestBase.expect() to allow default 'msg' arg. Converted TestHelp.py. by Johnny Chen · 14 years ago
  70. ead35c8 Added more verbose output when string match fails. Converted TestGlobalVariables.py. by Johnny Chen · 14 years ago
  71. 4f995f0 Added verbose option to runCmd()/expect() in lldbtest.py. Converted TestFunctionTypes.py. by Johnny Chen · 14 years ago
  72. 84e8179 Converted some more test cases to use runCmd()/expect(). by Johnny Chen · 14 years ago
  73. 338f753 Added "source list -n" so you can list by symbol name. Moved "--count" from "-n" to "-c". Added a -s option so you can restrict the source listing to a particular shared library. by Jim Ingham · 14 years ago
  74. 0bda403 Add an accessor to get the Declaration for a type. by Jim Ingham · 14 years ago
  75. b75b466 Add methods to Function to get the first and last source lines of the function, and to get whether this Function is an inlined instance or not. by Jim Ingham · 14 years ago
  76. 35729d6 Remove redundant call to ParseCompileUnitLineTable. The call to sc.comp_unit->GetLineTable() will parse the line table if it hasn't been read in. by Jim Ingham · 14 years ago
  77. a622343 First step of refactoring variable handling in the by Sean Callanan · 14 years ago
  78. 7c25416 Converted to use runCmd() and expect() for more abstraction. by Johnny Chen · 14 years ago
  79. 5236fc0 Use cmd.startswith("run") instead of string equivalence test. by Johnny Chen · 14 years ago
  80. 8df95eb Abstracted the running of command through the command interpreter and checking by Johnny Chen · 14 years ago
  81. 8b4c16e Fixed a long delay in shutdown times by invalidating m_private_state_thread right before the private state thread (which calls "void *Process::RunPrivateStateThread ()") exits. by Greg Clayton · 14 years ago
  82. c359370 Added more informational assert message strings. by Johnny Chen · 14 years ago
  83. 2c624b3 Simplify the assert matched-string criterion. by Johnny Chen · 14 years ago
  84. 7382a53 Some Block:: methods wandered to the end of the file after the BlockList:: methods. I moved them back. by Jim Ingham · 14 years ago
  85. 3351dac Patch by Bill Lynch fixing handling of the pid in the IR transformation passes. by Sean Callanan · 14 years ago
  86. 709c473 Avoid an assertion crash by avoiding a circular dependency in the objective by Greg Clayton · 14 years ago
  87. fe9864c Changed "Error Value::GetValueAsData (...)" to set the data extractor byte by Greg Clayton · 14 years ago
  88. 028fefd Added call stacks with inlined functions higher on the stack, and non-inlined functions at the bottom. by Jim Ingham · 14 years ago
  89. 2f9b9bc Added a Thread accessor to the register context. by Greg Clayton · 14 years ago
  90. 03f2b3b Allow the SBDebugger to construct itself with the default constructor so by Greg Clayton · 14 years ago
  91. 5fd1a30 Documented RecordingMemoryManager and removed an by Sean Callanan · 14 years ago
  92. f285ebc Documented IRToDWARF, and added return value documentation to IRForTarget. by Sean Callanan · 14 years ago
  93. 88957ff Fixed an issue where we would return matches for DWARF in the .o files when by Greg Clayton · 14 years ago
  94. 840d8e3 Write out the informational message about the total number of test cases to be by Johnny Chen · 14 years ago
  95. ca948fc Documented IRForTarget by Sean Callanan · 14 years ago
  96. ea29418 Don't try to get the architecture up front when doing attach -w. by Jim Ingham · 14 years ago
  97. 4e6c888 Add the ability to specify logging options for lldb and gdb-remote through two by Johnny Chen · 14 years ago
  98. 9b92c6e Specify a more meaningful assert message for TestDeadStrip.py. by Johnny Chen · 14 years ago
  99. 3530022 Documented DWARFExpression. by Sean Callanan · 14 years ago
  100. a2890f4 Check for errors in Resume before waiting for the resume to complete. by Jim Ingham · 14 years ago