index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Commands
/
CommandObjectBreakpoint.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete some more dead includes.
Zachary Turner
2017-03-22
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-2
/
+2
*
Make Options::SetOptionValue take a StringRef.
Zachary Turner
2016-11-12
1
-82
/
+59
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-2
/
+1
*
Convert various CommandInterpreter functions to StringRef.
Zachary Turner
2016-10-05
1
-6
/
+6
*
Update OptionGroup::SetValue to take StringRef.
Zachary Turner
2016-09-23
1
-8
/
+11
*
Add the ability to append breakpoints to the save file.
Jim Ingham
2016-09-22
1
-2
/
+9
*
Add the ability to deserialize only breakpoints matching a given name.
Jim Ingham
2016-09-22
1
-4
/
+39
*
Try to fix build errors on Android.
Zachary Turner
2016-09-22
1
-8
/
+8
*
Convert option tables to ArrayRefs.
Zachary Turner
2016-09-22
1
-205
/
+175
*
Make lldb::Regex use StringRef.
Zachary Turner
2016-09-21
1
-2
/
+2
*
Adds tests for breakpoint names, and a FindBreakpointsByName.
Jim Ingham
2016-09-21
1
-4
/
+14
*
Fix more functions in Args to use StringRef.
Zachary Turner
2016-09-19
1
-7
/
+8
*
Convert many functions to use StringRefs.
Zachary Turner
2016-09-17
1
-4
/
+7
*
Add SB API's for writing breakpoints to & creating the from a file.
Jim Ingham
2016-09-14
1
-110
/
+17
*
This is the main part of a change to add breakpoint save and restore to lldb.
Jim Ingham
2016-09-12
1
-19
/
+329
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-2022
/
+1797
*
Tables of command options in LLDB benefit from hand-formatting to make it
Kate Stone
2016-08-26
1
-154
/
+103
*
Decoupled Options from CommandInterpreter.
Todd Fiala
2016-08-11
1
-36
/
+43
*
LLDB help content has accumulated over time without a recent attempt to
Kate Stone
2016-07-14
1
-39
/
+38
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-23
/
+23
*
Add the ability to limit "source regexp" breakpoints to a particular function
Jim Ingham
2016-04-28
1
-1
/
+11
*
Add an "offset" option to "break set -n" and "break set -f -l".
Jim Ingham
2016-03-09
1
-0
/
+23
*
Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...
Eugene Zelenko
2016-02-18
1
-191
/
+147
*
Revert 260436. I pretty consistently upper-case the letter I use for the
Jim Ingham
2016-02-10
1
-2
/
+2
*
No reason for these two letters to be uppercase
Enrico Granata
2016-02-10
1
-2
/
+2
*
Mention the --all-files option in the -p help string.
Jim Ingham
2016-02-09
1
-1
/
+2
*
Add the ability (through the SB API & command line) to specify an address
Jim Ingham
2015-11-17
1
-5
/
+33
*
Make the language specifier to "break set" actually filter the names by their...
Jim Ingham
2015-11-06
1
-1
/
+2
*
commands: Use override instead of virtual.
Bruce Mitchener
2015-10-07
1
-95
/
+78
*
Remove one of the three spaces after a period in one of the breakpoint
Jason Molenda
2015-09-28
1
-1
/
+1
*
Move things from the LanguageRuntime that obviously belong in the new Languag...
Jim Ingham
2015-09-02
1
-3
/
+3
*
Clean up wording in help for breakpoint --language option.
Dawn Perchik
2015-07-22
1
-1
/
+1
*
Add support for specifying a language to use when parsing breakpoints.
Dawn Perchik
2015-07-21
1
-0
/
+14
*
Fixed line wrapping for the "long help" content in LLDB commands. Content is...
Kate Stone
2015-07-14
1
-17
/
+17
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2)
Ilia K
2015-05-18
1
-3
/
+28
*
Reverting r237460 to fix test failures introduced on OSX & Linux
Vince Harron
2015-05-15
1
-28
/
+3
*
Add --move-to-nearest-code / target.move-to-nearest-code options
Ilia K
2015-05-15
1
-3
/
+28
*
This is some groundwork for filtering the language Exception
Jim Ingham
2015-04-22
1
-9
/
+31
*
The last argument to CreateExceptionBreakpoint is "internal" not Hardware.
Jim Ingham
2015-04-16
1
-1
/
+1
*
Clean up CommandObjectBreakpointNameList: remove duplicated 'protected' acces...
Ilia K
2015-03-18
1
-1
/
+0
*
Report an error for line number values that don't convert to integers during ...
Jim Ingham
2015-03-16
1
-4
/
+12
*
Don't #include FormatManager.h from Debugger.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Reduce header footprint of Target.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Refactor OptionValue::SetValueFromCString to use llvm::StringRef
Pavel Labath
2015-02-20
1
-3
/
+3
*
Add an -A option to "break set -p" to search all files for matches. Also add...
Jim Ingham
2015-02-12
1
-2
/
+12
*
Add additional DWARF 5 language constants.
Bruce Mitchener
2015-02-06
1
-0
/
+1
*
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
Vince Harron
2015-01-15
1
-9
/
+10
[next]