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
*
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
*
Don't emit the "WARNING: no locations" message when breakpoints are set in
Jim Ingham
2014-12-19
1
-4
/
+11
*
Fix a format string warning by noting that StringIsBreakpointName
Eric Christopher
2014-12-17
1
-2
/
+0
*
Add the ability to tag one or more breakpoints with a name. These
Jim Ingham
2014-12-16
1
-8
/
+431
*
Add the ability to set breakpoints with conditions, commands, etc,
Jim Ingham
2014-12-06
1
-9
/
+119
*
This is the first step of making lldb able to create target-specific things
Jim Ingham
2014-11-22
1
-8
/
+8
*
Revert "Fix broken tests due to new error output."
Zachary Turner
2014-07-09
1
-42
/
+42
*
Fix broken tests due to new error output.
Todd Fiala
2014-07-08
1
-42
/
+42
*
Adds the notion of an OptionValidator.
Zachary Turner
2014-07-03
1
-42
/
+42
*
Add enumerations for additional languages from DWARF spec updates.
Bruce Mitchener
2014-07-03
1
-0
/
+3
*
sanitise sign comparisons
Saleem Abdulrasool
2014-04-02
1
-1
/
+1
*
"size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...
Greg Clayton
2014-03-03
1
-3
/
+3
*
Fix Windows build using portable types for formatting the log outputs
Deepak Panickal
2014-03-03
1
-3
/
+3
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-2
/
+2
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-2
/
+2
*
Fix the format warnings.
Sylvestre Ledru
2013-10-31
1
-3
/
+3
*
<rdar://problem/13635174>
Greg Clayton
2013-10-11
1
-13
/
+36
*
Add OptionParser.h
Virgile Bello
2013-09-05
1
-38
/
+38
*
Make the "SearchFilterByModuleListAndCU" work correctly for searches at the C...
Jim Ingham
2013-06-07
1
-1
/
+3
*
Fix the help message for “one-shot”.
Jim Ingham
2013-04-09
1
-1
/
+1
*
1 breakpoint is a breakpoint not a breakpoints.
Jim Ingham
2013-03-29
1
-1
/
+1
*
Fix a typo in help string.
Jim Ingham
2013-03-27
1
-1
/
+1
*
That wasn't a typo, if the short letter option is from a non-obvious source, ...
Jim Ingham
2013-03-26
1
-1
/
+1
*
Fixed a typo.
Sean Callanan
2013-03-26
1
-1
/
+1
*
Fix a reversed test for "for_expression" in creating C++ exception breakpoints.
Jim Ingham
2013-03-09
1
-1
/
+1
*
Add a comment to break disable's help to make clearer the relationship betwee...
Jim Ingham
2013-03-08
1
-1
/
+21
[next]