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
/
CommandObjectBreakpointCommand.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...
Eugene Zelenko
2016-02-19
1
-63
/
+46
*
commands: Use override instead of virtual.
Bruce Mitchener
2015-10-07
1
-32
/
+27
*
Fixed line wrapping for the "long help" content in LLDB commands. Content is...
Kate Stone
2015-07-14
1
-137
/
+114
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Add the ability to tag one or more breakpoints with a name. These
Jim Ingham
2014-12-16
1
-3
/
+3
*
Add the ability to set breakpoints with conditions, commands, etc,
Jim Ingham
2014-12-06
1
-3
/
+84
*
Rework the way we pass "run multiple command" options to the various API's that
Jim Ingham
2014-10-11
1
-10
/
+9
*
Allow "breakpoint command add" to add commands to more than one breakpoint at...
Jim Ingham
2014-08-29
1
-58
/
+70
*
Make it clear in the help that "breakpoint command add" will act on the last set
Jim Ingham
2014-08-28
1
-2
/
+3
*
Fixed a typo.
Sean Callanan
2014-08-21
1
-1
/
+1
*
Revert "Fix broken tests due to new error output."
Zachary Turner
2014-07-09
1
-5
/
+5
*
Fix broken tests due to new error output.
Todd Fiala
2014-07-08
1
-5
/
+5
*
Adds the notion of an OptionValidator.
Zachary Turner
2014-07-03
1
-5
/
+5
*
lldb TOT is dropping the last entry for multi-line IOHandlers that use the IO...
Greg Clayton
2014-05-08
1
-1
/
+1
*
"DONE" is being left in multi-line results when it shouldn't for non terminal...
Greg Clayton
2014-05-02
1
-1
/
+1
*
Add the ability to set python breakpoint commands from the SBBreakpoint & SBB...
Jim Ingham
2014-04-02
1
-8
/
+2
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-117
/
+39
*
Add OptionParser.h
Virgile Bello
2013-09-05
1
-4
/
+4
*
Note in the documentation about the fact that Python callbacks can return a v...
Enrico Granata
2013-05-16
1
-0
/
+6
*
<rdar://problem/13883385>
Enrico Granata
2013-05-15
1
-1
/
+2
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-2
/
+2
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-2
/
+2
*
breakpoint command add currently doesn't support adding commands to more than...
Jim Ingham
2013-02-28
1
-0
/
+7
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
<rdar://problem/12798131>
Greg Clayton
2012-12-04
1
-1
/
+1
*
Updated the "breakpoint command add" documentation and fixed the web site doc...
Greg Clayton
2012-10-26
1
-109
/
+124
*
Change the NULL to a 0 since we need a uint32_t
Filipe Cabecinhas
2012-09-11
1
-4
/
+4
*
<rdar://problem/11975483> Removing user-visible references to 'dict' as a par...
Enrico Granata
2012-08-08
1
-1
/
+1
*
Ran the static analyzer on the codebase and found a few things.
Greg Clayton
2012-07-17
1
-4
/
+3
*
Make raw & parsed commands subclasses of CommandObject rather than having the...
Jim Ingham
2012-06-08
1
-574
/
+581
*
<rdar://problem/11328896> Fixing a bug where regex commands were saved in the...
Enrico Granata
2012-05-31
1
-1
/
+2
*
Fix the docs for "breakpoint command add" to specify the arguments passed int...
Jim Ingham
2012-04-25
1
-21
/
+32
*
Adding a new --python-function (-F) option to breakpoint command add. The opt...
Enrico Granata
2012-04-04
1
-5
/
+38
*
Using the new ScriptInterpreterObject in the implementation of synthetic chil...
Enrico Granata
2012-03-06
1
-2
/
+2
*
Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr
Greg Clayton
2012-02-21
1
-2
/
+3
*
Remove unneeded includes.
Jim Ingham
2012-02-17
1
-1
/
+0
*
Cleaned up many error codes. For any who is filling in error strings into
Greg Clayton
2011-10-26
1
-1
/
+1
*
Re-organized the contents of RangeMap.h to be more concise and also allow for...
Greg Clayton
2011-10-07
1
-39
/
+36
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-2
/
+3
*
Add 'batch_mode' to CommandInterpreter. Modify InputReaders to
Caroline Tice
2011-06-16
1
-14
/
+21
*
Added Debugger::GetAsync{Output/Error}Stream, and use it to print parse error...
Jim Ingham
2011-06-02
1
-4
/
+2
*
Change the command 'breakpoint command remove' to 'breakpoint command delete',
Caroline Tice
2011-05-22
1
-12
/
+12
*
Fix places that were writing directly to the debugger's output
Caroline Tice
2011-05-16
1
-4
/
+11
*
This patch captures and serializes all output being written by the
Caroline Tice
2011-05-02
1
-0
/
+3
*
Added two new classes for command options:
Greg Clayton
2011-04-13
1
-2
/
+2
*
Modified the ArchSpec to take an optional "Platform *" when setting the triple.
Greg Clayton
2011-04-07
1
-3
/
+4
*
Many improvements to the Platform base class and subclasses. The base Platform
Greg Clayton
2011-03-30
1
-2
/
+0
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-3
/
+3
*
- Changed all the places where CommandObjectReturn was exporting a StreamStri...
Jim Ingham
2011-02-19
1
-12
/
+8
*
Factor all the code that does "Execute a list of lldb command interpreter com...
Jim Ingham
2011-02-18
1
-74
/
+80
[next]