index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Commands
/
CommandObjectProcess.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a glitch in the Driver's batch mode when used with "attach".
Jim Ingham
2016-01-08
1
-0
/
+1
*
Modify "platform connect" to connect to processes as well
Tamas Berghammer
2015-12-08
1
-61
/
+29
*
Add a new option to Platform::LoadImage to install the image
Tamas Berghammer
2015-12-08
1
-8
/
+88
*
Fix "process load/unload" on android
Tamas Berghammer
2015-12-02
1
-3
/
+4
*
commands: Use override instead of virtual.
Bruce Mitchener
2015-10-07
1
-68
/
+62
*
Fixed line wrapping for the "long help" content in LLDB commands. Content is...
Kate Stone
2015-07-14
1
-1
/
+2
*
Refactor Unix signals.
Chaoren Lin
2015-07-14
1
-22
/
+22
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Improve LLDB prompt handling
Pavel Labath
2015-05-27
1
-4
/
+6
*
Add support for custom commands to set flags on themselves
Enrico Granata
2015-05-27
1
-28
/
+28
*
Add real time signals support to LinuxSignals
Pavel Labath
2015-05-22
1
-3
/
+3
*
Don't call the Process::SyncIOHandler in Target::Launch
Ilia K
2015-05-07
1
-1
/
+6
*
Change process kill to call Process::Destroy (force_kill = true);
Jason Molenda
2015-05-01
1
-1
/
+1
*
Add a "force_kill" arg to Process::Destroy(). This is needed after
Jason Molenda
2015-04-17
1
-2
/
+2
*
Further reduce the header footprint of Process.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Fix Arg0 argument after r229110. The problem was that Arg0ValueChangedCallbac...
Ilia K
2015-02-13
1
-1
/
+1
*
Add -exec-arguments command
Ilia K
2015-02-13
1
-3
/
+1
*
Extract attach core logic from SBTarget::Attach* methods into unified SBTarge...
Oleksiy Vyalov
2015-02-10
1
-59
/
+8
*
Make "process attach" command to support attaching to remote process in case ...
Oleksiy Vyalov
2015-02-03
1
-90
/
+100
*
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
Vince Harron
2015-01-15
1
-5
/
+6
*
Make the platform process connect path less chatty.
Stephane Sezer
2014-12-13
1
-1
/
+2
*
Fixed more fallout from running the test suite remotely on iOS devices.
Greg Clayton
2014-11-17
1
-1
/
+1
*
Make the "synchronous" mode actually work without race conditions.
Greg Clayton
2014-10-21
1
-7
/
+19
*
Adjust process launch --disable-aslr to take true/false value.
Todd Fiala
2014-08-19
1
-1
/
+18
*
Fix iohandler prompt race condition.
Todd Fiala
2014-08-12
1
-1
/
+7
*
(no commit message)
Greg Clayton
2014-07-30
1
-1
/
+8
*
Revert "Fix broken tests due to new error output."
Zachary Turner
2014-07-09
1
-17
/
+17
*
Fix broken tests due to new error output.
Todd Fiala
2014-07-08
1
-17
/
+17
*
Adds the notion of an OptionValidator.
Zachary Turner
2014-07-03
1
-17
/
+17
*
Added an option to turn OFF the "detach on error" behavior that was added
Jim Ingham
2014-06-25
1
-0
/
+3
*
Added the ability to save core files:
Greg Clayton
2014-06-13
1
-0
/
+67
*
Make the fail messages
Jim Ingham
2014-04-03
1
-1
/
+2
*
Stop messages from being emitted out of order when detaching.
Greg Clayton
2014-03-03
1
-1
/
+0
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-22
/
+21
*
Centralized the launching of a process into Target::Launch()
Greg Clayton
2013-12-13
1
-112
/
+29
*
Only use a PTY master/slave when launching for local processes.
Greg Clayton
2013-11-22
1
-3
/
+3
*
Allow Process::WaitForProcessToStop to return immediately if process is alrea...
Daniel Malea
2013-10-09
1
-1
/
+1
*
Add OptionParser.h
Virgile Bello
2013-09-05
1
-20
/
+20
*
<rdar://problem/13700260>
Greg Clayton
2013-05-10
1
-6
/
+3
*
Recommitting r180831 with trivial fix - remember to return errors if you comp...
Jim Ingham
2013-05-02
1
-3
/
+98
*
Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.py
Daniel Malea
2013-05-01
1
-98
/
+3
*
Added an option to "process detach" to keep the process stopped, if the proce...
Jim Ingham
2013-04-30
1
-3
/
+98
*
“process launch” should “detach” not “kill” if the current proces...
Jim Ingham
2013-03-29
1
-80
/
+119
*
Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...
Jim Ingham
2013-02-09
1
-1
/
+5
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-8
/
+8
*
Fixed an issue the "process plugin" proxy object was trying to use the m_exe_...
Greg Clayton
2013-01-09
1
-1
/
+1
*
Expanded the flags that can be set for a command object in lldb_private::Comm...
Greg Clayton
2013-01-09
1
-82
/
+48
*
Fix typo in error message (print requested URL instead of command name when p...
Daniel Malea
2012-12-18
1
-1
/
+1
*
Removed the == and != operators from ArchSpec, since
Sean Callanan
2012-12-13
1
-1
/
+1
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
[next]