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
/
Breakpoint
/
BreakpointOptions.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb][NFC] Use raw_ostream instead of Stream in Baton::GetDescription
Raphael Isemann
2019-12-02
1
-19
/
+18
*
[LLDB] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
Propagate command interpreter errors from lldlbinit
Jonas Devlieghere
2019-05-08
1
-0
/
+1
*
[ScriptInterpreter] Move ownership into debugger (NFC)
Jonas Devlieghere
2019-04-26
1
-2
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-10
/
+0
*
When deserializing breakpoints some options may not be present.
Jim Ingham
2019-02-22
1
-15
/
+10
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-26
/
+24
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
1
-10
/
+9
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-8
/
+5
*
Fix breakpoint thread name conditionals after breakpoint options refactor.
Jim Ingham
2018-02-23
1
-4
/
+13
*
Make breakpoint names real entities.
Jim Ingham
2017-09-14
1
-10
/
+81
*
Add an auto-continue flag to breakpoints & locations.
Jim Ingham
2017-08-03
1
-7
/
+31
*
Fix a mis-feature with propagation of breakpoint options -> location options.
Jim Ingham
2017-08-02
1
-49
/
+81
*
Update StructuredData::String to return StringRefs.
Zachary Turner
2017-05-12
1
-2
/
+2
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-5
/
+5
*
Move StringList from Core -> Utility.
Zachary Turner
2017-03-21
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Add methods to enable using formatv syntax in LLDB.
Zachary Turner
2016-12-16
1
-2
/
+2
*
Fix serialization of Python breakpoint commands.
Jim Ingham
2016-09-26
1
-12
/
+56
*
Serilize the thread options within the breakpoint options.
Jim Ingham
2016-09-22
1
-4
/
+31
*
Add some more tests for breakpoint serialization.
Jim Ingham
2016-09-20
1
-9
/
+37
*
Make the keys enumerations for options and resolvers enum classes.
Jim Ingham
2016-09-15
1
-2
/
+3
*
Some more pointer safety in Breakpoint.
Zachary Turner
2016-09-13
1
-11
/
+24
*
Add a few const's (thanks Zachary) and return shared or unique pointers
Jim Ingham
2016-09-13
1
-15
/
+13
*
This is the main part of a change to add breakpoint save and restore to lldb.
Jim Ingham
2016-09-12
1
-4
/
+216
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-212
/
+161
*
Fix Clang-tidy modernize-use-nullptr warnings in source/Breakpoint; other min...
Eugene Zelenko
2015-10-30
1
-16
/
+12
*
This patch makes Clang-independent base classes for all the expression types ...
Jim Ingham
2015-09-15
1
-1
/
+0
*
Add the ability to tag one or more breakpoints with a name. These
Jim Ingham
2014-12-16
1
-2
/
+1
*
This function should be const.
Jim Ingham
2014-04-08
1
-1
/
+1
*
Hardened LLDB against NULL conditions being
Sean Callanan
2013-05-10
1
-0
/
+3
*
Optimized the way breakpoint conditions are evaluated.
Sean Callanan
2013-04-19
1
-21
/
+22
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-3
/
+3
*
Add one-shot breakpoints (-o option to "break set") and a tbreak alias for ou...
Jim Ingham
2012-10-05
1
-28
/
+7
*
Jeeze... Remove two unneeded #include's of ThreadPlanTestCondition.h, and re...
Jim Ingham
2012-05-02
1
-1
/
+1
*
Cleanup - removing the ThreadPlanTestCondition and its helper functions. It ...
Jim Ingham
2012-05-02
1
-45
/
+0
*
The "desired result type" code in the expression
Sean Callanan
2011-12-21
1
-8
/
+4
*
Added a language parameter to the expression parser,
Sean Callanan
2011-11-07
1
-3
/
+3
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-4
/
+5
*
Adopt the intrusive pointers in:
Greg Clayton
2011-09-17
1
-1
/
+1
*
This patch modifies the expression parser to allow it
Sean Callanan
2011-09-15
1
-1
/
+3
*
Revert r133358 which forgoes printing of breakpoint command when doing a brea...
Johnny Chen
2011-06-20
1
-0
/
+8
*
Don't print the baton when a breakpoint has a callback since it is pretty
Greg Clayton
2011-06-18
1
-8
/
+0
*
Made GetConditionText const everywhere. Made it return NULL when there's no ...
Jim Ingham
2011-06-15
1
-2
/
+2
*
Add missing {} so we don't print the Baton address for the brief breakpoint l...
Jim Ingham
2011-01-22
1
-1
/
+3
*
Implemented a major overhaul of the way variables are handled
Sean Callanan
2011-01-13
1
-1
/
+1
*
Added support for indicating to the expression parser
Sean Callanan
2010-11-19
1
-1
/
+6
*
Added a user-settable variable, 'target.expr-prefix',
Sean Callanan
2010-10-29
1
-3
/
+3
[next]