- 2753a02 Add one-shot breakpoints (-o option to "break set") and a tbreak alias for our gdb friends. by Jim Ingham · 12 years ago
- bf41e19 Ran the sources through the compiler with -Wshadow warnings by Jason Molenda · 12 years ago
- fac2e62 Add support for debugging KASLR kernels via kdp (the kernel being by Jason Molenda · 12 years ago
- 6d10188 Implementing plugins that provide commands. by Enrico Granata · 12 years ago
- 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
- b924eb6 Added the ability to download a symboled executable and symbol file given a UUID. by Greg Clayton · 12 years ago
- 06dc17f Brought LLDB top-of-tree into sync with LLVM/Clang by Sean Callanan · 12 years ago
- 4f61ba9 Change the new breakpoint creation output (primarily from "break set") to something more useful. by Jim Ingham · 12 years ago
- 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
- 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
- bb9ce3e "thread step-out" should run all threads by default. by Jim Ingham · 12 years ago
- fade78a Use the frame index passed into "thread until" rather than using the selected frame. by Jim Ingham · 12 years ago
- 0b5a40c Extended the "watchpoint set variable" code to support watchpoints on globals. by Sean Callanan · 12 years ago
- 92cb9a9 <rdar://problem/11374963> by Greg Clayton · 12 years ago
- f59388a Make the unwinding of the stack part of "thread return" work, and add the thread return command. by Jim Ingham · 12 years ago
- 3bfaad6 Made the help for the -n option on by Sean Callanan · 12 years ago
- 95b765e <rdar://problem/11374963> by Greg Clayton · 12 years ago
- 560c514 Change the NULL to a 0 since we need a uint32_t by Filipe Cabecinhas · 12 years ago
- b995059 Fixed a few places where we were doing: by Jim Ingham · 12 years ago
- 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
- 49ce896 <rdar://problem/11757916> by Greg Clayton · 12 years ago
- 11d6e5e Fix a redundant computation. by Johnny Chen · 12 years ago
- c6e82e4 Remove further outdated "settings" code and also implement a few missing things. by Greg Clayton · 12 years ago
- 73844aa Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: by Greg Clayton · 12 years ago
- 9262cd5 rdar://problem/11324515 by Johnny Chen · 12 years ago
- 7acd60a Fixed some small formatting issues in the help for by Sean Callanan · 12 years ago
- 6c061be rdar://problem/12096295 by Johnny Chen · 12 years ago
- ad01496 Fixed a typo. by Sean Callanan · 12 years ago
- 2f7fd49 <rdar://problem/11589605> Making a by Enrico Granata · 12 years ago
- 9e98559 rdar://problem/12007576 by Johnny Chen · 12 years ago
- 124e690 Add an option to "process continue" to ignore the next <N> crossings of the breakpoint under by Jim Ingham · 12 years ago
- 392d9e0 Use the file completer for "process launch" arguments. <rdar://problem/11274012> by Jim Ingham · 12 years ago
- f3ec461 rdar://problem/11457143 [ER] need "watchpoint command ..." by Johnny Chen · 12 years ago
- 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
- 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
- 1e1e6cb LLDB no longer prints <no result> by default if by Sean Callanan · 12 years ago
- 1221358 <rdar://problem/11505459> Stripping off the object's type from the output of the 'po' command by Enrico Granata · 12 years ago
- b386d82 Removed explicit NULL checks for shared pointers by Sean Callanan · 12 years ago
- 96abc62 Added a 'void' format so that the user can manually by Sean Callanan · 12 years ago
- 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
- 4f28c31 Instructions generated by a disassembler can now by Sean Callanan · 12 years ago
- 5d90ade Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the event loop. by Jim Ingham · 12 years ago
- 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
- 4a379b1 Ran the static analyzer on the codebase and found a few things. by Greg Clayton · 12 years ago
- 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
- b3a1a2b <rdar://problem/11870357> by Greg Clayton · 12 years ago
- 5b0afcc Add a new 'target modules show-unwind' command to show the different by Jason Molenda · 12 years ago
- 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
- a7d3dc7 <rdar://problem/11852100> by Greg Clayton · 12 years ago
- ddb2ece Fixed a hang which causes LLDB to enter an infinite by Sean Callanan · 12 years ago
- aa3d89e Make error messages more user-friendly for the 'target delete' command. by Filipe Cabecinhas · 12 years ago
- 545762f <rdar://problem/11357711> by Greg Clayton · 12 years ago
- edd601a <rdar://problem/11800213> by Greg Clayton · 12 years ago
- 26a24b7 Make 'watchpoint set' default to write instead of read_write. by Johnny Chen · 12 years ago
- 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
- 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
- 1032089 Chnage VerifyWatchpointIDs() from a static function to a class function to be called from other source files. by Johnny Chen · 12 years ago
- da26bd2 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 12 years ago
- 56d31ec Added the --all argument to "target modules lookup" by Sean Callanan · 12 years ago
- 9d0f508 rdar://problem/11598332 by Johnny Chen · 12 years ago
- e4b5ec0 rdar://problem/11597911 by Johnny Chen · 12 years ago
- 3f88349 rdar://problem/11584012 by Johnny Chen · 12 years ago
- f081dab -i option should apply to "-n" as well as "-F". by Jim Ingham · 12 years ago
- 1e0e73a Give more explicit error messages when watchpoint creation command (watchpoint set) fails, by Johnny Chen · 12 years ago
- be23f05 Fix a typo for 'waitfor' option help wording. by Johnny Chen · 12 years ago
- d07b4f5 Fix a bunch of thinko's in the command "thread continue". by Jim Ingham · 12 years ago
- 4336d93 Fixed a missed case in the patch to make by Sean Callanan · 12 years ago
- 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
- a224377 <rdar://problem/11562050> by Greg Clayton · 12 years ago
- 9336790 We were accessing the ModuleList in the target without locking it for tasks like by Jim Ingham · 12 years ago
- 35f5dc7 rdar://problem/11541676 by Johnny Chen · 12 years ago
- e4f3cd7 rdar://problem/11533713 by Johnny Chen · 12 years ago
- 04e6ada <rdar://problem/11534686> by Greg Clayton · 12 years ago
- 7c09997 rdar://problem/11457634 by Johnny Chen · 12 years ago
- 7cbdcfb Add the capability to display the number of supported hardware watchpoints to the "watchpoint list" command. by Johnny Chen · 12 years ago
- 2cf5ccb Also push file & line breakpoints past the prologue. Also added a "-K" argument to the relevant by Jim Ingham · 12 years ago
- cf5927e <rdar://problem/11386214> <rdar://problem/11455913> by Greg Clayton · 13 years ago
- 9986a3b rdar://problem/11140741 by Johnny Chen · 13 years ago
- 53628e7 Set the result status correctly for asynchronous step-in/out/over commands. by Jim Ingham · 13 years ago
- 0cbaacd Modified "image lookup -t <typename>" to expand typedefs. by Greg Clayton · 13 years ago
- 2ad894b <rdar://problem/11455398> by Greg Clayton · 13 years ago
- 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 · 13 years ago
- d82bc6d Found one more place where the OkayToDiscard needs to be consulted. by Jim Ingham · 13 years ago
- b170aee <rdar://problem/11358639> by Greg Clayton · 13 years ago
- 8d03c6f Add clarification comments. by Johnny Chen · 13 years ago
- 6f4a115 Updated to a more meaningful macro name. by Johnny Chen · 13 years ago
- 6092371 Fix the problem that 'help breakpoint set' is printing a lot of redundant lines. by Johnny Chen · 13 years ago
- 1b584eb Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. by Jim Ingham · 13 years ago
- 88e3de2 Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiated plans by Jim Ingham · 13 years ago
- ee033f2 Document the fact that you can repeat "-n" and similar options to make one breakpoint on multiple names. by Jim Ingham · 13 years ago
- 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 · 13 years ago
- 7950572 If a command takes options and arguments, the help text should warn the user to use "--" to terminate the options. by Jim Ingham · 13 years ago
- 8a6f3e9 Added a --force option to "memory read," by Sean Callanan · 13 years ago
- 5564b58 Clarify "watchpoint set" help text. by Johnny Chen · 13 years ago
- 73260da Fix the docs for "breakpoint command add" to specify the arguments passed into the python function. by Jim Ingham · 13 years ago
- 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 · 13 years ago
- 516f084 No functionality changes, mostly cleanup. by Greg Clayton · 13 years ago
- 860b9ea <rdar://problem/11202426> by Greg Clayton · 13 years ago
- 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 · 13 years ago
- 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 · 13 years ago