Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
835140a4277e8f0ab6b7436a04c23f1c3a7b51c4
/
lldb
/
source
/
Commands
/
CommandObjectWatchpoint.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
4d51a90
Get rid of the C-string parameter in DoExecute
by Raphael Isemann
· 7 years ago
3a0e127
Refactor parsing of option lists with a raw string suffix.
by Raphael Isemann
· 7 years ago
34cda14
Remove append parameter to FindGlobalVariables
by Pavel Labath
· 7 years ago
0509724
Reflow paragraphs in comments.
by Adrian Prantl
· 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
bf9a773
Move classes from Core -> Utility.
by Zachary Turner
· 9 years ago
43d3541
Use Timeout<> in EvaluateExpressionOptions class
by Pavel Labath
· 9 years ago
fe11483
Make Options::SetOptionValue take a StringRef.
by Zachary Turner
· 9 years ago
97d2c40
Convert some Args index-based iteration to range-style iteration.
by Zachary Turner
· 9 years ago
a449698
Convert CommandObject constructors to 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
ac9c3a6
Tables of command options in LLDB benefit from hand-formatting to make it
by Kate Stone
· 9 years ago
e1cfbc7
Decoupled Options from CommandInterpreter.
by Todd Fiala
· 9 years ago
7428a18
LLDB help content has accumulated over time without a recent attempt to
by Kate Stone
· 9 years ago
bb19a13
second pass over removal of Mutex and Condition
by Saleem Abdulrasool
· 9 years ago
6944f0e
Update watchpoint help to use new -s flag
by Stephane Sezer
· 9 years ago
3f18ea0
Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in some files in source/Commands; other minor fixes.
by Eugene Zelenko
· 10 years ago
13d21e9
commands: Use override instead of virtual.
by Bruce Mitchener
· 10 years ago
4d31a48
Fix minor typos in comments.
by Bruce Mitchener
· 10 years ago
3ad353f
Rename clang_type -> compiler_type for variables.
by Bruce Mitchener
· 10 years ago
99558cc4
Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions.
by Greg Clayton
· 10 years ago
a1e5dc8
ClangASTType is now CompilerType.
by Greg Clayton
· 10 years ago
ea671fb
Fixed line wrapping for the "long help" content in LLDB commands. Content is now dynamically wrapped for the column width of the current terminal. Lines that begin with whitespace will be indented identically on subsequent lines to maintain formatting.
by Kate Stone
· 10 years ago
1124045
Don't #include "lldb-python.h" from anywhere.
by Zachary Turner
· 10 years ago
e87764f
Add support for custom commands to set flags on themselves
by Enrico Granata
· 10 years ago
a78bd7f
Don't #include FormatManager.h from Debugger.h
by Zachary Turner
· 11 years ago
00b7f95
Fix handling of backslashes in Args parsing
by Pavel Labath
· 11 years ago
5275aaa
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
by Vince Harron
· 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
8646d3c
Rename eExecution*** to eExpression*** to be consistent with the result type.
by Jim Ingham
· 11 years ago
1624a2d
Make the Expression Execution result enum available to the SB API layer.
by Jim Ingham
· 11 years ago
a68f7b6
cleanup unreferenced functions
by Saleem Abdulrasool
· 12 years ago
6fea17e
"size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf style statements that were assuming size_t were 64 bit were changed, and they were also changed to display them as unsigned values as "size_t" isn't signed.
by Greg Clayton
· 12 years ago
99fbc07
Fix Windows build using portable types for formatting the log outputs
by Deepak Panickal
· 12 years ago
6fbc48b
This patch does a couple of things.
by Jim Ingham
· 12 years ago
2a0e663f
Spelling fix.
by Sean Callanan
· 12 years ago
b57e4a1
Roll back the changes I made in r193907 which created a new Frame
by Jason Molenda
· 12 years ago
f23bf74
Add a new base class, Frame. It is a pure virtual function which
by Jason Molenda
· 12 years ago
779f921
Fix the format warnings.
by Sylvestre Ledru
· 12 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
57ee306
Huge change to clean up types.
by Greg Clayton
· 12 years ago
b0b4513
Use the "last created watchpoint" rather than asserting on watchpoint commands passing no watchpoint ID.
by Jim Ingham
· 12 years ago
c646231
We were getting an assert because somebody was making a watchpoint that was
by Jim Ingham
· 12 years ago
25d5941
<rdar://problem/13207948>
by Greg Clayton
· 13 years ago
c7bece56
<rdar://problem/13069948>
by Greg Clayton
· 13 years ago
f9fc609
Expanded the flags that can be set for a command object in lldb_private::CommandObject. This list of available flags are:
by Greg Clayton
· 13 years ago
93a6430
Fix Linux build warnings due to redefinition of macros:
by Daniel Malea
· 13 years ago
3bcdfc0
<rdar://problem/12798131>
by Greg Clayton
· 13 years ago
d01b295
Resolve printf formatting warnings on Linux:
by Daniel Malea
· 13 years ago
a7dfb66
Watchpoints remember the type of the expression or variable they were set with, and use
by Jim Ingham
· 13 years ago
35e1bda
Add the ability to set timeout & "run all threads" options both from the "expr" command and from
by Jim Ingham
· 13 years ago
903259f
Extended the "watchpoint set variable" code to support watchpoints on globals.
by Sean Callanan
· 13 years ago
bc6e85c
Change the NULL to a 0 since we need a uint32_t
by Filipe Cabecinhas
· 13 years ago
d4439aa
Implementing an Options class for EvaluateExpression() in order to make the signature more compact and make it easy to 'just run an expression'
by Enrico Granata
· 13 years ago
209bd65
rdar://problem/12007576
by Johnny Chen
· 13 years ago
e9a5627
rdar://problem/11457143 [ER] need "watchpoint command ..."
by Johnny Chen
· 13 years ago
23f5950
Ran the static analyzer on the codebase and found a few things.
by Greg Clayton
· 13 years ago
3372f58
<rdar://problem/11672978> Fixing an issue where an ObjC object might come out without a description because the expression used to obtain it would timeout before running to completion
by Enrico Granata
· 13 years ago
685c88c
<rdar://problem/11870357>
by Greg Clayton
· 13 years ago
cbeddfe
Make 'watchpoint set' default to write instead of read_write.
by Johnny Chen
· 13 years ago
1773a89
Chnage VerifyWatchpointIDs() from a static function to a class function to be called from other source files.
by Johnny Chen
· 13 years ago
5a98841
Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an
by Jim Ingham
· 13 years ago
3f476c4
rdar://problem/11597911
by Johnny Chen
· 13 years ago
b90827e
rdar://problem/11584012
by Johnny Chen
· 13 years ago
3cb41e8
Give more explicit error messages when watchpoint creation command (watchpoint set) fails,
by Johnny Chen
· 13 years ago
6463720
Add the capability to display the number of supported hardware watchpoints to the "watchpoint list" command.
by Johnny Chen
· 13 years ago
bd5bb6f
Clarify "watchpoint set" help text.
by Johnny Chen
· 13 years ago
acdde19
Add error handling for missing option terminator "--" and a test scenario for it.
by Johnny Chen
· 14 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
97cdf36
Update comment.
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
3926837
Trivial indentation change.
by Johnny Chen
· 14 years ago
dedb67a
Add "watch set" command as a more general interface in conjunction with "frame var -w".
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
16dcf71
Add a commnad to set a condition for a watchpoint. Example:
by Johnny Chen
· 14 years ago
01a6786
SBValue::Watch() and SBValue::WatchPointee() are now the official API for creating
by Johnny Chen
· 14 years ago
6cc60e8
Add capability to set ignore count for watchpoint on the command line:
by Johnny Chen
· 14 years ago
de75346
Watchpoint IDs and ID Ranges are not quite the same as Breakpoint IDs and ID Ranges.
by Johnny Chen
· 14 years ago
f04ee93
Add initial implementation of watchpoint commands for list, enable, disable, and delete.
by Johnny Chen
· 14 years ago