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
/
Target
/
Process.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix race in IOHandlerProcessSTDIO
Pavel Labath
2015-05-28
1
-74
/
+55
*
I finally found the strong reference that was keeping all lldb_private::Proce...
Greg Clayton
2015-05-28
1
-0
/
+7
*
Improve LLDB prompt handling
Pavel Labath
2015-05-27
1
-51
/
+29
*
Did some cleanup to stop us from leaking Pipe file descriptors.
Greg Clayton
2015-05-23
1
-1
/
+16
*
Implement attach to process on Windows.
Zachary Turner
2015-05-20
1
-1
/
+5
*
Fix handling of hijacked events in synchronous mode
Ilia K
2015-05-20
1
-2
/
+6
*
OperatingSystem plug-ins need to avoid running code when fetching thread list...
Greg Clayton
2015-05-15
1
-0
/
+14
*
Fix Process::ResumeSynchronous which waits a process even in case of error
Ilia K
2015-04-30
1
-5
/
+7
*
Formatting fix.
Jim Ingham
2015-04-22
1
-1
/
+2
*
Add a "force_kill" arg to Process::Destroy(). This is needed after
Jason Molenda
2015-04-17
1
-4
/
+7
*
Add new virtual method for language runtime plug-ins:
Greg Clayton
2015-04-16
1
-1
/
+17
*
Fix warnings generated by clang-cl.
Zachary Turner
2015-04-02
1
-1
/
+1
*
Don't return a reference to a temp variable.
Greg Clayton
2015-04-02
1
-3
/
+0
*
Fix a crasher that could happen when you run LLDB and evaluate an expression ...
Greg Clayton
2015-04-02
1
-2
/
+27
*
Fix Process::Finalize to do Process::Destroy if needed after r233255
Ilia K
2015-03-26
1
-2
/
+20
*
Fix -gdb-exit to detach if was attached or destroy otherwise (MI)
Ilia K
2015-03-26
1
-26
/
+9
*
Fetch module specification from remote process also
Tamas Berghammer
2015-03-24
1
-0
/
+10
*
Move some functions from source/lldb.cpp to Utility.
Zachary Turner
2015-03-18
1
-0
/
+1
*
Move lldb-log.cpp to core/Logging.cpp
Zachary Turner
2015-03-18
1
-3
/
+0
*
Fix broadcasters for interpreter and process:
Ilia K
2015-03-17
1
-1
/
+1
*
Fix ProcessIO test failures
Pavel Labath
2015-03-12
1
-3
/
+6
*
Fix race condition with -o "process launch" on linux
Pavel Labath
2015-03-06
1
-0
/
+4
*
Further reduce header footprint of Debugger.h.
Zachary Turner
2015-03-04
1
-0
/
+1
*
Further reduce the header footprint of Process.h
Zachary Turner
2015-03-03
1
-1
/
+61
*
Revert "Fix warnings found with clang-cl."
Zachary Turner
2015-02-25
1
-1
/
+1
*
Fix warnings found with clang-cl.
Zachary Turner
2015-02-25
1
-1
/
+1
*
Set error status when failed to catch stop after launch
Tamas Berghammer
2015-02-23
1
-0
/
+1
*
Rename the "glob arguments" feature to "shell expand arguments"
Enrico Granata
2015-02-20
1
-5
/
+5
*
Make sure the public state is eStateStopped when we return from SBTarget::Loa...
Greg Clayton
2015-02-20
1
-2
/
+2
*
Avoid a race condition when loading core files where the process might still ...
Greg Clayton
2015-02-20
1
-1
/
+17
*
Add extra check that target was stopped before the *stopped is sent.
Ilia K
2015-02-11
1
-1
/
+1
*
Fix 'process launch -i' for remote processes
Vince Harron
2015-02-10
1
-2
/
+2
*
Add a "launch with globber" mode that lets you launch a process after having ...
Enrico Granata
2015-02-10
1
-2
/
+13
*
Add support for SBProcess::PutSTDIN to remote processes
Vince Harron
2015-02-06
1
-0
/
+2
*
Fix a missing "*stopped" notification in LLDB-MI after "process launch -s" in...
Ilia K
2015-02-06
1
-0
/
+5
*
Fix a race condition where you could set the selected thread & target in the
Jim Ingham
2015-01-19
1
-1
/
+2
*
Fixed an issue where if the operating system python plug-in is changed at run...
Greg Clayton
2015-01-13
1
-10
/
+33
*
Enhance the Pipe interface for better portability.
Zachary Turner
2014-12-17
1
-5
/
+11
*
Make the platform process connect path less chatty.
Stephane Sezer
2014-12-13
1
-1
/
+1
*
Handle thumb IT instructions correctly all the time.
Greg Clayton
2014-12-09
1
-0
/
+9
*
Add test for denied process attach by pid and fix found bugs in Process/Proce...
Oleksiy Vyalov
2014-11-19
1
-6
/
+5
*
Small tweaks to make the editline sources match the lldb
Jason Molenda
2014-11-17
1
-1
/
+2
*
Fixed more fallout from running the test suite remotely on iOS devices.
Greg Clayton
2014-11-17
1
-0
/
+9
*
Complete rewrite of interactive editing support for single- and multi-line in...
Kate Stone
2014-11-17
1
-1
/
+1
*
Also port the C string reading code in ValueObject over to using StringPrinte...
Enrico Granata
2014-10-30
1
-3
/
+8
*
Make the "synchronous" mode actually work without race conditions.
Greg Clayton
2014-10-21
1
-2
/
+239
*
Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime.
Zachary Turner
2014-10-20
1
-2
/
+2
*
Remove dead store.
Jason Molenda
2014-10-16
1
-4
/
+4
*
Give old_state a default value so we won't try to restore
Jason Molenda
2014-10-15
1
-3
/
+3
*
Add a IsInstrumentationRuntimePresent SB API
Kuba Brecka
2014-10-11
1
-0
/
+13
[next]