- ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
- 8f3be7a [FileSystem] Move path resolution logic out of FileSpec by Jonas Devlieghere · 7 years ago
- 117b1fa Don't type-erase the FunctionNameType or TypeClass enums. by Zachary Turner · 7 years ago
- 8fe53c49 Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef by Tatyana Krasnukha · 7 years ago
- 3815e70 Add a "scripted" breakpoint type to lldb. by Jim Ingham · 7 years ago
- 431b158 Support setting a breakpoint by FileSpec+Line+Column in the SBAPI. by Adrian Prantl · 7 years ago
- 16662f3 BreakpointIDList: Use llvm::ArrayRef instead of pointer+length pair by Pavel Labath · 7 years ago
- 4e8be2c Fix/unify the spelling of Objective-C. by Adrian Prantl · 7 years ago
- 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
- 47cbf4a Move Args::StringTo*** functions to a new OptionArgParser class by Pavel Labath · 7 years ago
- e9632eb Wire up the breakpoint name help string. by Jim Ingham · 8 years ago
- b842f2e Make breakpoint names real entities. by Jim Ingham · 8 years ago
- f08f5c9 Add an auto-continue flag to breakpoints & locations. by Jim Ingham · 8 years ago
- 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
- 3eb2b44 Delete some more dead includes. by Zachary Turner · 9 years ago
- bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
- c156427 Don't allow direct access to StreamString's internal buffer. by Zachary Turner · 9 years ago
- fe11483 Make Options::SetOptionValue take a StringRef. by Zachary Turner · 9 years ago
- 771ef6d Fix Clang-tidy readability-redundant-string-cstr warnings by Malcolm Parsons · 9 years ago
- 11eb9c6 Convert various CommandInterpreter functions to StringRef. by Zachary Turner · 9 years ago
- 8cef4b0 Update OptionGroup::SetValue to take StringRef. by Zachary Turner · 9 years ago
- 2d3628e Add the ability to append breakpoints to the save file. by Jim Ingham · 9 years ago
- 3acdf38 Add the ability to deserialize only breakpoints matching a given name. by Jim Ingham · 9 years ago
- 7060243 Try to fix build errors on Android. by Zachary Turner · 9 years ago
- 1f0f5b5 Convert option tables to ArrayRefs. by Zachary Turner · 9 years ago
- 95eae42 Make lldb::Regex use StringRef. by Zachary Turner · 9 years ago
- ff9a91e Adds tests for breakpoint names, and a FindBreakpointsByName. by Jim Ingham · 9 years ago
- ecbb0bb Fix more functions in Args to use StringRef. by Zachary Turner · 9 years ago
- 6fa7681b Convert many functions to use StringRefs. by Zachary Turner · 9 years ago
- 01f1666 Add SB API's for writing breakpoints to & creating the from a file. by Jim Ingham · 9 years ago
- e14dc26 This is the main part of a change to add breakpoint save and restore to lldb. by Jim Ingham · 9 years ago
- b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
- ac9c3a6 Tables of command options in LLDB benefit from hand-formatting to make it by Kate Stone · 9 years ago
- e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
- 7428a18 LLDB help content has accumulated over time without a recent attempt to by Kate Stone · 9 years ago
- bb19a13 second pass over removal of Mutex and Condition by Saleem Abdulrasool · 9 years ago
- 76bb8d6 Add the ability to limit "source regexp" breakpoints to a particular function by Jim Ingham · 9 years ago
- 2411167 Add an "offset" option to "break set -n" and "break set -f -l". by Jim Ingham · 10 years ago
- 9e85e5a Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in source/Commands/CommandObjectBreakpoint.cpp; other minor fixes. by Eugene Zelenko · 10 years ago
- b4a5aa2 Revert 260436. I pretty consistently upper-case the letter I use for the by Jim Ingham · 10 years ago
- 909e2cd No reason for these two letters to be uppercase by Enrico Granata · 10 years ago
- cc3a459 Mention the --all-files option in the -p help string. by Jim Ingham · 10 years ago
- 055a08a Add the ability (through the SB API & command line) to specify an address by Jim Ingham · 10 years ago
- 0fcdac3 Make the language specifier to "break set" actually filter the names by their language. So for by Jim Ingham · 10 years ago
- 13d21e9 commands: Use override instead of virtual. by Bruce Mitchener · 10 years ago
- c8badb7 Remove one of the three spaces after a period in one of the breakpoint by Jason Molenda · 10 years ago
- 0e0984e Move things from the LanguageRuntime that obviously belong in the new Language plugin instead. by Jim Ingham · 10 years ago
- 4112ab9 Clean up wording in help for breakpoint --language option. by Dawn Perchik · 10 years ago
- 23b1dec Add support for specifying a language to use when parsing breakpoints. by Dawn Perchik · 10 years ago
- ea671fb Fixed line wrapping for the "long help" content in LLDB commands. Content is now dynamically wrapped for the column width of the current terminal. Lines that begin with whitespace will be indented identically on subsequent lines to maintain formatting. by Kate Stone · 10 years ago
- 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
- 055ad9b Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2) by Ilia K · 10 years ago
- a66c695 Reverting r237460 to fix test failures introduced on OSX & Linux by Vince Harron · 10 years ago
- d9f1a78 Add --move-to-nearest-code / target.move-to-nearest-code options by Ilia K · 10 years ago
- a72b31c This is some groundwork for filtering the language Exception by Jim Ingham · 10 years ago
- 162deb1 The last argument to CreateExceptionBreakpoint is "internal" not Hardware. by Jim Ingham · 10 years ago
- 41c5675 Clean up CommandObjectBreakpointNameList: remove duplicated 'protected' access modifier by Ilia K · 11 years ago
- 6312991 Report an error for line number values that don't convert to integers during argument by Jim Ingham · 11 years ago
- a78bd7f Don't #include FormatManager.h from Debugger.h by Zachary Turner · 11 years ago
- 32abc6e Reduce header footprint of Target.h by Zachary Turner · 11 years ago
- c95f7e2 Refactor OptionValue::SetValueFromCString to use llvm::StringRef by Pavel Labath · 11 years ago
- e732052 Add an -A option to "break set -p" to search all files for matches. Also add the version of by Jim Ingham · 11 years ago
- 2ba84a6 Add additional DWARF 5 language constants. by Bruce Mitchener · 11 years ago
- 5275aaa Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ by Vince Harron · 11 years ago
- 4aeb198 Don't emit the "WARNING: no locations" message when breakpoints are set in by Jim Ingham · 11 years ago
- c9d1c27 Fix a format string warning by noting that StringIsBreakpointName by Eric Christopher · 11 years ago
- 5e09c8c Add the ability to tag one or more breakpoints with a name. These by Jim Ingham · 11 years ago
- 33df7cd Add the ability to set breakpoints with conditions, commands, etc, by Jim Ingham · 11 years ago
- 893c932 This is the first step of making lldb able to create target-specific things by Jim Ingham · 11 years ago
- d37221d Revert "Fix broken tests due to new error output." by Zachary Turner · 11 years ago
- 9734280 Fix broken tests due to new error output. by Todd Fiala · 11 years ago
- de963e9 Adds the notion of an OptionValidator. by Zachary Turner · 11 years ago
- 1d0089f Add enumerations for additional languages from DWARF spec updates. by Bruce Mitchener · 11 years ago
- 3985c8c sanitise sign comparisons by Saleem Abdulrasool · 11 years ago
- 6fea17e "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf style statements that were assuming size_t were 64 bit were changed, and they were also changed to display them as unsigned values as "size_t" isn't signed. by Greg Clayton · 12 years ago
- 99fbc07 Fix Windows build using portable types for formatting the log outputs by Deepak Panickal · 12 years ago
- b57e4a1 Roll back the changes I made in r193907 which created a new Frame by Jason Molenda · 12 years ago
- f23bf74 Add a new base class, Frame. It is a pure virtual function which by Jason Molenda · 12 years ago
- 779f921 Fix the format warnings. by Sylvestre Ledru · 12 years ago
- eb023e7 <rdar://problem/13635174> by Greg Clayton · 12 years ago
- e2607b5 Add OptionParser.h by Virgile Bello · 12 years ago
- e96ade8 Make the "SearchFilterByModuleListAndCU" work correctly for searches at the CompUnit by Jim Ingham · 12 years ago
- b2b256a Fix the help message for “one-shot”. by Jim Ingham · 12 years ago
- bb03b8f 1 breakpoint is a breakpoint not a breakpoints. by Jim Ingham · 12 years ago
- 551262d Fix a typo in help string. by Jim Ingham · 13 years ago
- a89be91 That wasn't a typo, if the short letter option is from a non-obvious source, I capitolize it in the help as an aid to memory. by Jim Ingham · 13 years ago
- bce7c77 Fixed a typo. by Sean Callanan · 13 years ago
- 168d469 Fix a reversed test for "for_expression" in creating C++ exception breakpoints. by Jim Ingham · 13 years ago
- b0fac50 Add a comment to break disable's help to make clearer the relationship between the by Jim Ingham · 13 years ago
- 6394479 One to many always's. by Jim Ingham · 13 years ago
- 289aca6 Make it clear that if you #include .c/.cpp/.m/.mm etc files, you will have to by Jim Ingham · 13 years ago
- b84a9db <rdar://problem/12552374> by Enrico Granata · 13 years ago
- c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
- f9fc609 Expanded the flags that can be set for a command object in lldb_private::CommandObject. This list of available flags are: by Greg Clayton · 13 years ago
- b9d5df5 <rdar://problem/12820334> by Greg Clayton · 13 years ago
- 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
- 3bcdfc0 <rdar://problem/12798131> by Greg Clayton · 13 years ago
- ca36cd1 Add one-shot breakpoints (-o option to "break set") and a tbreak alias for our gdb friends. by Jim Ingham · 13 years ago
- 1391cc7 Change the new breakpoint creation output (primarily from "break set") to something more useful. by Jim Ingham · 13 years ago
- 1f74607 <rdar://problem/11757916> by Greg Clayton · 13 years ago