Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f913fd6eb0c228041b77a645d76993760d3b1421
/
lldb
/
source
/
Commands
/
CommandObjectFrame.cpp
dab6f074
[lldb] Reland 370734: Test 'frame select -r' and fix that INT32_MIN breaks the option parser
by Raphael Isemann
· 6 years ago
5a039d5
[lldb] Partly revert 370734: Test 'frame select -r' and fix that INT32_MIN breaks the option parser
by Raphael Isemann
· 6 years ago
0d9a201
[lldb][NFC] Remove ArgEntry::ref member
by Raphael Isemann
· 6 years ago
607c92a
[lldb] Test 'frame select -r' and fix that INT32_MIN breaks the option parser
by Raphael Isemann
· 6 years ago
cb2380c
[lldb][NFC] Remove dead code that handles situations where LLDB has no dummy target
by Raphael Isemann
· 6 years ago
3616201
[lldb][NFC] Remove dead code that is supposed to handle invalid command options
by Raphael Isemann
· 6 years ago
ae34ed2
[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and remove any undocumented/redundant return values
by Raphael Isemann
· 6 years ago
f9d90bc
[lldb] D66174 `RegularExpression` cleanup
by Jan Kratochvil
· 6 years ago
3af3f1e
[Utility] Reimplement RegularExpression on top of llvm::Regex
by Jonas Devlieghere
· 6 years ago
bd68a05
[lldb] Also include the array definition in CommandOptions.inc
by Raphael Isemann
· 6 years ago
ec67e73
[lldb] Tablegenify expr/frame/log/register/memory
by Raphael Isemann
· 6 years ago
3e4a13a
[Commands] Remove unused header from CommandObjectFrame
by Alex Langford
· 6 years ago
2b29b43
[ScriptInterpreter] Move ownership into debugger (NFC)
by Jonas Devlieghere
· 6 years ago
8b3af63
[NFC] Remove ASCII lines from comments
by Jonas Devlieghere
· 6 years ago
796ac80
Use std::make_shared in LLDB (NFC)
by Jonas Devlieghere
· 7 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
ceff664
Remove header grouping comments.
by Jonas Devlieghere
· 7 years ago
f80d265
Fixup the Python-less build of ScriptedRecognizedStackFrame
by Kuba Mracek
· 7 years ago
41ae8e7
[lldb] Introduce StackFrameRecognizer [take 3]
by Kuba Mracek
· 7 years ago
cb3628b
Revert r345686 due to build failures
by Kuba Mracek
· 7 years ago
8fddd98
[lldb] Introduce StackFrameRecognizer [take 2]
by Kuba Mracek
· 7 years ago
377f9f9
Revert r345678 (build failure on Linux machines).
by Kuba Mracek
· 7 years ago
ac0ba8c
[lldb] Introduce StackFrameRecognizer
by Kuba Mracek
· 7 years ago
285ae0c
Add "var" and "vo" aliases for "frame variable" and "frame variable -O".
by Jim Ingham
· 7 years ago
8fe53c49
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef
by Tatyana Krasnukha
· 7 years ago
1a6d7ab
Narrow the CompletionRequest API to being append-only.
by Raphael Isemann
· 7 years ago
a2e76c0
Replaced more boilerplate code with CompletionRequest (NFC)
by Raphael Isemann
· 7 years ago
2443bbd
Refactoring for for the internal command line completion API (NFC)
by Raphael Isemann
· 7 years ago
0509724
Reflow paragraphs in comments.
by Adrian Prantl
· 7 years ago
145d95c
Move Args.cpp from Interpreter to Utility
by Pavel Labath
· 7 years ago
0df817a
[Command] Simplify the code and make it less error prone. NFCI.
by Davide Italiano
· 7 years ago
24fff24
[Command] Implement `statistics` command.
by Davide Italiano
· 7 years ago
7bbfd8a
[CommandObjectFrame] Remove dead code.
by Davide Italiano
· 8 years ago
38d0632
Move Timer and TraceOptions from Core to Utility
by Pavel Labath
· 8 years ago
f955efc
Fix a -Wmisleading-indentation warning
by Sylvestre Ledru
· 8 years ago
97206d5
Rename Error -> Status.
by Zachary Turner
· 8 years ago
eb23673
Add back code to implement "frame var -a,-l,-g" filters.
by Jim Ingham
· 8 years ago
3eb2b44
Delete some more dead includes.
by Zachary Turner
· 9 years ago
5d1f711
Fix MSVC build
by Pavel Labath
· 9 years ago
3bc714b
Fix various warnings. NFC
by Zachary Turner
· 9 years ago
bf9a773
Move classes from Core -> Utility.
by Zachary Turner
· 9 years ago
867e7d1
Fix some occurrences of passing StringRef to Printf.
by Zachary Turner
· 9 years ago
f965cc8
Convert CommandObjectFrame to entry-based Args access.
by Zachary Turner
· 9 years ago
d6a2475
Re-add "demonstrate new Args API"
by Zachary Turner
· 9 years ago
99a318e
Fix build failure on Linux and BSD by reverting r287597
by Omair Javaid
· 9 years ago
1c55c9b
Add the new Args / entry-access API.
by Zachary Turner
· 9 years ago
fe11483
Make Options::SetOptionValue take a StringRef.
by Zachary Turner
· 9 years ago
771ef6d
Fix Clang-tidy readability-redundant-string-cstr warnings
by Malcolm Parsons
· 9 years ago
73418df
Fix an issue where frame variable -s <varname> would not show the scope even though the user asked for it
by Enrico Granata
· 9 years ago
11eb9c6
Convert various CommandInterpreter functions 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
95eae42
Make lldb::Regex use StringRef.
by Zachary Turner
· 9 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
e395057
Fixing an MSVC error from rL280692
by Dimitar Vlahovski
· 9 years ago
4740a73
Added the "frame diagnose" command and use its output to make crash info better.
by Sean Callanan
· 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
63a27af
Added support for thread local variables on all Apple OS variants.
by Greg Clayton
· 9 years ago
4e26dd3
Fix "frame variable" to show all variables defined in functions and any contained lexical blocks, even if they are static variables.
by Greg Clayton
· 9 years ago
c8ecc2a
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
c2961ab
Improve error handling for `frame select` command when there are too many arguments.
by Adrian McCarthy
· 10 years ago
4625239
Fix up LLDB for a change in the way clang represents anonymous unions such that the 'frame variable' command can still find the members of such union as if they were top-level variables in the current scope
by Enrico Granata
· 10 years ago
13d21e9
commands: Use override instead of virtual.
by Bruce Mitchener
· 10 years ago
73e8c4d
Route the preferred-display-language mechanism to the ValueObjectPrinter and actually fill in a few gaps for dynamic and synthetic values to be able to adopt this in useful ways
by Enrico Granata
· 10 years ago
6754e04
Introudce a IsTopLevelFunction() API on Language and Function
by Enrico Granata
· 10 years ago
a1e5dc8
ClangASTType is now CompilerType.
by Greg Clayton
· 10 years ago
58ef391
Fix a variety of typos.
by Bruce Mitchener
· 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
560558e
Introduce the notion of "runtime support values"
by Enrico Granata
· 11 years ago
5275aaa
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
by Vince Harron
· 11 years ago
f610289
Fix some typos:
by Sylvestre Ledru
· 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
3985c8c
sanitise sign comparisons
by Saleem Abdulrasool
· 11 years ago
afbb0af
Give a better error when the index argument for “frame select” can’t be parsed.
by Jim Ingham
· 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
4d93b8c
<rdar://problem/14393032>
by Enrico Granata
· 12 years ago
e2607b5
Add OptionParser.h
by Virgile Bello
· 12 years ago
f21fead
A first pass at auto completion for variables and their children. This is currently hooked up for "frame variable" only. With a little work we can also enable it for the "expression" command and also for other things.
by Greg Clayton
· 12 years ago
9fb5ab5
Our commands that end up displaying a ValueObject as part of their workflow use OptionGroupValueObjectDisplay as their currency for deciding the final representation
by Enrico Granata
· 13 years ago
a6db933
If you say
by Enrico Granata
· 13 years ago
93208b8
Add "thread return -x" to unwind the innermost user called expression (if you happen to have stopped in it due to a crash.)
by Jim Ingham
· 13 years ago
5548cb5
<rdar://problem/12978143>
by Enrico Granata
· 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
4f465cf
Change the Thread constructor over to take a Process& rather than a ProcessSP. We can't create Threads with a NULL ProcessSP, so it makes no sense to use the SP.
by Jim Ingham
· 13 years ago
bc6e85c
Change the NULL to a 0 since we need a uint32_t
by Filipe Cabecinhas
· 13 years ago
17b1174
<rdar://problem/11578397> Adding a new --summary-string option for the frame variable command which allows the user to provide a summary string with which he wants to display the variables without having to make a named summary first
by Enrico Granata
· 13 years ago
685c88c
<rdar://problem/11870357>
by Greg Clayton
· 13 years ago
53eb7ad
<rdar://problem/11852100>
by Greg Clayton
· 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
86cc982
Massive enumeration name changes: a number of enums in ValueObject were not following the naming pattern
by Enrico Granata
· 14 years ago
0c489f5
1) solving a bug where, after Jim's fixes to stack frames, synthetic children were not recalculated when necessary, causing them to get out of sync with live data
by Enrico Granata
· 14 years ago
Next »