1. 8b4bc2b Make the tab character in the thread frame lines optional. by Jason Molenda · 12 years ago
  2. 9b90e87 <rdar://problem/12202862> by Greg Clayton · 12 years ago
  3. 84da013 Fix indentation. by Greg Clayton · 12 years ago
  4. 565add0 Added command lists that can be executed on launch, stop, crash and exit. Added code to auto import the lldb module that we can use on many stand alone modules. by Greg Clayton · 12 years ago
  5. 9aec43d Added an example that show correct usage of the async process event API. by Greg Clayton · 12 years ago
  6. 72935d3 Added the ability to verify the LLDB API on MacOSX using a script. Usage is: by Greg Clayton · 12 years ago
  7. 1ea06a6 Pushing a new llvm.zip that enables the clang UTF conversion routines by Enrico Granata · 12 years ago
  8. fc04d24 OptionValueFileSpec had an accessor to read the contents of the file and return the data. This can end up being used to get the string contents of a text file and could end up not being NULL terminated. I added accessors to get the file contents raw, or with a null terminator. Added the needed calls to make this happen in the FileSpec and File classes. by Greg Clayton · 12 years ago
  9. df7f13b Fixed a potential crash in PlatformLinux if by Sean Callanan · 12 years ago
  10. 49ce896 <rdar://problem/11757916> by Greg Clayton · 12 years ago
  11. 17d4a7f Instead of using re.split and requiring two spaces between the "regname: regvalue" pairs, by Jason Molenda · 12 years ago
  12. 6a99403 rdar://problem/11374963 by Johnny Chen · 12 years ago
  13. 67dec77 Fix wrong logic with respect to warning messages. by Johnny Chen · 12 years ago
  14. 11d6e5e Fix a redundant computation. by Johnny Chen · 12 years ago
  15. 915da35 Fixes by Daniel Malea. by Filipe Cabecinhas · 12 years ago
  16. 8001716 Simplify the typecheck code. by Filipe Cabecinhas · 12 years ago
  17. e25c631 Fixing a potential control may reach end of non-void function issue by Enrico Granata · 12 years ago
  18. 5b8bfab Data formatters for libc++ deque and shared/weak ptrs - a contribution by Jared Grubb by Enrico Granata · 12 years ago
  19. b2e953d Fix include path for Linux and FreeBSD. by Filipe Cabecinhas · 12 years ago
  20. 43898d7 Added SBDebugger's log callbacks to Python-land by Filipe Cabecinhas · 12 years ago
  21. 41609db Add the "expr" command to the gdb command equivalents. by Jim Ingham · 12 years ago
  22. 74566c9 Providing an additional Python command example by Enrico Granata · 12 years ago
  23. 3e8388c Changed register ValueObjects to report their by Sean Callanan · 12 years ago
  24. a47e44b rdar://problem/11811338 by Johnny Chen · 12 years ago
  25. e1cedff Remove printf that go left in the code. by Greg Clayton · 12 years ago
  26. b8f126a The OS plug-in can now get data from a python script that implements the protocol. by Greg Clayton · 12 years ago
  27. a63665a We have a partially working OS plug-in through python! by Greg Clayton · 12 years ago
  28. 7ccb19a Fixing an issue in the OS sample by Enrico Granata · 12 years ago
  29. 88b980b Added Args::StringForEncoding(), Args::StringToGenericRegister() and centralized the parsing of the string to encoding and string to generic register. by Greg Clayton · 12 years ago
  30. cec963a Fixing a bunch of issues with the OS plugin code by Enrico Granata · 12 years ago
  31. 3e85b63 Hooking up two more calls for the PythonOSPlugin stuff. The part of code to fetch the data and convert it to C++ objects is still missing, but will come by Enrico Granata · 12 years ago
  32. 658c5c2 Was forcing everyone on ToT to use the PythonOSPlugin.. my bad by Enrico Granata · 12 years ago
  33. 155ee91 Adding bindings to the Script Interpreter for some basic Python OS plugin functionality (still WIP) by Enrico Granata · 12 years ago
  34. 39fcd95 Fix a typo. by Johnny Chen · 12 years ago
  35. 1247755 Switch over to using object instances for all PythonData objects. by Greg Clayton · 12 years ago
  36. ff72cd0 Clarify the doc string for register-name a bit, add flags. by Jim Ingham · 12 years ago
  37. 11595f5 Take '--help' as well as '-h' as hint to emit the usage output. by Johnny Chen · 12 years ago
  38. 811708c Document the generic register names in help for register-name. by Jim Ingham · 12 years ago
  39. 258db3a Cope with the case where the user-supplied callbacks want the watchpoint itself to be disabled! by Johnny Chen · 12 years ago
  40. c666626 A first version of a bunch of classes that wrap commonly used Python objects in a ref-counting and type-safe C++ API by Enrico Granata · 12 years ago
  41. d815ded Added a hollowed out version of an OperatingSystem plugin that will use a class in python to get thread information for threads stored in memory. by Greg Clayton · 12 years ago
  42. e5f1297 gdb format should default to count of 1. <rdar://problem/12161861> by Jim Ingham · 12 years ago
  43. 5787f42 Make the substring un-matching more robust. by Johnny Chen · 12 years ago
  44. 806cfa2 Make a test scenario stronger, since, by default, the setting interpreter.expand-regex-aliases is false. by Johnny Chen · 12 years ago
  45. 473481b Fix the test suite failures as a result of r162418 check-in. by Johnny Chen · 12 years ago
  46. 58edac3 rdar://problem/12022371 by Johnny Chen · 12 years ago
  47. 9f28285 <rdar://problem/12022079> by Greg Clayton · 12 years ago
  48. ee5bba0 Fix some indenting. by Jim Ingham · 12 years ago
  49. d0bdddf Rework how the API mutex is acquired when filling out an ExecutionContext from an ExecutionContextRef, by Jim Ingham · 12 years ago
  50. 7021cda Check that the data buffer is non-null before getting its file contents. by Jim Ingham · 12 years ago
  51. 50788a8 Change the man page install phase to only run in "desktop" and "desktop-no-xpc" targets, not for the "ios" target. by Jason Molenda · 12 years ago
  52. 64df6f1 Modified .lldb-loggings now to direct the lldb log files to the same session directory which also houses the test logs. by Johnny Chen · 12 years ago
  53. 15b166d Demonstrate how to use the config file and the pre-flight functionality to route the lldb gdb-remote log messages by Johnny Chen · 12 years ago
  54. c6e82e4 Remove further outdated "settings" code and also implement a few missing things. by Greg Clayton · 12 years ago
  55. 85fbe9d Fixed a Linux building bug pointed out by Daniel Malea. by Filipe Cabecinhas · 12 years ago
  56. 8c13064 Fix wrong directory pathname. by Johnny Chen · 12 years ago
  57. 73844aa Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: by Greg Clayton · 12 years ago
  58. ee188ee Added a test for the Python part of SBInputReader callbacks. by Filipe Cabecinhas · 12 years ago
  59. 55ea73d Added a typemap and wrappers for SBInputReader callbacks by Filipe Cabecinhas · 12 years ago
  60. 9262cd5 rdar://problem/11324515 by Johnny Chen · 12 years ago
  61. f84e566 Fix test failures in TestWatchpointIter.py due to http://llvm.org/viewvc/llvm-project?rev=162322&view=rev. by Johnny Chen · 12 years ago
  62. af4e966 Remove the process->DisableWatchpoint() and EnableWatchpoint() calls since the sentry object is already doing that. by Johnny Chen · 12 years ago
  63. bd446f1 rdar://problem/12144930 by Johnny Chen · 12 years ago
  64. 018f2e7 Comment change. by Johnny Chen · 12 years ago
  65. 684d401 SBValue::GetTypeName and SBValue::GetByteSize might have to update the dynamic value - which might involve running code. So they need to take the stop lock & target locks. by Jim Ingham · 12 years ago
  66. 9c50f83 Fix the wrong comment in TestUUIDMismatchWarnings.py. by Johnny Chen · 12 years ago
  67. 16742a6 Fix a crash (_wrap_SBDebugger_SetInputFileHandle -> PyString_AsString) running the test suite. by Johnny Chen · 12 years ago
  68. a809180 Added qVAttachOrWaitSupported packet support. by Greg Clayton · 12 years ago
  69. f590be8 A baton isn't needed to dispatch input. by Filipe Cabecinhas · 12 years ago
  70. ec2d127 Add FILE* typemaps for SBDebugger.GetInputFileHandle() and friends. by Filipe Cabecinhas · 12 years ago
  71. f68a205 Some eh_frame unwind instructions will define a return address register; by Jason Molenda · 12 years ago
  72. 544f2b6 Fix missing braces from the python-GIL merge. by Johnny Chen · 12 years ago
  73. 8165d43 Merge python-GIL bracnh (by filcab) back into trunk! by Johnny Chen · 12 years ago
  74. 8121d7a Fix a race condition where multiple PythonInputReaderManager instances could, during destruction, by Johnny Chen · 12 years ago
  75. 002ce8a Committed a simple dtrace script that tracks by Sean Callanan · 12 years ago
  76. 7acd60a Fixed some small formatting issues in the help for by Sean Callanan · 12 years ago
  77. 25db51f Fixed a crash when incomplete expression variables are materialized. by Sean Callanan · 12 years ago
  78. a73ad66 Catch timestamps for the beginning and end of the test suite run. by Johnny Chen · 12 years ago
  79. e4ec509 Update build instructions. Patch from "Kopec, Matt" <matt.kopec@intel.com>! by Johnny Chen · 12 years ago
  80. 6c061be rdar://problem/12096295 by Johnny Chen · 12 years ago
  81. ad01496 Fixed a typo. by Sean Callanan · 12 years ago
  82. 519274f A little bit of refactoring. by Johnny Chen · 12 years ago
  83. 0b09366 When trying to take snapshots of a watched variable, if the frame is unable to evaluate the variable expression, by Johnny Chen · 12 years ago
  84. 2f7fd49 <rdar://problem/11589605> Making a by Enrico Granata · 12 years ago
  85. c9c2a9b Simplify the "Watchpoint ... hit" printout, make it more terse. by Johnny Chen · 12 years ago
  86. b454db7 When emulating instructions that read from memory, by Jason Molenda · 12 years ago
  87. 4dc86bb Comment changes. by Johnny Chen · 12 years ago
  88. 9e98559 rdar://problem/12007576 by Johnny Chen · 12 years ago
  89. 40819bf <rdar://problem/12087275> by Greg Clayton · 12 years ago
  90. ab20f29 Added a new "objc_refs" command that will track down all allocations on the heap that have the "isa" for the objective C class at offset zero. This will need to be improved to deal with KVO classes, but it is a start. It also disallows looking up a pointer value of zero since that would return way too many matches. by Greg Clayton · 12 years ago
  91. 124e690 Add an option to "process continue" to ignore the next <N> crossings of the breakpoint under by Jim Ingham · 12 years ago
  92. caddaf4 <rdar://problem/11791234> by Greg Clayton · 12 years ago
  93. 9885ef3 Revert changes where we copied the expression locations back to using the reference into the debug info until test suite failures are resolved. by Greg Clayton · 12 years ago
  94. 9880efa Add explicit casts to bool in "shared pointer is valid" constructs that return bool. by Jim Ingham · 12 years ago
  95. 1edae5f Change the minimum deployment target to 10.7 since clang requires 10.7 to use the new libc++. by Jim Ingham · 12 years ago
  96. 4fa86fe <rdar://problem/11791234> by Greg Clayton · 12 years ago
  97. 392d9e0 Use the file completer for "process launch" arguments. <rdar://problem/11274012> by Jim Ingham · 12 years ago
  98. e773e4d Remove a little unuseful output from the UnwindPlan::Row::Dump and UnwindPlan::Dump methods. by Jason Molenda · 12 years ago
  99. 2836136 Add command completion test case for 'watchpoint command'. by Johnny Chen · 12 years ago
  100. caadc0d Fixed a potential crash where we attempt to read an invalid register. by Sean Callanan · 12 years ago