1. cdd22d0 Plugged 4 more leaks in the libunwind code. One leaks is still left in as it by Greg Clayton · 14 years ago
  2. 051052f Fixes to improve logging (by printing basic by Sean Callanan · 14 years ago
  3. 70b053b Also verified the values of global variables. by Johnny Chen · 14 years ago
  4. fc21078 Add a test to show global variables and to verify that they do display as having by Johnny Chen · 14 years ago
  5. 702abd6 Small fixes to the DWARF relocator. by Sean Callanan · 14 years ago
  6. dcb658b Added the skeleton of a transformation pass to by Sean Callanan · 14 years ago
  7. 797674b Fixed logic error; checking return status and raising exception should only be by Johnny Chen · 14 years ago
  8. 5bc37a4 Implement GetProgramFileSpec(). by Eli Friedman · 14 years ago
  9. 7c7c19d Add hacky, incomplete Linux host implementation; barely enough to allow by Eli Friedman · 14 years ago
  10. 9c3cfe3 Add const qualification; fixes error on gcc 4.4. by Eli Friedman · 14 years ago
  11. c4f5110 Updated to llvm/clang from July 2, 2010 at 8:00AM. by Greg Clayton · 14 years ago
  12. b352ebd Added a method to get a stream's byte order. by Sean Callanan · 14 years ago
  13. e9d0df4 More leaks detection: by Greg Clayton · 14 years ago
  14. 4cfa2a2 Remember to save first... by Jim Ingham · 14 years ago
  15. bc406e4 Resolve dueling commits... Plus add docs for Resolve & ResolveUsername. by Jim Ingham · 14 years ago
  16. 84a0d33 Remove duplicate def'n from FileSpec.h. by Jim Ingham · 14 years ago
  17. 99e79df Removed the thread specific data that was being used for demangling since by Greg Clayton · 14 years ago
  18. 60d45c5 A dumber way to invoke the test suite. by Johnny Chen · 14 years ago
  19. 909e5a6 Turn on logging for debugging purposes if ${LLDB_LOG} environment variable is by Johnny Chen · 14 years ago
  20. 8c6934d Added a SemaConsumer that transforms the ASTs for by Sean Callanan · 14 years ago
  21. b1a8e20 Undid extra changes I already checked in. by Greg Clayton · 14 years ago
  22. ee2a03c Missed one file in my last commit. by Jim Ingham · 14 years ago
  23. b1a9862 Added a missing static function prototype to FileSpec.h for ResolveUsername. by Greg Clayton · 14 years ago
  24. 47c6773 Removed most of the time delay introduced in the test scripts. by Johnny Chen · 14 years ago
  25. a30baf5 Moved the User Name expansion over to FileSpec, and converted it to use getpwname directly. by Jim Ingham · 14 years ago
  26. cf7f1ad Fixed up disassembly to not emit the module name before all function names by Greg Clayton · 14 years ago
  27. d0ab3cd Added some delay (100 ms) after executing each 'command interpreter' command; by Johnny Chen · 14 years ago
  28. 2cf6e9e Removed a commented out function and did a little reformatting. by Greg Clayton · 14 years ago
  29. 7043635 Centralized all disassembly into static functions in source/Core/Disassembler.cpp. by Greg Clayton · 14 years ago
  30. 0b1d803 Added comments. by Johnny Chen · 14 years ago
  31. 2a1db80 Added TestClassTypes.py to test setting a breakpoint on a class constructor and by Johnny Chen · 14 years ago
  32. c42855d Fixed a typo. by Johnny Chen · 14 years ago
  33. 558be58 Add a unique ID to each debugger instance. by Caroline Tice · 14 years ago
  34. bdbb9af Fix an obvious typo and replace deprecated bcopy(3) with memcpy(3). by Benjamin Kramer · 14 years ago
  35. 802f8b0 Add a source file completer to the CommandCompleters. by Jim Ingham · 14 years ago
  36. 16b9747 Add some delay before calling SBDebugger.Terminate(). by Johnny Chen · 14 years ago
  37. 58f9392 Added TestArrayTypes.py for test/array_types directory. by Johnny Chen · 14 years ago
  38. 1bfbd41 For the time being, let's bracket the test runner within the by Johnny Chen · 14 years ago
  39. 034a7c3 A little code cleanup to not create an script bridging object just to feed by Greg Clayton · 14 years ago
  40. 661825b Fixed debug map in executable + DWARF in .o debugging on Mac OS X. by Greg Clayton · 14 years ago
  41. 12bec71 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 14 years ago
  42. 6b8fc82 Added test for a previously fixed bug where invoking lldb command from an emacs by Johnny Chen · 14 years ago
  43. a85d7ee No need to add the test script containing directory to sys.path more than once. by Johnny Chen · 14 years ago
  44. 896f31f Removed debug print statements. by Johnny Chen · 14 years ago
  45. d839997 Use lldb.SBDebugger.Create() factory method to create an instance first. by Johnny Chen · 14 years ago
  46. 64845fd A simple test of 'help' command and its output. by Johnny Chen · 14 years ago
  47. 9707bb6 A simple testing framework for lldb using python's unit testing framework. by Johnny Chen · 14 years ago
  48. 360725b Remove a reference to Leopard. by Jim Ingham · 14 years ago
  49. adb8429 Handle completing "-" and "--". by Jim Ingham · 14 years ago
  50. 8b9af1c Convert direct access to the required & optional option sets to an accessor so we can lazily run BuildValidOptionSet, but make sure it is done before access. by Jim Ingham · 14 years ago
  51. 9a57417 Fix a bug in handling command resolution for non-exact matches. Now we will correctly give help options when there are both aliases & real commands matching the current input string. by Jim Ingham · 14 years ago
  52. 5e173d4 Improved printing of LLVM IR. We now print by Sean Callanan · 14 years ago
  53. 46b6249 Extensive code cleanup of the expression command. by Sean Callanan · 14 years ago
  54. 848960c Added the temporary -i option to expr, which by Sean Callanan · 14 years ago
  55. 705d678 Fixed the log streams for logs that output to by Sean Callanan · 14 years ago
  56. 3c821cc Fixes for array handling and dynamic type casting by Sean Callanan · 14 years ago
  57. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  58. 6184dfe Updated the expression parser to use proper logging when by Sean Callanan · 14 years ago
  59. 8f0dc34 Added support to the expression parser for locating by Sean Callanan · 14 years ago
  60. 0b145ba Avoid tolower, it's slow and unnecessary. by Benjamin Kramer · 14 years ago
  61. 86c73c1 Turns out __cxa_demangle returns the size of the buffer instead of the size of by Benjamin Kramer · 14 years ago
  62. 9c6898b Make an explicit GetThreadSpecNoCreate accessor so you don't have to get the const-ness right to ensure you are not making a copy of the owning breakpoint's ThreadSpec in a breakpoint location. Also change the name from NoCopy to NoCreate since that's clearer. by Jim Ingham · 14 years ago
  63. 8e10cf9 Reduce code duplication. by Benjamin Kramer · 14 years ago
  64. 7d25348 Ensure GetDemangledName's thread safety by making the demangle buffer thread specific. by Benjamin Kramer · 14 years ago
  65. 726cccb Move trivial parts of UserID into the header. by Benjamin Kramer · 14 years ago
  66. 6d758cc Left a debug statement in the previous checkin. by Johnny Chen · 14 years ago
  67. 1a838b5 Remove stale reference to the lldb path component. by Johnny Chen · 14 years ago
  68. f9a232b Move a bunch of trivial methods into the header. These compile down to 1-2 by Benjamin Kramer · 14 years ago
  69. 3ae9340 Initialize member so GDBRemoteRegisterContext::ReadRegisterBytes doesn't rely on by Benjamin Kramer · 14 years ago
  70. dfe3df9 Return false from FileSpec::GetPath early instead of making the return value by Benjamin Kramer · 14 years ago
  71. 5d2832c Don't snprintf directly into a std::string, it's undefined behavior per C++03. by Benjamin Kramer · 14 years ago
  72. 5a47e8b Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan by Jim Ingham · 14 years ago
  73. d457122 Remember whether a queue or thread name were passed into "breakpoint modify" so we can recognize an empty argument as unsetting the option. by Jim Ingham · 14 years ago
  74. 285c23e Remove an include of the deleted CommandObjectStatus.h. by Jim Ingham · 14 years ago
  75. 8e5e38f Adding setting thread specific breakpoints by name, ID, index & queue name to the SB interfaces. by Jim Ingham · 14 years ago
  76. 41313fc Move the "status" command to "process status" since that's where it belongs. Also make it print "running" if invoked by Jim Ingham · 14 years ago
  77. 649492b Change the Breakpoint & BreakpointLocation GetDescription methods so they call the BreakpointOptions::GetDescription rather by Jim Ingham · 14 years ago
  78. 10622a2 Change "breakpoint configure" to "breakpoint modify" so it doesn't collide with "breakpoint command" by Jim Ingham · 14 years ago
  79. a1e1475 Fix comment, per Chris' suggestion. by Owen Anderson · 14 years ago
  80. 944be70 Unstick the -r option for the disassemble command. by Sean Callanan · 14 years ago
  81. 0a298dc Fixed a problem where invalid triples were being passed by Sean Callanan · 14 years ago
  82. a00ca6d Fixed a typo in comment. by Johnny Chen · 14 years ago
  83. 9dbe717 Parameterize the shell scripts for creating and copying the python and by Caroline Tice · 14 years ago
  84. c3d6855 Switch from qsort_r to std::stable_sort for a performance win and improved portability. by Owen Anderson · 14 years ago
  85. 3c7b5b9 Add a "thread specification" class that specifies thread specific breakpoints by name, index, queue or TID. by Jim Ingham · 14 years ago
  86. 1872820 Add definition for DW_LANG_MIPS_Assembler. This file was originally by Jason Molenda · 14 years ago
  87. bcec309 It makes me nervous seeing those bitfield shift values without parens. by Jason Molenda · 14 years ago
  88. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 14 years ago
  89. 341f9b6 Fix a typo in a comment... by Jim Ingham · 14 years ago
  90. 34e9a98 Change the Options parser over to use a mask rather than an ordinal for option sets. by Jim Ingham · 14 years ago
  91. 17f4bff Move posix specific files into posix subdirectory so they can by Greg Clayton · 14 years ago
  92. 273a8e5 patch from: Jean-Daniel Dupas by Greg Clayton · 14 years ago
  93. e5cadba Make include paths work on Linux. ifdef out stuff that isn't relevant to by Eli Friedman · 14 years ago
  94. ef2bc87 Make getopt() use portable to Linux. by Eli Friedman · 14 years ago
  95. f05633b Add missing stdio.h include; fix include path for ClangASTContext.h. by Eli Friedman · 14 years ago
  96. e41c4b2 Updated LLVM/Clang to revision from 2010-06-13T06:00. by Greg Clayton · 14 years ago
  97. ccdb9ec Fix include paths; please check that this works on Mac. by Eli Friedman · 14 years ago
  98. c3d2139 Remove Mac-specific includes. by Eli Friedman · 14 years ago
  99. 8f5fd6b I have eliminated RTTI from LLDB! by Greg Clayton · 14 years ago
  100. 382eb3a Add missing include. by Eli Friedman · 14 years ago