Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
a69bbe02a2352271e8b14542073f177e24c499c1
/
lldb
/
source
/
Commands
/
CommandObjectBreakpoint.cpp
738af7a
Add the ability to pass extra args to a Python breakpoint callback.
by Jim Ingham
· 6 years ago
f6a2086
[lldb] Fix -Wreorder-ctor in r373673
by Sam McCall
· 6 years ago
943a248
Break out the Python class & key/value options into a separate OptionGroup.
by Jim Ingham
· 6 years ago
0d9a201
[lldb][NFC] Remove ArgEntry::ref member
by Raphael Isemann
· 6 years ago
5aa1d81
Code cleanup: Change FormattersContainer::KeyType from SP to rvalue
by Jan Kratochvil
· 6 years ago
cb2380c
[lldb][NFC] Remove dead code that handles situations where LLDB has no dummy target
by Raphael Isemann
· 6 years ago
3616201
[lldb][NFC] Remove dead code that is supposed to handle invalid command options
by Raphael Isemann
· 6 years ago
3af3f1e
[Utility] Reimplement RegularExpression on top of llvm::Regex
by Jonas Devlieghere
· 6 years ago
a8f3ae7
[LLDB] Migrate llvm::make_unique to std::make_unique
by Jonas Devlieghere
· 6 years ago
bd68a05
[lldb] Also include the array definition in CommandOptions.inc
by Raphael Isemann
· 6 years ago
f94668e
[lldb][NFC] Tablegenify breakpoint
by Raphael Isemann
· 6 years ago
c5a2d74
[lldb] Rename Options.inc to CommandOptions.inc [NFC]
by Raphael Isemann
· 6 years ago
6f4fb4e
[lldb] Let table gen create command option initializers.
by Raphael Isemann
· 6 years ago
efe8e7e
typedef enum -> enum
by Fangrui Song
· 6 years ago
5717986
[CommandObject] Use GetDebugger() helper method (NFC)
by Jonas Devlieghere
· 6 years ago
8b3af63
[NFC] Remove ASCII lines from comments
by Jonas Devlieghere
· 6 years ago
796ac80
Use std::make_shared in LLDB (NFC)
by Jonas Devlieghere
· 7 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
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
Next »