1. c1ad82e by Caroline Tice · 14 years ago
  2. b47e69e Stop line entries from dumping full paths when addresses dump themselves as symbol contexts. by Greg Clayton · 14 years ago
  3. 92aa666 Improved function lookup to avoid conflicts between by Sean Callanan · 14 years ago
  4. 059ce9b Updated the x86_64 and i386 ABIs to chain RBP by Sean Callanan · 14 years ago
  5. 7ac83bd Move common code from GetSettingsController in Process & Debugger into static functions by Jim Ingham · 14 years ago
  6. 8f3b21d Patch from Jay Cornwall that modifies the LLDB "Host" layer to reuse more by Greg Clayton · 14 years ago
  7. c6fe11f The output for term-width setting has single quotes around the (int) value. by Johnny Chen · 14 years ago
  8. 8709723 Fix various minor bugs in the Settings stuff. by Caroline Tice · 14 years ago
  9. 072a32a Converted TestUnsignedTypespy and TestStructTypes.py to Dsym/Dwarf combination. by Johnny Chen · 14 years ago
  10. 301f2b1 Converted TestSTL.py to Dsym/Dwarf combination. by Johnny Chen · 14 years ago
  11. ae1446c Converted TestSetValues.py to Dsym/Dwarf combination. by Johnny Chen · 14 years ago
  12. 0ad086f Added Symtab::FindSymbolByID() in preparation for enabling the minimal by Greg Clayton · 14 years ago
  13. e0428c3 Added a test case for setting term-width, too. by Johnny Chen · 14 years ago
  14. 24dd18a Added comments. by Johnny Chen · 14 years ago
  15. 6c88f89 Added a simple test case for the "settings set" command for instance variable 'prompt'. by Johnny Chen · 14 years ago
  16. 40daa87 LLDB command "set term-width 0" needs to be changed to "settings set term-width 0" by Johnny Chen · 14 years ago
  17. 69aa5d9 Added more API to lldb::SBBlock to allow getting the block by Greg Clayton · 14 years ago
  18. e602d81 Fixed an error that could occur during disassembly that could cause a function name to be printed before the first _and_ the second instruction of disassembly when there are two symbols -- one debug symbol and one linker symbol. by Greg Clayton · 14 years ago
  19. e40e764 Fixed a buffer overrun error that could occur every time the program was run due to a "sprintf" with a destination string that was too short. by Greg Clayton · 14 years ago
  20. 72f8a3c Fixed an error where a random string would get executed after a recent fix that checked if the window column size was zero was added on the lldb driver startup. by Greg Clayton · 14 years ago
  21. 93230a3 Adding some docs on how to use lldb. First cut... by Jim Ingham · 14 years ago
  22. 6e4c5ce by Caroline Tice · 14 years ago
  23. 821a8c4 Added a default build phase at the beginning of test_load_unload() test case. by Johnny Chen · 14 years ago
  24. ff4e1d8 Marked test_process_launch_for_universal() test case as requiring 'darwin' and 'i386' by Johnny Chen · 14 years ago
  25. e33bdd3 Improved name demangling performance by 20% on darwin. by Greg Clayton · 14 years ago
  26. b064e89 Converted TestGlobalVariables.py to Dsym/Dwarf combination. by Johnny Chen · 14 years ago
  27. d9ed552 Converted TestFunctionTypes.py to Dsym/Dwarf combination. by Johnny Chen · 14 years ago
  28. 9aaaf4a Converted TestEnumTypes.py to Dsym/Dwarf combination. by Johnny Chen · 14 years ago
  29. f04d661 Cleaned up step logging a bit. by Greg Clayton · 14 years ago
  30. c5b15db Fixed an lldb infrastructure bug, where the debugger should reaaly update its by Johnny Chen · 14 years ago
  31. b4d1d33 Added some extra logging to track asynchronous packet activity. by Greg Clayton · 14 years ago
  32. 1a67946 Fixed a case where we might be able to acquire a mutex with a try lock and by Greg Clayton · 14 years ago
  33. 439ab61 Delete the vestigal "select", "info" and "delete" commands. by Jim Ingham · 14 years ago
  34. 2653be9 Pacify operator precedence warnings. No functionality change because eLaunchFlagDisableASLR happens to be 1. by Benjamin Kramer · 14 years ago
  35. 5205f0b Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope. by Greg Clayton · 14 years ago
  36. 59ea45f Added comments regarding the two mechanisms of process cleanup to lldbtest.py. by Johnny Chen · 14 years ago
  37. 72b7158 Added a new bool parameter to many of the DumpStopContext() methods that by Greg Clayton · 14 years ago
  38. 72a1434 Moved the process cleanup of Script-Bridge-based APIs into TestBase.tearDown() by Johnny Chen · 14 years ago
  39. 8b09b32 (query-replace "variable list" "frame variable") by Johnny Chen · 14 years ago
  40. 17dae08 StackFrame objects now own ValueObjects for any frame variables (locals, args, by Greg Clayton · 14 years ago
  41. 0526233 Added code to run pointer validation checks in by Sean Callanan · 14 years ago
  42. 537926c Move "variable list" to "frame variable" by Jim Ingham · 14 years ago
  43. f083e68 Fixed comment. by Johnny Chen · 14 years ago
  44. c202b49 Put the little dances done after SBTarget.LaunchProcess() into the base class. by Johnny Chen · 14 years ago
  45. 1c42e86 Changed the test case class names to be noun-like instead of verb-like. by Johnny Chen · 14 years ago
  46. deb0fd2 Stream::Printf doesn't add a newline, so it needs to be added to all the error messages in CommandObjectExpression::EvaluateExpression. by Jim Ingham · 14 years ago
  47. b36218d Fixed a comment. by Sean Callanan · 14 years ago
  48. f18d91c Added support for dynamic sanity checking in by Sean Callanan · 14 years ago
  49. acb708d Updated to add plugins directory to PYTHONPATH. by Johnny Chen · 14 years ago
  50. 21f3341 Avoid killing the inferior process twice by passing a setCookie=False keyword by Johnny Chen · 14 years ago
  51. bddb789 Don't re-look up the symbol in ResolveSymbolContextForAddress. by Jim Ingham · 14 years ago
  52. 8521c58 Converted TestDeadStrip.py to Dsym/Dwarf combination. by Johnny Chen · 14 years ago
  53. 25faa35 Converted TestClassTypes.py to Dsym/Dwarf combination. Marked one test case as by Johnny Chen · 14 years ago
  54. a0e077f Converted TestBitfields.py to Dsym/Dwarf combination. by Johnny Chen · 14 years ago
  55. cb0989a Cleaned up my previous submission which had some header search paths that by Greg Clayton · 14 years ago
  56. 452bf61 Added the ability to disable ASLR (Address Space Layout Randomization). ASLR by Greg Clayton · 14 years ago
  57. b0fff35 Add a "lldb host" logging channel, and put logging in the Host::OpenInExternalEditor code. by Jim Ingham · 14 years ago
  58. 433cc8d Updated to reflect the "plugins" directory. by Johnny Chen · 14 years ago
  59. 9de4ede Changed the buildDsym()/buildDwarf() TestBase methods to use a plugin framework by Johnny Chen · 14 years ago
  60. 363180d Add LLDB_EXTERNAL_EDITOR by Jim Ingham · 14 years ago
  61. 32caf6a Added doc strings to the array_types test cases. And terminate the current by Johnny Chen · 14 years ago
  62. ef2298a Removed documentation for a non-existent function parameter. by Sean Callanan · 14 years ago
  63. 1acaf63 Converted TestArrayTypes.py to Dsym/Dwarf combination, and added verbose output by Johnny Chen · 14 years ago
  64. eef7a86 Added buildDsym() and buildDwarf() methods to lldbtest.TestBase class, and call by Johnny Chen · 14 years ago
  65. 45690fe Fixed a bug where the parser-specific members of by Sean Callanan · 14 years ago
  66. f4fa8a9 Stopped the external editor from adding stuff to the recent list when lldb by Greg Clayton · 14 years ago
  67. a1cc883 Added a system() method to the TestBase class of lldbtest.py, which is actually by Johnny Chen · 14 years ago
  68. 8194e42 Fixed a bug where ClangExpressionVariableList was by Sean Callanan · 14 years ago
  69. 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
  70. 4fb0815 Clarified the intent of the SymbolContextScope class in the header by Greg Clayton · 14 years ago
  71. ca499a5 Detect when ValueObject values change each time they are evaluated. by Greg Clayton · 14 years ago
  72. 4eb7b11 Fail early, fail fast. by Johnny Chen · 14 years ago
  73. 1bb9f9a Added a test case test_breakpoint_creation_by_filespec_python() which creates a by Johnny Chen · 14 years ago
  74. 830a903 Added a ClangUtilityFunction class that allows the by Sean Callanan · 14 years ago
  75. 44ea31f Fixed a typo in the method name. by Johnny Chen · 14 years ago
  76. 4ead2e9 o Exposed SBFileSpec to the Python APIs in lldb.py. by Johnny Chen · 14 years ago
  77. 870a1cd Made it so we update the current frames from the previous frames by doing STL by Greg Clayton · 14 years ago
  78. 0dd1039 Trivial doc string mod. by Johnny Chen · 14 years ago
  79. 1d66ef5 Simplified the StackFrameList class down to a single frames list again by Greg Clayton · 14 years ago
  80. 6264bc6 Added TestHelloWorld.py which exercises the Python APIs for target, breakpoint, by Johnny Chen · 14 years ago
  81. 65dafa8 This is a major refactoring of the expression parser. by Sean Callanan · 14 years ago
  82. eb10f7b Make: by Jim Ingham · 14 years ago
  83. 9c10c18 Added a test case to bitfields which uses the Python APIs from lldb.py. by Johnny Chen · 14 years ago
  84. 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
  85. 8ab1a80 Add -c (count - i.e. number of frames to show) and -s (start frame.) by Jim Ingham · 14 years ago
  86. 54c9e11 Modified method doc string for verbose test description output. by Johnny Chen · 14 years ago
  87. 115523d Changed from dbg.GetCurrentTarget() to dbg.GetSelectedTarget(). by Johnny Chen · 14 years ago
  88. 65124ea Changed the StackID to store its start PC address as a load address instead of by Greg Clayton · 14 years ago
  89. c39aadc Added comment about target.LaunchProcess() not working. by Johnny Chen · 14 years ago
  90. f4ce288 Added a utility function EnvArray() to lldbtest.py. by Johnny Chen · 14 years ago
  91. 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
  92. 2154da4 Add StackFrame::IsInlined. by Jim Ingham · 14 years ago
  93. b4d1fff o Added a test case for array_types which uses the Python APIs from lldb.py, by Johnny Chen · 14 years ago
  94. f40e308 Cleaned up the inline stack frame code one more time to prepare for inlined by Greg Clayton · 14 years ago
  95. d8473bc Minor doc string modification. by Johnny Chen · 14 years ago
  96. a8b3cdd Added logic to TestUniversal.py to exercise the python APIs: by Johnny Chen · 14 years ago
  97. 22b95b2 Fixed a logic error in the expect() method. If the start string does not match, by Johnny Chen · 14 years ago
  98. 6557248 Allow command retries in case of process launch failures. This recovery by Johnny Chen · 14 years ago
  99. bcfce90 The destructor for StackFrameList doesn't need to be virtual as we aren't by Greg Clayton · 14 years ago
  100. a92d893 Thread no longer needs to be a friend in StackFrameList now that StackFrameList by Greg Clayton · 14 years ago