1. f2b0fef Makefile patches from Charles Davis and Daniel Malea (+ one or two tweaks). by Filipe Cabecinhas · 12 years ago
  2. 9927057 Added the ability to get function return and argument types to SBType(): by Greg Clayton · 12 years ago
  3. 82913de Ensuring that the swig typemaps for SBData set the size to 0 along with the pointer to NULL by Enrico Granata · 12 years ago
  4. fee26ee Add API to get the process plugin name & short name. by Jim Ingham · 12 years ago
  5. 800332c <rdar://problem/12523238> Commit 1 of 3 by Enrico Granata · 12 years ago
  6. 54037b1 <rdar://problem/12493007> by Greg Clayton · 12 years ago
  7. 3d656c7 <rdar://problem/12437442> by Enrico Granata · 12 years ago
  8. 75a443b API cleanup. by Greg Clayton · 12 years ago
  9. 47beabb Add the ability to set timeout & "run all threads" options both from the "expr" command and from by Jim Ingham · 12 years ago
  10. b8fda50 Removing the two extra GetXSize(bool) calls since we do not desire to support them long-term by Enrico Granata · 12 years ago
  11. c2bc794 <rdar://problem/12446320> Fixing an issue with our Driver where setting an immediate output would not cause suppression of the final printout. This allows effective output redirection for Python commands by Enrico Granata · 12 years ago
  12. 949b717 <rdar://problem/12490588> by Greg Clayton · 12 years ago
  13. 82560f2 <rdar://problem/12490558> by Greg Clayton · 12 years ago
  14. 4930614 <rdar://problem/12462744> Implement a new SBDeclaration class to wrap an lldb_private::Declaration - make a GetDeclaration() API on SBValue to return a declaration. This will only work for vroot variables as they are they only objects for which we currently provide a valid Declaration by Enrico Granata · 12 years ago
  15. 94a5d0d Change the Thread constructor over to take a Process& rather than a ProcessSP. We can't create Threads with a NULL ProcessSP, so it makes no sense to use the SP. by Jim Ingham · 12 years ago
  16. f817d45 Fix a build warning and a dangerous possible crasher. by Greg Clayton · 12 years ago
  17. 2cb0203 <rdar://problem/12200505> Fixing a logical error in SBProcess, where the get_process_thread_list function was creating invalid threads_access instances, and hence failing to correctly fill in the list by Enrico Granata · 12 years ago
  18. 8b902e2 Silly me! There was a closing ) missing from one of the lines - and Python complained about syntax errors on the next line. It being a Friday afternoon made the rest by Enrico Granata · 12 years ago
  19. c060828 Retrying to apply Vishal's patch - hopefully this time it won't break Jason's build by Enrico Granata · 12 years ago
  20. f3f10a3 Revert Vishal's patch that Enrico commited, at least for the weekend. With it applied, by Jason Molenda · 12 years ago
  21. 44c83e1 patch from Vishal Patel to improve our lldb.value wrapper by Enrico Granata · 12 years ago
  22. 1a65bfc <rdar://problem/12442990> Fix the implementation of lldb.value.__eq__ by Enrico Granata · 12 years ago
  23. 2753a02 Add one-shot breakpoints (-o option to "break set") and a tbreak alias for our gdb friends. by Jim Ingham · 12 years ago
  24. edc4132 <rdar://problem/12099999> renaming SBStream::Printf to Print in the scripting world in order to avoid supporting varargs through SWIG by Enrico Granata · 12 years ago
  25. 0d182c0 Removed a directive to delete the test subdirectories by Sean Callanan · 12 years ago
  26. 6d10188 Implementing plugins that provide commands. by Enrico Granata · 12 years ago
  27. e2801e1 Patch from Dan Malea to get the Bourne shells scripts to run cleanly on Ubuntu. by Jason Molenda · 12 years ago
  28. 3fcc297 Add an API to figure out whether a breakpoint is internal or not. by Jim Ingham · 12 years ago
  29. 54e5805 Added a new Xcode build configuration, DebugClang, by Sean Callanan · 12 years ago
  30. 06dc17f Brought LLDB top-of-tree into sync with LLVM/Clang by Sean Callanan · 12 years ago
  31. 56de6d1 Fix some type-related swig bugs on FreeBSD on x86_64 (and maybe other OS/arch). by Filipe Cabecinhas · 12 years ago
  32. 4bb4f30 Fixed some problems with SWIG bindings. by Filipe Cabecinhas · 12 years ago
  33. f59388a Make the unwinding of the stack part of "thread return" work, and add the thread return command. by Jim Ingham · 12 years ago
  34. 0ca065d Patches to make our llvm revision more C++11 friendly. by Filipe Cabecinhas · 12 years ago
  35. a17a81a Start at getting "thread return" working. Doesn't work yet. by Jim Ingham · 12 years ago
  36. be7c20a Patch for clang to include the UTF conversion routines that LLDB needs by Enrico Granata · 12 years ago
  37. 72935d3 Added the ability to verify the LLDB API on MacOSX using a script. Usage is: by Greg Clayton · 12 years ago
  38. 8001716 Simplify the typecheck code. by Filipe Cabecinhas · 12 years ago
  39. e25c631 Fixing a potential control may reach end of non-void function issue by Enrico Granata · 12 years ago
  40. 43898d7 Added SBDebugger's log callbacks to Python-land by Filipe Cabecinhas · 12 years ago
  41. cec963a Fixing a bunch of issues with the OS plugin code by Enrico Granata · 12 years ago
  42. 155ee91 Adding bindings to the Script Interpreter for some basic Python OS plugin functionality (still WIP) by Enrico Granata · 12 years ago
  43. 85fbe9d Fixed a Linux building bug pointed out by Daniel Malea. by Filipe Cabecinhas · 12 years ago
  44. 55ea73d Added a typemap and wrappers for SBInputReader callbacks by Filipe Cabecinhas · 12 years ago
  45. 16742a6 Fix a crash (_wrap_SBDebugger_SetInputFileHandle -> PyString_AsString) running the test suite. by Johnny Chen · 12 years ago
  46. f590be8 A baton isn't needed to dispatch input. by Filipe Cabecinhas · 12 years ago
  47. ec2d127 Add FILE* typemaps for SBDebugger.GetInputFileHandle() and friends. by Filipe Cabecinhas · 12 years ago
  48. 8165d43 Merge python-GIL bracnh (by filcab) back into trunk! by Johnny Chen · 12 years ago
  49. f3ec461 rdar://problem/11457143 [ER] need "watchpoint command ..." by Johnny Chen · 12 years ago
  50. 4582fea On Mac OS X, lldb will now build c++11 and use by Sean Callanan · 12 years ago
  51. 4761ca3 Made lldb.swig include <string>, which it requires. by Sean Callanan · 12 years ago
  52. f6132ef <rdar://problem/11275622> by Greg Clayton · 12 years ago
  53. 5d90ade Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the event loop. by Jim Ingham · 12 years ago
  54. 4ff1741 Integrated a fix to LLVM's disassembler that by Sean Callanan · 12 years ago
  55. 01ee952 Added a fix to LLVM that corrects PC-relative by Sean Callanan · 12 years ago
  56. 3a458eb Add "vAttachOrWait" to debugserver, so you can implement "attach to the process if it exists OR wait for it" without race conditions. Use that in lldb. by Jim Ingham · 12 years ago
  57. efbdd22 Add accessors on process to get & set the selected thread by IndexID (useful since that's the one that "thread list" shows and it won't get reused even if the underlying system thread ID gets reused. by Jim Ingham · 12 years ago
  58. e9fcfd9 Updated LLVM and added a fix to LLDB which allows by Sean Callanan · 12 years ago
  59. 2a94be1 Added documentation for many of our python properties and also made the property help show up by declaring the properties correctly. We previosly declared properties into a local "x" variable, what I didn't realize is that the help will use this as the property name for the help output. by Greg Clayton · 12 years ago
  60. 5c5a38e Added the ability to read the dSYM plist file with source remappings even when DebugSymbols isn't used to find the dSYM. We now parse the plist as XML in the MacOSX symbol vendor. by Greg Clayton · 12 years ago
  61. 698e94a Modify the ranges_access() helper function to be able to lookup the address range in a block given an address. Since blocks can have multiple discontiguous ranges, it helps to be able to get the current address range for the current block in a frame. This can be used in code like: by Greg Clayton · 12 years ago
  62. ad50280 Fixed the get_process_thread_list function to correctly return a list of all threads in a process. by Greg Clayton · 12 years ago
  63. 839de39 Make a way to set the result status for Python defined commands, and don't overwrite the status of the result if by Jim Ingham · 12 years ago
  64. da26bd2 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 12 years ago
  65. 3f88349 rdar://problem/11584012 by Johnny Chen · 12 years ago
  66. 40a2043 For dump_register_value() sub-routine, issue a return after an error condition occurs. by Johnny Chen · 12 years ago
  67. f4ec2ea Fix the comments about LLDB_DISABLE_PYTHON in the python swig shell scripts to be more clear. by Jim Ingham · 12 years ago
  68. 4ff16d7 Fix missing Resources/Python directory for macosx build. by Johnny Chen · 12 years ago
  69. b7e62f8 Change the "Debug" build to use the current MacOSX SDK. Fix the swig builder to have an explicit by Jim Ingham · 12 years ago
  70. 191343e Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through the Python scripting bridge. by Johnny Chen · 12 years ago
  71. 6070eeb Integrated a fix for an ARM disassembler crash by Sean Callanan · 12 years ago
  72. b1a7143 Integrated a check into Clang that make sure that by Sean Callanan · 12 years ago
  73. 45bc395 Updated LLVM to take a disassembler fix that causes by Sean Callanan · 12 years ago
  74. 930f10a I have updated Clang to include support for Objective-C by Sean Callanan · 12 years ago
  75. 5df5dda Disassemble the signal number and also the mach exceptions when dumping stop reply packets. by Greg Clayton · 12 years ago
  76. f2d3e8d Updated LLVM to fix a problem where the Thumb by Sean Callanan · 12 years ago
  77. a80d1e8 Add GetID to the .i file. by Jim Ingham · 12 years ago
  78. d82bc6d Found one more place where the OkayToDiscard needs to be consulted. by Jim Ingham · 12 years ago
  79. 3cae38b Make every Python API __len__() method return a PyIntObject. by Filipe Cabecinhas · 12 years ago
  80. 01584eb Fix SBProcess::ReadMemory's typemap to handle PyLongObjects. by Filipe Cabecinhas · 12 years ago
  81. 37a07e9 Updated LLVM/Clang to force the record layout engine by Sean Callanan · 12 years ago
  82. f92ddcc Print out a notification when the process of a target other than the currently selected target stops. by Jim Ingham · 12 years ago
  83. 651cbe2 <rdar://problem/11239650> Fixing a bug where the SetValueFromCString() method failed to operate on dynamic values. The fix consists in making the set operation fall through to the parent. We only actually allow this if the dynamic value is at a 0-offset from the parent, or the new value is 0. Other scenarios would need agreement on the actual meaning of the set operation (do we keep offsetting? do we just assume the user knows what they are doing?) so we prevent them, and let the expression parser deal with the complexity by Enrico Granata · 12 years ago
  84. b170aee <rdar://problem/11358639> by Greg Clayton · 12 years ago
  85. a63c538 Updated LLVM to take a fix for disassembly of Thumb branch operands. by Sean Callanan · 12 years ago
  86. 5c33a42 Updated LLVM to fix bad disassembly of operands by Sean Callanan · 13 years ago
  87. 302100f Patched our local Clang to fix a crash when parsing by Sean Callanan · 13 years ago
  88. 1dae6f3 Remove the "-x" from the finish-swig-Python-LLDB.sh shell options so it doesn't print out all of the commands when executing the shell script. by Greg Clayton · 13 years ago
  89. a5c2ce0 Returning data formatters to their previous working condition - Plus fixing an issue that was preventing Python oneliners from executing by Enrico Granata · 13 years ago
  90. 6f2f0ab Now that we have an LLDB package, make the "lldb.macosx.crashlog" module work with all of the new module paths. by Greg Clayton · 13 years ago
  91. 65e3dcb Ensure that lldb/runtime is not a dead point in the Python package hierarchy - This is a first preliminary step in fixing data formatters after Greg's changes to the Python resources on-disk layout by Enrico Granata · 13 years ago
  92. 4e651b1 Maked LLDB into a package so we can import things without poluting the global namespace. by Greg Clayton · 13 years ago
  93. f0bc815 Added the ability to specify the symbol file for a module when adding it to a target. by Greg Clayton · 13 years ago
  94. 7e4690c Updated LLVM to take a variety of ARM by Sean Callanan · 13 years ago
  95. 04003a1 Updated LLVM to take a variety of fixes to disassembler problems: by Sean Callanan · 13 years ago
  96. b7f08ea Updated llvm.zip to include a fix for a leak in the MC disassembler. by Sean Callanan · 13 years ago
  97. 7fb1430 Expose GetAddressClass() from both the SBAddress and SBInstruction so clients can tell the difference between ARM/Thumb opcodes when disassembling ARM. by Greg Clayton · 13 years ago
  98. b2e2c38 Fixed a crash in Clang when a superclass of an by Sean Callanan · 13 years ago
  99. d41abdc Added a property to get the dynamic type which uses the most permissive way to get a dynamic type. by Greg Clayton · 13 years ago
  100. 3be42fb Export the ability to see if a symbol is externally visible and also if the symbol was synthetically added to the symbol table (the symbol was not part of the symbol table itself but came from another section). by Greg Clayton · 13 years ago