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
/
CommandObjectWatchpointCommand.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb/CommandInterpreter] Remove flag that's always true (NFC)
Jonas Devlieghere
2020-01-14
1
-1
/
+0
*
[lldb/Commands] Honor the scripting language passed (2/2)
Jonas Devlieghere
2019-12-21
1
-14
/
+26
*
[lldb][NFC] Remove unnecessary includes in source/Commands
Raphael Isemann
2019-12-16
1
-2
/
+0
*
[lldb][NFC] Use raw_ostream instead of Stream in Baton::GetDescription
Raphael Isemann
2019-12-02
1
-4
/
+4
*
remove File::SetStream(), make new files instead.
Lawrence D'Anna
2019-09-27
1
-1
/
+1
*
[lldb] Unify target checking in CommandObject
Raphael Isemann
2019-08-31
1
-30
/
+9
*
[lldb][NFC] Remove dead code that is supposed to handle invalid command options
Raphael Isemann
2019-08-22
1
-1
/
+1
*
Format OptionEnumValueElement (NFC)
Jonas Devlieghere
2019-08-02
1
-11
/
+18
*
[lldb] Also include the array definition in CommandOptions.inc
Raphael Isemann
2019-07-28
1
-2
/
+0
*
[lldb][NFC] Tablegenify watchpoint commands
Raphael Isemann
2019-07-17
1
-6
/
+2
*
Propagate command interpreter errors from lldlbinit
Jonas Devlieghere
2019-05-08
1
-0
/
+1
*
[CommandObject] Use GetDebugger() helper method (NFC)
Jonas Devlieghere
2019-04-27
1
-3
/
+3
*
[ScriptInterpreter] Move ownership into debugger (NFC)
Jonas Devlieghere
2019-04-26
1
-3
/
+4
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-8
/
+0
*
Quiet command regex instructions during batch execution
Dave Lee
2019-03-10
1
-2
/
+2
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-9
/
+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
*
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...
Tatyana Krasnukha
2018-09-26
1
-8
/
+11
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Typo fixes.
Bruce Mitchener
2018-05-29
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-15
/
+13
*
Move Args::StringTo*** functions to a new OptionArgParser class
Pavel Labath
2018-04-10
1
-2
/
+4
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-3
/
+3
*
Delete some more dead includes.
Zachary Turner
2017-03-22
1
-0
/
+1
*
Make Options::SetOptionValue take a StringRef.
Zachary Turner
2016-11-12
1
-7
/
+6
*
Update OptionGroup::SetValue to take StringRef.
Zachary Turner
2016-09-23
1
-2
/
+3
*
Try to fix build errors on Android.
Zachary Turner
2016-09-22
1
-1
/
+1
*
Convert option tables to ArrayRefs.
Zachary Turner
2016-09-22
1
-30
/
+26
*
Fix more functions in Args to use StringRef.
Zachary Turner
2016-09-19
1
-1
/
+2
*
Some more pointer safety in Breakpoint.
Zachary Turner
2016-09-13
1
-3
/
+4
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-521
/
+489
*
Tables of command options in LLDB benefit from hand-formatting to make it
Kate Stone
2016-08-26
1
-13
/
+7
*
Decoupled Options from CommandInterpreter.
Todd Fiala
2016-08-11
1
-5
/
+6
*
LLDB help content has accumulated over time without a recent attempt to
Kate Stone
2016-07-14
1
-12
/
+10
*
Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...
Eugene Zelenko
2016-02-23
1
-64
/
+43
*
commands: Use override instead of virtual.
Bruce Mitchener
2015-10-07
1
-25
/
+20
*
Fixed line wrapping for the "long help" content in LLDB commands. Content is...
Kate Stone
2015-07-14
1
-115
/
+106
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Rework the way we pass "run multiple command" options to the various API's that
Jim Ingham
2014-10-11
1
-8
/
+7
*
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
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-120
/
+38
*
Add OptionParser.h
Virgile Bello
2013-09-05
1
-4
/
+4
*
Use the "last created watchpoint" rather than asserting on watchpoint command...
Jim Ingham
2013-07-02
1
-3
/
+3
*
Fixed some linux buildbot warnings.
Greg Clayton
2013-04-19
1
-4
/
+3
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-2
/
+2
[next]