1. bafd685 Fixes to the IR generator in the expression parser by Sean Callanan · 14 years ago
  2. a99afce Don't call PrepareForResume on threads that aren't going to get a chance to run this time around. by Jim Ingham · 14 years ago
  3. 81cfc99 Stepping through a trampoline should do "stop others" unless All Threads is requested. by Jim Ingham · 14 years ago
  4. a657025 Fixed Xcode project to deal with recent ELF plug-in changes. by Greg Clayton · 14 years ago
  5. bef1583 I enabled some extra warnings for hidden local variables and for hidden by Greg Clayton · 14 years ago
  6. 5565cd1 Remove our local ELF definitions and rely on llvm/Support/ELF.h instead. by Stephen Wilson · 14 years ago
  7. ddd2962 Combine 32 and 64 bit ELF readers. by Stephen Wilson · 14 years ago
  8. 193e6d5 Removed unused variable "log". by Greg Clayton · 14 years ago
  9. 81bdfe8 Updated to latest llvm from July 13th, 2010 at 13:00. by Greg Clayton · 14 years ago
  10. 8bce665 "expr -i" now performs the required transforms to by Sean Callanan · 14 years ago
  11. fc1776a Removed Xcode project files that aren't needed right now. by Greg Clayton · 14 years ago
  12. 980d067 Patch from Jean-Daniel Dupas: by Greg Clayton · 14 years ago
  13. f6d49a5 Don't build the SymbolVendor/MacOSX when not building on Darwin. by Greg Clayton · 14 years ago
  14. 809ab9b Add an "Avoid Frames matching this regular expression" to ThreadPlanStepInRange. by Jim Ingham · 14 years ago
  15. 5b668b5 Properly set the PlanKind for the ThreadPlanStepRange derived classes. by Jim Ingham · 14 years ago
  16. 7991225 A few more misc warning fixes. by Eli Friedman · 14 years ago
  17. 0a164a1 Misc warning fixes. by Eli Friedman · 14 years ago
  18. 1c628cf Comment out test targets; they don't work on Linux because test/Makefile uses by Eli Friedman · 14 years ago
  19. 26f93ce Make current Makefiles work on Linux (at least, they work for me). Please by Eli Friedman · 14 years ago
  20. f3e9d3c Remove unnecessary directory (accidentally committed with r108009). by Eli Friedman · 14 years ago
  21. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  22. a9e8960 Add a test case (incomplete) to check that settings and readings of program by Johnny Chen · 14 years ago
  23. bc4f0f5 Moved NDEBUG from a global setting to a specific hack. by Sean Callanan · 14 years ago
  24. 961abeb Updated to build against the latest LLVM release. by Sean Callanan · 14 years ago
  25. 4340b4c Test that debug symbols have the correct order as specified by the order file. by Johnny Chen · 14 years ago
  26. 993f554 Fixed typos in the comments. by Johnny Chen · 14 years ago
  27. 596ba27 64 bit ELF support from Stephen Wilson. by Greg Clayton · 14 years ago
  28. 843f689 Test that breakpoint by symbol name works correctly dlopen'ing a dynamic lib. by Johnny Chen · 14 years ago
  29. 121f331 Added some comments to clarify where "init_lldb" comes from. by Greg Clayton · 14 years ago
  30. c041815 typedef fixups, patch from Jean-Daniel Dupas. by Greg Clayton · 14 years ago
  31. c2f3535 Fixed "#endif"s followed by non comments, patch from Jean-Daniel Dupas. by Greg Clayton · 14 years ago
  32. c4e0752 Declare LLDBVersionNumber extern "C" to make sure clang++ mangles it properly. Patch from Jean-Daniel Dupas! by Benjamin Kramer · 14 years ago
  33. 7ae20c4 Fix build for newer versions of GCC that don't include cstring implicitly. Based on a patch by Pawel Wodnicki! by Benjamin Kramer · 14 years ago
  34. eb43f59 Remove includes for removed files... by Jim Ingham · 14 years ago
  35. 767af88 Fix GetRepeatCommand so it works with multi-word commands. by Jim Ingham · 14 years ago
  36. 5d9cbd4 Added a "GetRepeatCommand" to the command object. The Interpreter uses this by Jim Ingham · 14 years ago
  37. 6af53ca Enable a test clause since rdar://problem/8163668 is fixed by http://llvm.org/viewvc/llvm-project?rev=107729&view=rev. by Johnny Chen · 14 years ago
  38. 748b72f Fixed an issue with looking up line table entries by address where internal by Greg Clayton · 14 years ago
  39. f8f1b0a if -1 => evaluates to True by Johnny Chen · 14 years ago
  40. 3348d2c Test that breakpoint works correctly in the presence of dead-code stripping. by Johnny Chen · 14 years ago
  41. d40f8a6 Hide the logic for command resolution for commands, aliases & user commands behind a single by Jim Ingham · 14 years ago
  42. ccfba72 Switch over to using llvm's dwarf constants file. by Jason Molenda · 14 years ago
  43. 90bc5c6 Remove extraneous semicolon after if condition (from Jean-Daniel Dupas). by Greg Clayton · 14 years ago
  44. 47ebf9b Avoid duplicate names (something else that clang++ really doesn't like) in by Greg Clayton · 14 years ago
  45. f2a4d2e Applied pid.patch from Jean-Daniel Dupas. by Greg Clayton · 14 years ago
  46. 2ee73ea Added "-Wparentheses" so we catch possible errors like: by Greg Clayton · 14 years ago
  47. 099c797 Jean-Daniel Dupas patch that fixes a bad if statement with assignment. by Greg Clayton · 14 years ago
  48. cdcb156 Change order of initialization. by Eric Christopher · 14 years ago
  49. f8c723b Make it fail fast if 'mydir' attribute is not overridden by subclasses of by Johnny Chen · 14 years ago
  50. a1affab Abstracted the lldb-specific unittest.TestCase.setUp()/tearDown() in a separate by Johnny Chen · 14 years ago
  51. 5cf4a1c Added the skeleton of an IR transformer that will by Sean Callanan · 14 years ago
  52. fce55e0 Test variable with function ptr type and that break on the function works. by Johnny Chen · 14 years ago
  53. cdd22d0 Plugged 4 more leaks in the libunwind code. One leaks is still left in as it by Greg Clayton · 14 years ago
  54. 051052f Fixes to improve logging (by printing basic by Sean Callanan · 14 years ago
  55. 70b053b Also verified the values of global variables. by Johnny Chen · 14 years ago
  56. fc21078 Add a test to show global variables and to verify that they do display as having by Johnny Chen · 14 years ago
  57. 702abd6 Small fixes to the DWARF relocator. by Sean Callanan · 14 years ago
  58. dcb658b Added the skeleton of a transformation pass to by Sean Callanan · 14 years ago
  59. 797674b Fixed logic error; checking return status and raising exception should only be by Johnny Chen · 14 years ago
  60. 5bc37a4 Implement GetProgramFileSpec(). by Eli Friedman · 14 years ago
  61. 7c7c19d Add hacky, incomplete Linux host implementation; barely enough to allow by Eli Friedman · 14 years ago
  62. 9c3cfe3 Add const qualification; fixes error on gcc 4.4. by Eli Friedman · 14 years ago
  63. c4f5110 Updated to llvm/clang from July 2, 2010 at 8:00AM. by Greg Clayton · 14 years ago
  64. b352ebd Added a method to get a stream's byte order. by Sean Callanan · 14 years ago
  65. e9d0df4 More leaks detection: by Greg Clayton · 14 years ago
  66. 4cfa2a2 Remember to save first... by Jim Ingham · 14 years ago
  67. bc406e4 Resolve dueling commits... Plus add docs for Resolve & ResolveUsername. by Jim Ingham · 14 years ago
  68. 84a0d33 Remove duplicate def'n from FileSpec.h. by Jim Ingham · 14 years ago
  69. 99e79df Removed the thread specific data that was being used for demangling since by Greg Clayton · 14 years ago
  70. 60d45c5 A dumber way to invoke the test suite. by Johnny Chen · 14 years ago
  71. 909e5a6 Turn on logging for debugging purposes if ${LLDB_LOG} environment variable is by Johnny Chen · 14 years ago
  72. 8c6934d Added a SemaConsumer that transforms the ASTs for by Sean Callanan · 14 years ago
  73. b1a8e20 Undid extra changes I already checked in. by Greg Clayton · 14 years ago
  74. ee2a03c Missed one file in my last commit. by Jim Ingham · 14 years ago
  75. b1a9862 Added a missing static function prototype to FileSpec.h for ResolveUsername. by Greg Clayton · 14 years ago
  76. 47c6773 Removed most of the time delay introduced in the test scripts. by Johnny Chen · 14 years ago
  77. a30baf5 Moved the User Name expansion over to FileSpec, and converted it to use getpwname directly. by Jim Ingham · 14 years ago
  78. cf7f1ad Fixed up disassembly to not emit the module name before all function names by Greg Clayton · 14 years ago
  79. d0ab3cd Added some delay (100 ms) after executing each 'command interpreter' command; by Johnny Chen · 14 years ago
  80. 2cf6e9e Removed a commented out function and did a little reformatting. by Greg Clayton · 14 years ago
  81. 7043635 Centralized all disassembly into static functions in source/Core/Disassembler.cpp. by Greg Clayton · 14 years ago
  82. 0b1d803 Added comments. by Johnny Chen · 14 years ago
  83. 2a1db80 Added TestClassTypes.py to test setting a breakpoint on a class constructor and by Johnny Chen · 14 years ago
  84. c42855d Fixed a typo. by Johnny Chen · 14 years ago
  85. 558be58 Add a unique ID to each debugger instance. by Caroline Tice · 14 years ago
  86. bdbb9af Fix an obvious typo and replace deprecated bcopy(3) with memcpy(3). by Benjamin Kramer · 14 years ago
  87. 802f8b0 Add a source file completer to the CommandCompleters. by Jim Ingham · 14 years ago
  88. 16b9747 Add some delay before calling SBDebugger.Terminate(). by Johnny Chen · 14 years ago
  89. 58f9392 Added TestArrayTypes.py for test/array_types directory. by Johnny Chen · 14 years ago
  90. 1bfbd41 For the time being, let's bracket the test runner within the by Johnny Chen · 14 years ago
  91. 034a7c3 A little code cleanup to not create an script bridging object just to feed by Greg Clayton · 14 years ago
  92. 661825b Fixed debug map in executable + DWARF in .o debugging on Mac OS X. by Greg Clayton · 14 years ago
  93. 12bec71 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 14 years ago
  94. 6b8fc82 Added test for a previously fixed bug where invoking lldb command from an emacs by Johnny Chen · 14 years ago
  95. a85d7ee No need to add the test script containing directory to sys.path more than once. by Johnny Chen · 14 years ago
  96. 896f31f Removed debug print statements. by Johnny Chen · 14 years ago
  97. d839997 Use lldb.SBDebugger.Create() factory method to create an instance first. by Johnny Chen · 14 years ago
  98. 64845fd A simple test of 'help' command and its output. by Johnny Chen · 14 years ago
  99. 9707bb6 A simple testing framework for lldb using python's unit testing framework. by Johnny Chen · 14 years ago
  100. 360725b Remove a reference to Leopard. by Jim Ingham · 14 years ago