- 19030d8 Refactoring of ValueObject::DumpValueObject and 'frame variable', 'target variable' commands to use an Options object instead of passing an ever-increasing number of arguments to the DumpValueObject() method, with the ultimate aim of making that call private implementation by Enrico Granata · 14 years ago
- db64d95 Giving a warning to the user the first time children are truncated by the new cap setting by Enrico Granata · 14 years ago
- 018921d *Some more optimizations in usage of ConstString by Enrico Granata · 14 years ago
- 5beb99d Added the ability to remove orphaned module shared pointers from a ModuleList. by Greg Clayton · 14 years ago
- 153ccd7 While tracking down memory consumption issue a few things were needed: the by Greg Clayton · 14 years ago
- 840eb26 CFString.py now shows contents in a more NSString-like way (e.g. you get @"Hello" instead of "Hello") by Enrico Granata · 14 years ago
- 899025f Added a "--global" option to the "target modules list" by Greg Clayton · 14 years ago
- 36f6fb9 Change CommandObjectTargetModulesAdd to set the return status by Jason Molenda · 14 years ago
- 979e20d Public API changes: by Enrico Granata · 14 years ago
- e4e3e2c when typing a summary string you can use the %S symbol to explicitly indicate that you want the summary to be used to print the target object by Enrico Granata · 14 years ago
- 7f163b3 Some descriptive text for the Python script feature: by Enrico Granata · 14 years ago
- 34bfa4f Fix short description of 'target variable' command. by Johnny Chen · 14 years ago
- fb81642 Allow the built in ValueObject summary providers for C strings by Greg Clayton · 14 years ago
- 24b0310 Fixed the global and static variables to always be in scope. by Greg Clayton · 14 years ago
- 5d81f49 Added the ability to see global variables with a variable expression path so by Greg Clayton · 14 years ago
- 3f2e1b9 Stop the lldb_private::RegularExpression class from implicitly by Greg Clayton · 14 years ago
- 368f822 Centralize the variable display prefs into a new option by Greg Clayton · 14 years ago
- 801417e Added "target variable" command that allows introspection of global by Greg Clayton · 14 years ago
- e7a91c1 The "-r" option should work for both "-n" and "-s", but it was only set to work for "-s". by Jim Ingham · 14 years ago
- 892fadd by Caroline Tice · 14 years ago
- e15511a Fix the "target stop-hook add" input reader so that it won't say the stop hook was added if the input was interrupted. by Jim Ingham · 14 years ago
- e1f50b9 Added new OptionGroup classes for UInt64, UUID, File and Boolean values. by Greg Clayton · 14 years ago
- 4495390 The 'target stop-hook add' command is missing the stop hook added message for one-liner. by Johnny Chen · 14 years ago
- 60fe60e Add a one-liner option, for example, "-o 'expr ptr'", to the 'target stop-hook add' command. by Johnny Chen · 14 years ago
- 4a34808 by Caroline Tice · 14 years ago
- 52c8b6e Added a new option to the "source list" command that allows us to see where by Greg Clayton · 14 years ago
- 44dc9d3 Add a test script for exercising the "taregt create", "target list", and "target select" commands. by Johnny Chen · 14 years ago
- abe0fed Centralized a lot of the status information for processes, by Greg Clayton · 14 years ago
- 143fcc3 Added two new classes for command options: by Greg Clayton · 14 years ago
- f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 14 years ago
- b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 14 years ago
- 7a4c8ea Clean up a few places where SetOptionValue was using the global optarg, rather than the option_arg value that was passed in. by Jim Ingham · 14 years ago
- d60d94a Add a first pass at a "stop hook" mechanism. This allows you to add commands that get run every time the debugger stops, whether due to a breakpoint, the end of a step, interrupt, etc. You can also specify in which context you want the stop hook to run, for instance only on a particular thread, or only in a particular shared library, function, file, line range within a file. by Jim Ingham · 14 years ago
- 4d66135 Add a test case test_image_search_paths() to test lldb's ability to do image search paths by Johnny Chen · 15 years ago
- 81040f4 Patch from Kirk Beitz that removes an unneeded include of "sys/errno.h". by Greg Clayton · 15 years ago
- 43b014a Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 15 years ago
- 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
- abb507a Clean up, clarify and standardize help text, and fix a few help text formatting problems. by Caroline Tice · 15 years ago
- c833295 Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selected" i.e. GetSelectedThread. Selected makes more sense, since these are set by some user action (a selection). I didn't change "CurrentProcess" since this is always controlled by the target, and a given target can only have one process, so it really can't be selected. by Jim Ingham · 15 years ago
- 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
- 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
- 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago