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
...
*
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
*
LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ...
Kuba Brecka
2014-10-10
1
-6
/
+20
*
Minor comment change to test out svn access
Shawn Best
2014-10-08
1
-1
/
+1
*
Fix spurious output to command line when launching a process on Linux.
Todd Fiala
2014-10-07
1
-4
/
+8
*
Move ConnectionFileDescriptor to platform-specific Host directory.
Zachary Turner
2014-10-06
1
-3
/
+3
*
Fix up the HostThread interface, making the interface simpler.
Zachary Turner
2014-09-23
1
-3
/
+3
*
use std::atomic<> to protect variables being accessed by multiple threads
Todd Fiala
2014-09-15
1
-5
/
+15
*
Create a HostThread abstraction.
Zachary Turner
2014-09-09
1
-22
/
+26
*
Implement ASan history threads in SB API
Kuba Brecka
2014-09-06
1
-0
/
+17
*
Add a new target.process.memory-cache-line-size to change the size of
Jason Molenda
2014-09-03
1
-1
/
+10
*
Consolidate UnixSignals setting/getting in Process.
Todd Fiala
2014-08-29
1
-1
/
+13
*
Add some logging around Process attaching and inferior exec handling.
Todd Fiala
2014-08-27
1
-1
/
+73
*
Adjust process launch --disable-aslr to take true/false value.
Todd Fiala
2014-08-19
1
-5
/
+12
*
Move FileSystem functions out of Host and into their own classes.
Zachary Turner
2014-08-15
1
-26
/
+24
*
Fix a thinko in the process list formatting.
Jim Ingham
2014-08-15
1
-6
/
+15
*
Refactor FileAction out of ProcessLaunchInfo.
Zachary Turner
2014-08-14
1
-4
/
+4
*
Fix iohandler prompt race condition.
Todd Fiala
2014-08-12
1
-0
/
+31
*
Remove a few uses of LLDB_DISABLE_POSIX.
Zachary Turner
2014-08-11
1
-4
/
+0
*
Fix some typos:
Sylvestre Ledru
2014-08-11
1
-2
/
+2
*
After you attach, give the process plugin a chance to report back (through
Jim Ingham
2014-08-02
1
-2
/
+6
*
(no commit message)
Greg Clayton
2014-07-30
1
-1
/
+7
*
Add the ability to suppress the creation of a persistent
Jim Ingham
2014-07-19
1
-0
/
+2
*
In Process::LoadImage, use the same function call both to call dlopen and to ...
Jim Ingham
2014-07-19
1
-16
/
+25
*
ReadPointedString takes a Stream not a DataBuffer.
Jim Ingham
2014-07-17
1
-3
/
+3
*
In Process::LoadImage, if dlopen returns 0x0 fetch the error with dlerror and...
Jim Ingham
2014-07-17
1
-0
/
+25
*
^C wasn't interrupting an expression during a long evaluation or deadlock.
Greg Clayton
2014-07-16
1
-2
/
+22
*
Add Host::MAX_THREAD_NAME_LENGTH constant.
Todd Fiala
2014-07-16
1
-4
/
+16
*
If Process::Finalize() has been called, don't track process state changes.
Greg Clayton
2014-07-14
1
-0
/
+3
*
Revert "Fix broken tests due to new error output."
Zachary Turner
2014-07-09
1
-13
/
+13
*
Fix broken tests due to new error output.
Todd Fiala
2014-07-08
1
-13
/
+13
*
Adds the notion of an OptionValidator.
Zachary Turner
2014-07-03
1
-13
/
+13
*
Add host layer support for pipes.
Greg Clayton
2014-07-02
1
-46
/
+20
*
Fix typos.
Bruce Mitchener
2014-07-01
1
-5
/
+5
*
Add lldb-gdbserver support for Linux x86_64.
Todd Fiala
2014-06-30
1
-0
/
+15
*
Pull ProcessInfo and ProcessLaunchInfo out of Target/Process.
Todd Fiala
2014-06-30
1
-363
/
+0
*
Rename eExecution*** to eExpression*** to be consistent with the result type.
Jim Ingham
2014-05-05
1
-49
/
+49
*
Make the Expression Execution result enum available to the SB API layer.
Jim Ingham
2014-05-05
1
-3
/
+9
*
Fixed CTRL+C related issues:
Greg Clayton
2014-05-02
1
-1
/
+2
*
Typo: forever is one word
Ed Maste
2014-04-29
1
-1
/
+1
*
Make RunThreadPlan start the timeout clock for each part of the expression ev...
Jim Ingham
2014-04-22
1
-17
/
+31
*
After updating to Xcode.5.1.1 LLDB framework stopped to support partial (only...
Greg Clayton
2014-04-17
1
-23
/
+29
[prev]
[next]