Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lldb
/
source
/
Interpreter
/
OptionGroupWatchpoint.cpp
ceff664
Remove header grouping comments.
by Jonas Devlieghere
· 7 years ago
8fe53c49
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef
by Tatyana Krasnukha
· 7 years ago
47cbf4a
Move Args::StringTo*** functions to a new OptionArgParser class
by Pavel Labath
· 7 years ago
97206d5
Rename Error -> Status.
by Zachary Turner
· 8 years ago
3eb2b44
Delete some more dead includes.
by Zachary Turner
· 9 years ago
df44988
Break some dependencies in lldbUtility.
by Zachary Turner
· 9 years ago
8cef4b0
Update OptionGroup::SetValue to take StringRef.
by Zachary Turner
· 9 years ago
7060243
Try to fix build errors on Android.
by Zachary Turner
· 9 years ago
1f0f5b5
Convert option tables to ArrayRefs.
by Zachary Turner
· 9 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
e1cfbc7
Decoupled Options from CommandInterpreter.
by Todd Fiala
· 9 years ago
7e9793f
Changed '-x'/'-xsize' to '-s'/'-size' when specifying the size of a watchpoint.
by Sean Callanan
· 11 years ago
d37221d
Revert "Fix broken tests due to new error output."
by Zachary Turner
· 11 years ago
9734280
Fix broken tests due to new error output.
by Todd Fiala
· 11 years ago
de963e9
Adds the notion of an OptionValidator.
by Zachary Turner
· 11 years ago
d78c957
Switch NULL to C++11 nullptr in source/Interpreter
by Ed Maste
· 11 years ago
e2607b5
Add OptionParser.h
by Virgile Bello
· 12 years ago
4d682d2
Fixed several problems with watchpoint expressions.
by Sean Callanan
· 12 years ago
c646231
We were getting an assert because somebody was making a watchpoint that was
by Jim Ingham
· 12 years ago
3bcdfc0
<rdar://problem/12798131>
by Greg Clayton
· 13 years ago
3cb41e8
Give more explicit error messages when watchpoint creation command (watchpoint set) fails,
by Johnny Chen
· 13 years ago
6ebc8c45
Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_lengthof(), instead.
by Johnny Chen
· 13 years ago
2ffa754
After discussions with Jim and Greg, modify the 'watchpoint set' command to become a mutiword command
by Johnny Chen
· 14 years ago
34ddc8d
Refine the 'watchpoint set' command to now require either the '-v' option (for watching of a variable) or
by Johnny Chen
· 14 years ago
86edbf4
Cleaned up many error codes. For any who is filling in error strings into
by Greg Clayton
· 14 years ago
9e32090
Remove stale comment.
by Johnny Chen
· 14 years ago
7d97b1c
Modify the help text for watching a variable or its pointee.
by Johnny Chen
· 14 years ago
cf0e4f0
Re-organized the contents of RangeMap.h to be more concise and also allow for a Range, RangeArray, RangeData (range + data), or a RangeDataArray. We have many range implementations in LLDB and I will be converting over to using the classes in RangeMap.h so we can have one set of code that does ranges and searching of ranges.
by Greg Clayton
· 14 years ago
b62a3be
Add an accompanying option to the 'frame variable -w' command to, instead of watching the variable,
by Johnny Chen
· 14 years ago
887062a
Watchpoint WIP:
by Johnny Chen
· 14 years ago
3a9838c
Fix a bug in OptionGroupWatchpoint.cpp where the '-w' option arg parsing result was not checked
by Johnny Chen
· 14 years ago
944cdc0
A little bit of cleanup; set watch_mode to eWatchInvalid at the OptionParsingStarting() lifecycle point.
by Johnny Chen
· 14 years ago
7c575b3
Refactoring: replace a bunch of static array size computation or hardcoded constant
by Johnny Chen
· 14 years ago
b1d7529
Add OptionGroupWatchpoint.cpp/.h (preparatory work) for hooking up watchpoint to the 'frame variable' comand.
by Johnny Chen
· 14 years ago