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
/
Interpreter
/
OptionGroupWatchpoint.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb][NFC] Remove dead code that is supposed to handle invalid command options
Raphael Isemann
2019-08-22
1
-3
/
+1
*
Format OptionEnumValueElement (NFC)
Jonas Devlieghere
2019-08-02
1
-8
/
+37
*
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
-12
/
+10
*
Move Args::StringTo*** functions to a new OptionArgParser class
Pavel Labath
2018-04-10
1
-3
/
+3
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-4
/
+5
*
Delete some more dead includes.
Zachary Turner
2017-03-22
1
-0
/
+1
*
Break some dependencies in lldbUtility.
Zachary Turner
2017-02-01
1
-1
/
+0
*
Update OptionGroup::SetValue to take StringRef.
Zachary Turner
2016-09-23
1
-1
/
+1
*
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
-5
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-91
/
+71
*
Decoupled Options from CommandInterpreter.
Todd Fiala
2016-08-11
1
-4
/
+5
*
Changed '-x'/'-xsize' to '-s'/'-size' when specifying
Sean Callanan
2015-03-26
1
-2
/
+2
*
Revert "Fix broken tests due to new error output."
Zachary Turner
2014-07-09
1
-2
/
+2
*
Fix broken tests due to new error output.
Todd Fiala
2014-07-08
1
-2
/
+2
*
Adds the notion of an OptionValidator.
Zachary Turner
2014-07-03
1
-2
/
+2
*
Switch NULL to C++11 nullptr in source/Interpreter
Ed Maste
2014-04-20
1
-2
/
+2
*
Add OptionParser.h
Virgile Bello
2013-09-05
1
-2
/
+2
*
Fixed several problems with watchpoint expressions.
Sean Callanan
2013-07-25
1
-1
/
+1
*
We were getting an assert because somebody was making a watchpoint that was
Jim Ingham
2013-06-18
1
-2
/
+7
*
<rdar://problem/12798131>
Greg Clayton
2012-12-04
1
-1
/
+1
*
Give more explicit error messages when watchpoint creation command (watchpoin...
Johnny Chen
2012-06-04
1
-0
/
+13
*
Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_le...
Johnny Chen
2012-05-15
1
-1
/
+1
*
After discussions with Jim and Greg, modify the 'watchpoint set' command to b...
Johnny Chen
2012-02-08
1
-2
/
+2
*
Refine the 'watchpoint set' command to now require either the '-v' option (fo...
Johnny Chen
2012-02-08
1
-2
/
+2
*
Cleaned up many error codes. For any who is filling in error strings into
Greg Clayton
2011-10-26
1
-1
/
+1
*
Remove stale comment.
Johnny Chen
2011-10-18
1
-1
/
+0
*
Modify the help text for watching a variable or its pointee.
Johnny Chen
2011-10-18
1
-2
/
+2
*
Re-organized the contents of RangeMap.h to be more concise and also allow for...
Greg Clayton
2011-10-07
1
-15
/
+10
*
Add an accompanying option to the 'frame variable -w' command to, instead of ...
Johnny Chen
2011-09-30
1
-1
/
+20
*
Watchpoint WIP:
Johnny Chen
2011-09-12
1
-4
/
+4
*
Fix a bug in OptionGroupWatchpoint.cpp where the '-w' option arg parsing resu...
Johnny Chen
2011-09-12
1
-1
/
+2
*
A little bit of cleanup; set watch_mode to eWatchInvalid at the OptionParsing...
Johnny Chen
2011-09-10
1
-1
/
+1
*
Refactoring: replace a bunch of static array size computation or hardcoded co...
Johnny Chen
2011-09-10
1
-3
/
+2
*
Add OptionGroupWatchpoint.cpp/.h (preparatory work) for hooking up watchpoint...
Johnny Chen
2011-09-09
1
-0
/
+90