Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
fbb4d1e43d0db9f8d1514a0209bb01f56e49d75f
/
lldb
/
source
/
Commands
/
CommandObjectProcess.cpp
adcd026
Make llvm::StringRef to std::string conversions explicit.
by Benjamin Kramer
· 6 years ago
8081428
[lldb][NFC] Fix all formatting errors in .cpp file headers
by Raphael Isemann
· 6 years ago
0683250
[lldb][NFC] Remove unnecessary includes in source/Commands
by Raphael Isemann
· 6 years ago
a925974
Run clang-format on lldb/source/Commands (NFC)
by Adrian Prantl
· 6 years ago
a11668e
Don't stop execution in batch mode when process stops with SIGINT or SIGSTOP
by Tatyana Krasnukha
· 6 years ago
0d9a201
[lldb][NFC] Remove ArgEntry::ref member
by Raphael Isemann
· 6 years ago
04a4c09
[lldb] Unify target checking in CommandObject
by Raphael Isemann
· 6 years ago
72ca5f3
[lldb][NFC] Add ProcessInfo::GetNameAsStringRef to simplify some code
by Raphael Isemann
· 6 years ago
4ae7919
[lldb] Remove ')' to fix the build
by Raphael Isemann
· 6 years ago
00235e1
[lldb][NFC] Fix indentation in CommandObjectProcess
by Raphael Isemann
· 6 years ago
494370c
[lldb][NFC] Remove unused return value from HandleOptionArgumentCompletion
by Raphael Isemann
· 6 years ago
1153dc9
[lldb][NFC] NFC cleanup for the completion code
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
bd68a05
[lldb] Also include the array definition in CommandOptions.inc
by Raphael Isemann
· 6 years ago
438dfcf
[lldb][NFC] Tablegenify process
by Raphael Isemann
· 6 years ago
ae54fc9
Merge target and launch info environments
by Jonas Devlieghere
· 6 years ago
6c86f7d
Remove commented-out code
by Jonas Devlieghere
· 6 years ago
5717986
[CommandObject] Use GetDebugger() helper method (NFC)
by Jonas Devlieghere
· 6 years ago
8b3af63
[NFC] Remove ASCII lines from comments
by Jonas Devlieghere
· 6 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
8f3be7a
[FileSystem] Move path resolution logic out of FileSpec
by Jonas Devlieghere
· 7 years ago
8fe53c49
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef
by Tatyana Krasnukha
· 7 years ago
f9a07e9
[NFC] Turn "load dependent files" boolean into an enum
by Jonas Devlieghere
· 7 years ago
d821c99
Move RegisterValue,Scalar,State from Core to Utility
by Pavel Labath
· 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
937348c
[FileSpec] Make style argument mandatory for SetFile. NFC
by Jonas Devlieghere
· 7 years ago
3879fe0
Modernize and clean-up the Predicate class
by Pavel Labath
· 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
47cbf4a
Move Args::StringTo*** functions to a new OptionArgParser class
by Pavel Labath
· 7 years ago
62930e5
Add Utility/Environment class for handling... environments
by Pavel Labath
· 8 years ago
97206d5
Rename Error -> Status.
by Zachary Turner
· 8 years ago
3eb2b44
Delete some more dead includes.
by Zachary Turner
· 9 years ago
c4a3395
Fix a couple of corner cases in NameMatches
by Pavel Labath
· 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
a47464b
Change CreateTarget and dependents to accept StringRef.
by Zachary Turner
· 9 years ago
31d97a5
Rewrite all Property related functions in terms of StringRef.
by Zachary Turner
· 9 years ago
c156427
Don't allow direct access to StreamString's internal buffer.
by Zachary Turner
· 9 years ago
fe11483
Make Options::SetOptionValue take a StringRef.
by Zachary Turner
· 9 years ago
6a9767c
Clean up the stop printing header lines.
by Jim Ingham
· 9 years ago
97d2c40
Convert some Args index-based iteration to range-style iteration.
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
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
8d94ba0
This change introduces a "ExpressionExecutionThread" to the ThreadList.
by Jim Ingham
· 10 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
962260c
Fix a glitch in the Driver's batch mode when used with "attach".
by Jim Ingham
· 10 years ago
ccd6cff
Modify "platform connect" to connect to processes as well
by Tamas Berghammer
· 10 years ago
4fbd67a
Add a new option to Platform::LoadImage to install the image
by Tamas Berghammer
· 10 years ago
3cb132a
Fix "process load/unload" on android
by Tamas Berghammer
· 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
98d0a4b
Refactor Unix signals.
by Chaoren Lin
· 10 years ago
1124045
Don't #include "lldb-python.h" from anywhere.
by Zachary Turner
· 10 years ago
4446487
Improve LLDB prompt handling
by Pavel Labath
· 10 years ago
e87764f
Add support for custom commands to set flags on themselves
by Enrico Granata
· 10 years ago
b84141a
Add real time signals support to LinuxSignals
by Pavel Labath
· 10 years ago
8f0db3e
Don't call the Process::SyncIOHandler in Target::Launch
by Ilia K
· 10 years ago
8980e6b
Change process kill to call Process::Destroy (force_kill = true);
by Jason Molenda
· 10 years ago
ede3193
Add a "force_kill" arg to Process::Destroy(). This is needed after
by Jason Molenda
· 10 years ago
93749ab
Further reduce the header footprint of Process.h
by Zachary Turner
· 11 years ago
cc39d3f
Fix Arg0 argument after r229110. The problem was that Arg0ValueChangedCallback isn't twitching when Arg0 was updated, therefore target was launched with empty 1st argument or without it at all. In this patch I update Arg0 by hand.
by Ilia K
· 11 years ago
8f37ca5
Add -exec-arguments command
by Ilia K
· 11 years ago
3738614
Extract attach core logic from SBTarget::Attach* methods into unified SBTarget::AttachToProcess and make it work with platform for remote attach purposes.
by Oleksiy Vyalov
· 11 years ago
926af0c
Make "process attach" command to support attaching to remote process in case if selected platform allows this.
by Oleksiy Vyalov
· 11 years ago
5275aaa
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
by Vince Harron
· 11 years ago
f2ef94e
Make the platform process connect path less chatty.
by Stephane Sezer
· 11 years ago
8012cad
Fixed more fallout from running the test suite remotely on iOS devices.
by Greg Clayton
· 11 years ago
dc6224e
Make the "synchronous" mode actually work without race conditions.
by Greg Clayton
· 11 years ago
5163792
Adjust process launch --disable-aslr to take true/false value.
by Todd Fiala
· 11 years ago
a3b89e2
Fix iohandler prompt race condition.
by Todd Fiala
· 11 years ago
06357c9
(no commit message)
by Greg Clayton
· 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
106d028
Added an option to turn OFF the "detach on error" behavior that was added
by Jim Ingham
· 11 years ago
a2715cf
Added the ability to save core files:
by Greg Clayton
· 11 years ago
6c9ed91
Make the fail messages
by Jim Ingham
· 11 years ago
e556a42
Stop messages from being emitted out of order when detaching.
by Greg Clayton
· 12 years ago
44d9378
Merging the iohandler branch back into main.
by Greg Clayton
· 12 years ago
b09c538
Centralized the launching of a process into Target::Launch()
by Greg Clayton
· 12 years ago
8c8018d
Only use a PTY master/slave when launching for local processes.
by Greg Clayton
· 12 years ago
9e9919f
Allow Process::WaitForProcessToStop to return immediately if process is already in the stopped state
by Daniel Malea
· 12 years ago
e2607b5
Add OptionParser.h
by Virgile Bello
· 12 years ago
f9b57b9
<rdar://problem/13700260>
by Greg Clayton
· 12 years ago
acff895
Recommitting r180831 with trivial fix - remember to return errors if you compute.
by Jim Ingham
· 12 years ago
54e39db
Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.py
by Daniel Malea
· 12 years ago
a23f73d
Added an option to "process detach" to keep the process stopped, if the process plugin (or in the
by Jim Ingham
· 12 years ago
dcb1d85
“process launch” should “detach” not “kill” if the current process was one we attached to.
by Jim Ingham
· 13 years ago
Next »