Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lldb
/
source
/
Commands
/
CommandObjectWatchpointCommand.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
d821c99
Move RegisterValue,Scalar,State from Core to Utility
by Pavel Labath
· 7 years ago
4ebdee0
Typo fixes.
by Bruce Mitchener
· 7 years ago
0509724
Reflow paragraphs in comments.
by Adrian Prantl
· 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
fe11483
Make Options::SetOptionValue take a StringRef.
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
ecbb0bb
Fix more functions in Args to use StringRef.
by Zachary Turner
· 9 years ago
4e4fbe8
Some more pointer safety in Breakpoint.
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
49bcfd8
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
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
26c7bf9
Rework the way we pass "run multiple command" options to the various API's that
by Jim Ingham
· 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
c3d874a
lldb TOT is dropping the last entry for multi-line IOHandlers that use the IOHandlerDelegateMultiline.
by Greg Clayton
· 11 years ago
f29bf9a
"DONE" is being left in multi-line results when it shouldn't for non terminal input.
by Greg Clayton
· 11 years ago
44d9378
Merging the iohandler branch back into main.
by Greg Clayton
· 12 years ago
e2607b5
Add OptionParser.h
by Virgile Bello
· 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
03da4cc
Fixed some linux buildbot warnings.
by Greg Clayton
· 12 years ago
7b0992d
After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11.
by Greg Clayton
· 12 years ago
e01e07b
Since we use C++11, we should switch over to using std::unique_ptr when C++11 is being used. To do this, we follow what we have done for shared pointers and we define a STD_UNIQUE_PTR macro that can be used and it will "do the right thing". Due to some API differences in std::unique_ptr and due to the fact that we need to be able to compile without C++11, we can't use move semantics so some code needed to change so that it can compile with either C++.
by Greg Clayton
· 12 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
bc6e85c
Change the NULL to a 0 since we need a uint32_t
by Filipe Cabecinhas
· 13 years ago
e9a5627
rdar://problem/11457143 [ER] need "watchpoint command ..."
by Johnny Chen
· 13 years ago