1. d55c5b1 Add Android.mk support for building LLDB on Linux host. by Todd Fiala · 11 years ago
  2. 4b93aee Add format specifiers to various format ids so we can print thread ids in decimal on Linux and FreeBSD. by Michael Sartain · 11 years ago
  3. ca4c37b Fixed several problems with watchpoint expressions. by Sean Callanan · 11 years ago
  4. 95eeb63 Added Repr() and Str() member functions to our PythonObject class to allow easy conversion to-string of every PythonObject by Enrico Granata · 11 years ago
  5. b9d995d Second attempt at getting the PyCallable changes in trunk by Enrico Granata · 11 years ago
  6. 26bc105 Revert commits that cause broken builds on GCC buildbots by Daniel Malea · 11 years ago
  7. 9c9a7bf <rdar://problem/14266411> by Enrico Granata · 11 years ago
  8. 7e20fea Fix some more mismatched integer types causing compiler warnings. by Andy Gibbs · 11 years ago
  9. 001cd53 In thread and frame format strings, it is now allowed to use Python functions to generate part or all of the output text by Enrico Granata · 11 years ago
  10. 3e11c7e Sort out a number of mismatched integer types in order to cut down the number of compiler warnings. by Andy Gibbs · 11 years ago
  11. aba2527 Improvements to "command script import" to better support reloading in Xcode by Enrico Granata · 11 years ago
  12. be2f909 We were getting an assert because somebody was making a watchpoint that was by Jim Ingham · 11 years ago
  13. 89f5819 Fix a missing pointer deref that was uncovered by one of the buildbots. by Adrian Prantl · 11 years ago
  14. c86ae08 This patch fixes the issue where our command-line tab completer would sometimes replicate commands by Enrico Granata · 11 years ago
  15. c358068 <rdar://problem/13270271> by Enrico Granata · 11 years ago
  16. 81471a2 <rdar://problem/13926101> by Enrico Granata · 11 years ago
  17. 5444368 Add new files to CMakeLists.txt to fix cmake build error. by Michael Sartain · 11 years ago
  18. b1fb727 <rdar://problem/14134716> by Enrico Granata · 11 years ago
  19. 035ef3d <rdar://problem/11914077> by Enrico Granata · 11 years ago
  20. c8b6859 <rdar://problem/13299214> by Enrico Granata · 11 years ago
  21. 8b9e969 Making our Python decrefs NULL-safe by Enrico Granata · 11 years ago
  22. 6fefc3a <rdar://problem/12876503> by Enrico Granata · 11 years ago
  23. 884288b Fix various build warnings. by Matt Kopec · 11 years ago
  24. 6606882 <rdar://problem/11109316> by Enrico Granata · 11 years ago
  25. 9565e9d Fixed a file leak introduced with my last checkin. Also be sure to include <stdio.h> just in case. by Greg Clayton · 11 years ago
  26. e15e58f Added a new "lldb" log channel named "os" for the OperatingSystem plug-ins to use. by Greg Clayton · 11 years ago
  27. 589d361 Apropos should search user commands as well as built-in commands. by Jim Ingham · 11 years ago
  28. 7de74f9 <rdar://problem/11158023> by Enrico Granata · 11 years ago
  29. 2f6a4ed <rdar://problem/13892319> by Greg Clayton · 11 years ago
  30. 0e19160 <rdar://problem/13854277> <rdar://problem/13594769> by Greg Clayton · 11 years ago
  31. edeed2d Test case added for importing packages by Enrico Granata · 11 years ago
  32. 6b2d9e1 Improvements to the package importing feature - test case will follow by Enrico Granata · 11 years ago
  33. 42b336c Remove the UUID::GetAsCString() method which required a buffer to save the by Jason Molenda · 11 years ago
  34. 7d18ec6 Fixed 'command script import' by eliminating the shadowing of basename. by Ashok Thirumurthi · 11 years ago
  35. 00a8278 <rdar://problem/11558812> by Enrico Granata · 11 years ago
  36. a153f63 If HandleCommands is called with add_to_history set to false, turn on the m_command_source_depth so that when we forget the value for regex & alias commands it still stays off. by Jim Ingham · 11 years ago
  37. 761afb8 Recommitting r180831 with trivial fix - remember to return errors if you compute. by Jim Ingham · 11 years ago
  38. 411ab47 Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.py by Daniel Malea · 11 years ago
  39. 4ca3715 Change CommandReturnObject::AppendMessage to print an empty line if by Jason Molenda · 11 years ago
  40. b4e08ab Added an option to "process detach" to keep the process stopped, if the process plugin (or in the by Jim Ingham · 11 years ago
  41. 2a91beb Avoiding a potentially memory allocating code path in the Python InputReader's CTRL+C handling code path - this can potentially cause a deadlock while interrupting a user-made Python command by Enrico Granata · 11 years ago
  42. 97a19b2 Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Also added a similar function for modules: by Greg Clayton · 11 years ago
  43. 11ac316 Look for an inexact match in just the commands before searching the alias commands as well. by Matt Kopec · 11 years ago
  44. c582bbf Fix linux argument completion with for "--" options (llvm.org/bugs/pr14425) by Daniel Malea · 11 years ago
  45. d387b46 Fixed some linux buildbot warnings. by Greg Clayton · 11 years ago
  46. 102b2c2 After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. by Greg Clayton · 11 years ago
  47. 81a96aa Since we use C++11, we should switch over to using std::unique_ptr when C++11 is being used. To do this, we follow what we have done for shared pointers and we define a STD_UNIQUE_PTR macro that can be used and it will "do the right thing". Due to some API differences in std::unique_ptr and due to the fact that we need to be able to compile without C++11, we can't use move semantics so some code needed to change so that it can compile with either C++. by Greg Clayton · 11 years ago
  48. 71c5d60 Removed the "expr" alias for "expression," which by Sean Callanan · 11 years ago
  49. 3f2f741 <rdar://problem/13457391> by Greg Clayton · 11 years ago
  50. 00af72e <rdar://problem/13384801> by Greg Clayton · 11 years ago
  51. 296b06d <rdar://problem/13506727> by Greg Clayton · 11 years ago
  52. 1d4812c Allow partial matching for alias commands as well as regular commands. by Jim Ingham · 11 years ago
  53. d47cda9 Added "rb" and "rbr" aliases to fix regressions by Sean Callanan · 11 years ago
  54. f7c4bfc <rdar://problem/13131838> by Greg Clayton · 11 years ago
  55. f3c65b8 <rdar://problem/12022060> by Greg Clayton · 11 years ago
  56. 952e9dc <rdar://problem/13521159> by Greg Clayton · 11 years ago
  57. 1414aba Implementing the notion of externally-acquirable ScriptInterpreter lock by Enrico Granata · 11 years ago
  58. c3f5cd8 Our commands that end up displaying a ValueObject as part of their workflow use OptionGroupValueObjectDisplay as their currency for deciding the final representation by Enrico Granata · 11 years ago
  59. cba09f6 This checkin removes the last Cocoa formatters that were implemented in Python and reimplements them in C++. The Python Cocoa formatters are not shipped as part of LLDB anymore, but still exist in the source repository for user reference. Python formatters still exist for STL classes and users can still define their own Python formatters by Enrico Granata · 11 years ago
  60. 056d0c1 The regular expression command object was resetting the execution context of the by Jim Ingham · 11 years ago
  61. eff8320 Rolled back r176719 because settings with file names were broken. by Sean Callanan · 11 years ago
  62. b1f44b3 <rdar://problem/13404189> by Greg Clayton · 11 years ago
  63. 5243ff8 OptionValueFileSpec shouldn't be doing argument by Sean Callanan · 11 years ago
  64. 8014368 Now that "settings set" will strip leading and trailing spaces, we need a way to be able to specify string values that contain spaces. So now settings setting <property> <value>" can have a <value> that is quoted: by Greg Clayton · 11 years ago
  65. b4b4081 <rdar://problem/13184855> by Greg Clayton · 11 years ago
  66. 7d40838 Convert from the C-based LLVM Disassembler shim to the full MC Disassembler API's. by Jim Ingham · 11 years ago
  67. a7cb663 Correct the logic in DumpCommandHistory when the end index is UINT32_MAX. by Jim Ingham · 11 years ago
  68. e9a5a50 <rdar://problem/13265017> by Enrico Granata · 11 years ago
  69. fe21d4f Fix clang warnings related to python macro redefinition and printf format specifiers. by Matt Kopec · 11 years ago
  70. aebeefd Adding CMake build system to LLDB. Some known issues remain: by Daniel Malea · 11 years ago
  71. d04a76b *ahem* Enrico. by Jason Molenda · 11 years ago
  72. 80c9a88 <rdar://problem/13147878> by Enrico Granata · 11 years ago
  73. c06adf1 <rdar://problem/13178743> by Greg Clayton · 11 years ago
  74. c98abf5 <rdar://problem/13184389> by Greg Clayton · 11 years ago
  75. f2bf274 Added the ability to specify a breakpoint using the GDB '*ADDRESS' format: by Greg Clayton · 11 years ago
  76. 8f805c2 <rdar://problem/13050227> by Greg Clayton · 11 years ago
  77. f892c42 <rdar://problem/9141269> by Greg Clayton · 11 years ago
  78. 16481ab Since an address (0x12346) is an expression, be brief. by Enrico Granata · 11 years ago
  79. 4968ad8 <rdar://problem/12552374> by Enrico Granata · 11 years ago
  80. f509c5e <rdar://problem/12978143> by Enrico Granata · 11 years ago
  81. 36da2aa <rdar://problem/13069948> by Greg Clayton · 11 years ago
  82. 4535891 <rdar://problem/12437929> by Enrico Granata · 11 years ago
  83. 52ebc0a <rdar://problem/13010007> by Greg Clayton · 11 years ago
  84. dcb36c7 <rdar://problem/12786725> by Enrico Granata · 11 years ago
  85. c4f4201 Converting lambdas to plain old static function pointers by Enrico Granata · 11 years ago
  86. ec1e823 Remove std::string input arguments and replace with "const char *". by Greg Clayton · 11 years ago
  87. b794020 Separated the "expr --unwind-on-error" behavior into two parts, actual errors (i.e. crashes) which continue to be by Jim Ingham · 11 years ago
  88. aad2b0f <rdar://problem/12990038> by Greg Clayton · 11 years ago
  89. ea0bb4d Expanded the flags that can be set for a command object in lldb_private::CommandObject. This list of available flags are: by Greg Clayton · 11 years ago
  90. 0d5d570 Make sure that the GenerateFunction call can support arbitrary levels of indentation for user code by Enrico Granata · 11 years ago
  91. 559bb5c <rdar://problem/12446222> by Enrico Granata · 11 years ago
  92. bb04be1 Remove the “len” defaulted parameter from CommandReturnObject::AppendMessage, AppendWarning and AppendError. Nobody was using them, and it meant if you accidentally used the AppendWarning when you meant AppendWarningWithFormat with an integer in the format string, it would compile and then return your string plus some unknown amount of junk. by Jim Ingham · 11 years ago
  93. c340ff8 <rdar://problem/12156204> by Greg Clayton · 11 years ago
  94. b1484f7 <rdar://problem/12582041> by Greg Clayton · 11 years ago
  95. 992d227 Option changes: by Enrico Granata · 11 years ago
  96. 729e99e Adding a validation callback mechanism to OptionValueString (such a feature might theoretically be added to the general OptionValue base class should the need arise) by Enrico Granata · 11 years ago
  97. ba687bb <rdar://problem/12827031> by Greg Clayton · 11 years ago
  98. 1dba077 Even when we aren’t going to init all the lldb.frame, etc, globals, init lldb.debugger, since each script interpreter is tied to just one debugger. by Jim Ingham · 11 years ago
  99. b9db9d5 Fix a few more clang (3.2) warnings on Linux: by Daniel Malea · 11 years ago
  100. d35b7b3 More Linux warnings fixes (remove default labels as needed): by Daniel Malea · 11 years ago