1. 437b5bc Wrapped up the work I am going to do for now for the "add-dsym" or "target symfile add" command. by Greg Clayton · 12 years ago
  2. b924eb6 Added the ability to download a symboled executable and symbol file given a UUID. by Greg Clayton · 12 years ago
  3. 06dc17f Brought LLDB top-of-tree into sync with LLVM/Clang by Sean Callanan · 12 years ago
  4. 4f61ba9 Change the new breakpoint creation output (primarily from "break set") to something more useful. by Jim Ingham · 12 years ago
  5. 5b9f777 <rdar://problem/12188843> Fixing a problem where a Python command created in the same module where the target function is defined causes the help string not to come out by Enrico Granata · 12 years ago
  6. 851e30e Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. Some platforms don't support this modification. by Greg Clayton · 12 years ago
  7. bb9ce3e "thread step-out" should run all threads by default. by Jim Ingham · 12 years ago
  8. fade78a Use the frame index passed into "thread until" rather than using the selected frame. by Jim Ingham · 12 years ago
  9. 0b5a40c Extended the "watchpoint set variable" code to support watchpoints on globals. by Sean Callanan · 12 years ago
  10. 92cb9a9 <rdar://problem/11374963> by Greg Clayton · 12 years ago
  11. f59388a Make the unwinding of the stack part of "thread return" work, and add the thread return command. by Jim Ingham · 12 years ago
  12. 3bfaad6 Made the help for the -n option on by Sean Callanan · 12 years ago
  13. 95b765e <rdar://problem/11374963> by Greg Clayton · 12 years ago
  14. 560c514 Change the NULL to a 0 since we need a uint32_t by Filipe Cabecinhas · 12 years ago
  15. b995059 Fixed a few places where we were doing: by Jim Ingham · 12 years ago
  16. d27026e Implementing an Options class for EvaluateExpression() in order to make the signature more compact and make it easy to 'just run an expression' by Enrico Granata · 12 years ago
  17. 49ce896 <rdar://problem/11757916> by Greg Clayton · 12 years ago
  18. 11d6e5e Fix a redundant computation. by Johnny Chen · 12 years ago
  19. c6e82e4 Remove further outdated "settings" code and also implement a few missing things. by Greg Clayton · 12 years ago
  20. 73844aa Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: by Greg Clayton · 12 years ago
  21. 9262cd5 rdar://problem/11324515 by Johnny Chen · 12 years ago
  22. 7acd60a Fixed some small formatting issues in the help for by Sean Callanan · 12 years ago
  23. 6c061be rdar://problem/12096295 by Johnny Chen · 12 years ago
  24. ad01496 Fixed a typo. by Sean Callanan · 12 years ago
  25. 2f7fd49 <rdar://problem/11589605> Making a by Enrico Granata · 12 years ago
  26. 9e98559 rdar://problem/12007576 by Johnny Chen · 12 years ago
  27. 124e690 Add an option to "process continue" to ignore the next <N> crossings of the breakpoint under by Jim Ingham · 12 years ago
  28. 392d9e0 Use the file completer for "process launch" arguments. <rdar://problem/11274012> by Jim Ingham · 12 years ago
  29. f3ec461 rdar://problem/11457143 [ER] need "watchpoint command ..." by Johnny Chen · 12 years ago
  30. 879de48 <rdar://problem/11578397> Adding a new --summary-string option for the frame variable command which allows the user to provide a summary string with which he wants to display the variables without having to make a named summary first by Enrico Granata · 12 years ago
  31. 535543d <rdar://problem/10449092> Adding a new uppercase hex format specifier. This commit also changes the short names for formats so that uppercase hex can be 'X', which was previously assigned to hex float. hex float now has no short name. by Enrico Granata · 12 years ago
  32. 1e1e6cb LLDB no longer prints <no result> by default if by Sean Callanan · 12 years ago
  33. 1221358 <rdar://problem/11505459> Stripping off the object's type from the output of the 'po' command by Enrico Granata · 12 years ago
  34. b386d82 Removed explicit NULL checks for shared pointers by Sean Callanan · 12 years ago
  35. 96abc62 Added a 'void' format so that the user can manually by Sean Callanan · 12 years ago
  36. c1ca9dc <rdar://problem/11975483> Removing user-visible references to 'dict' as a parameter name for Python summary-generating functions since it is a Python keyword. by Enrico Granata · 12 years ago
  37. 4f28c31 Instructions generated by a disassembler can now by Sean Callanan · 12 years ago
  38. 5d90ade Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the event loop. by Jim Ingham · 12 years ago
  39. 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
  40. 4a379b1 Ran the static analyzer on the codebase and found a few things. by Greg Clayton · 12 years ago
  41. 6cca969 <rdar://problem/11672978> Fixing an issue where an ObjC object might come out without a description because the expression used to obtain it would timeout before running to completion by Enrico Granata · 12 years ago
  42. b3a1a2b <rdar://problem/11870357> by Greg Clayton · 12 years ago
  43. 5b0afcc Add a new 'target modules show-unwind' command to show the different by Jason Molenda · 12 years ago
  44. 316f57f Fixed an issue where if you ask to search the global list of modules for a module with "target modules list", if it found a match in the current target, it would skip looking at the global list. Now if you ask for the global list, we use it and skip the target. by Greg Clayton · 12 years ago
  45. a7d3dc7 <rdar://problem/11852100> by Greg Clayton · 12 years ago
  46. ddb2ece Fixed a hang which causes LLDB to enter an infinite by Sean Callanan · 12 years ago
  47. aa3d89e Make error messages more user-friendly for the 'target delete' command. by Filipe Cabecinhas · 12 years ago
  48. 545762f <rdar://problem/11357711> by Greg Clayton · 12 years ago
  49. edd601a <rdar://problem/11800213> by Greg Clayton · 12 years ago
  50. 26a24b7 Make 'watchpoint set' default to write instead of read_write. by Johnny Chen · 12 years ago
  51. 11fb921 Fixed the "target modules list" to not crash in Debug builds due to an assertion where the mutex in the "module_list" local variable would assert when the lldb_private::Mutex would destruct. What was happening was the mutex in the module list was being locked by a local locker object and then "module_list" would get destroyed before the locker and the locker still had the mutex locked which would cause the pthread call to destroy the mutex to fail with "Resource busy" and it would cause a mutex leak. by Greg Clayton · 12 years ago
  52. 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
  53. 1032089 Chnage VerifyWatchpointIDs() from a static function to a class function to be called from other source files. by Johnny Chen · 12 years ago
  54. da26bd2 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 12 years ago
  55. 56d31ec Added the --all argument to "target modules lookup" by Sean Callanan · 12 years ago
  56. 9d0f508 rdar://problem/11598332 by Johnny Chen · 12 years ago
  57. e4b5ec0 rdar://problem/11597911 by Johnny Chen · 12 years ago
  58. 3f88349 rdar://problem/11584012 by Johnny Chen · 12 years ago
  59. f081dab -i option should apply to "-n" as well as "-F". by Jim Ingham · 12 years ago
  60. 1e0e73a Give more explicit error messages when watchpoint creation command (watchpoint set) fails, by Johnny Chen · 12 years ago
  61. be23f05 Fix a typo for 'waitfor' option help wording. by Johnny Chen · 12 years ago
  62. d07b4f5 Fix a bunch of thinko's in the command "thread continue". by Jim Ingham · 12 years ago
  63. 4336d93 Fixed a missed case in the patch to make by Sean Callanan · 12 years ago
  64. 01bc2d4 <rdar://problem/11328896> Fixing a bug where regex commands were saved in the history even if they came from a 'command sourced' file - this fix introduces a command sourcing depth and disables history for all levels of depth > 0, which means no commands go into history when being sourced from a file. we need an integer depth because command files might themselves source other command files, ... by Enrico Granata · 12 years ago
  65. a224377 <rdar://problem/11562050> by Greg Clayton · 12 years ago
  66. 9336790 We were accessing the ModuleList in the target without locking it for tasks like by Jim Ingham · 12 years ago
  67. 35f5dc7 rdar://problem/11541676 by Johnny Chen · 12 years ago
  68. e4f3cd7 rdar://problem/11533713 by Johnny Chen · 12 years ago
  69. 04e6ada <rdar://problem/11534686> by Greg Clayton · 12 years ago
  70. 7c09997 rdar://problem/11457634 by Johnny Chen · 12 years ago
  71. 7cbdcfb Add the capability to display the number of supported hardware watchpoints to the "watchpoint list" command. by Johnny Chen · 12 years ago
  72. 2cf5ccb Also push file & line breakpoints past the prologue. Also added a "-K" argument to the relevant by Jim Ingham · 12 years ago
  73. cf5927e <rdar://problem/11386214> <rdar://problem/11455913> by Greg Clayton · 12 years ago
  74. 9986a3b rdar://problem/11140741 by Johnny Chen · 12 years ago
  75. 53628e7 Set the result status correctly for asynchronous step-in/out/over commands. by Jim Ingham · 12 years ago
  76. 0cbaacd Modified "image lookup -t <typename>" to expand typedefs. by Greg Clayton · 12 years ago
  77. 2ad894b <rdar://problem/11455398> by Greg Clayton · 12 years ago
  78. 9721fe9 Add a useful error message to "log enable" with the wrong number of arguments, and reject "log enable lldb" which just silently did nothing before. by Jim Ingham · 12 years ago
  79. d82bc6d Found one more place where the OkayToDiscard needs to be consulted. by Jim Ingham · 12 years ago
  80. b170aee <rdar://problem/11358639> by Greg Clayton · 12 years ago
  81. 8d03c6f Add clarification comments. by Johnny Chen · 12 years ago
  82. 6f4a115 Updated to a more meaningful macro name. by Johnny Chen · 12 years ago
  83. 6092371 Fix the problem that 'help breakpoint set' is printing a lot of redundant lines. by Johnny Chen · 12 years ago
  84. 1b584eb Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. by Jim Ingham · 12 years ago
  85. 88e3de2 Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiated plans by Jim Ingham · 12 years ago
  86. ee033f2 Document the fact that you can repeat "-n" and similar options to make one breakpoint on multiple names. by Jim Ingham · 12 years ago
  87. 6a04353 Adding a new 'type category disable *' feature that disables all categories - This is intended as a quick kill switch for data formatters for cases where the user wants as little extra processing as possible to be done on their target, or to override major data formatters bug, should they occur by Enrico Granata · 12 years ago
  88. 7950572 If a command takes options and arguments, the help text should warn the user to use "--" to terminate the options. by Jim Ingham · 12 years ago
  89. 8a6f3e9 Added a --force option to "memory read," by Sean Callanan · 12 years ago
  90. 5564b58 Clarify "watchpoint set" help text. by Johnny Chen · 12 years ago
  91. 73260da Fix the docs for "breakpoint command add" to specify the arguments passed into the python function. by Jim Ingham · 12 years ago
  92. 9747118 Added a new host function that allows us to run shell command and get the output from them along with the status and signal: by Greg Clayton · 12 years ago
  93. 516f084 No functionality changes, mostly cleanup. by Greg Clayton · 12 years ago
  94. 860b9ea <rdar://problem/11202426> by Greg Clayton · 12 years ago
  95. 9f95fb6 In a prior commit, I changed the parameters around on a ModuleList::FindTypes where the old parameters that existing clients were using would have been compatible, so I renamed ModuleList::FindTypes to ModuleList::FindTypes2. Then I made fixes and verified I updated and fixed all client code, but I forgot to rename the function back to ModuleList::FindTypes(). I am doing that now and also cleaning up the C++ dynamic type code a bit. by Greg Clayton · 12 years ago
  96. 8ad21a8 Adding a new --python-function (-F) option to breakpoint command add. The option allows the user to specify a Python function name instead of a Python oneliner or interactive script input as a breakpoint command by Enrico Granata · 12 years ago
  97. ff7df6d Use 0 instead of NULL for the integral value. by Bill Wendling · 12 years ago
  98. 0cbb93b Patch from Viktor Kutuzov: delete the temporary process we created when "process connect" fails. by Greg Clayton · 12 years ago
  99. d4f16c8 <rdar://problem/10103468> by Greg Clayton · 12 years ago
  100. bd58715 Fixing an issue where saying 'po foo' made both the summary and the description for foo come out. If one is po'ing something they most probably only care about the description - We will not omit the summary by Enrico Granata · 12 years ago