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
/
API
/
SBProcess.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor Unix signals.
Chaoren Lin
2015-07-14
1
-7
/
+3
*
Refactor many file functions to use FileSpec over strings.
Chaoren Lin
2015-05-29
1
-5
/
+5
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Fix handling of hijacked events in synchronous mode
Ilia K
2015-05-20
1
-0
/
+24
*
Fix a reason of *stopped notifications due to SIGINT/SIGSTOP signals (MI)
Ilia K
2015-05-15
1
-0
/
+6
*
Add a "force_kill" arg to Process::Destroy(). This is needed after
Jason Molenda
2015-04-17
1
-2
/
+2
*
Compare pointers directly instead of ::strcmp in SBXxx::EventIsXxxEvent()
Ilia K
2015-03-21
1
-1
/
+1
*
Lock mutex in the same order.
Hafiz Abid Qadeer
2015-02-11
1
-2
/
+2
*
Make the "synchronous" mode actually work without race conditions.
Greg Clayton
2014-10-21
1
-12
/
+4
*
Add a IsInstrumentationRuntimePresent SB API
Kuba Brecka
2014-10-11
1
-0
/
+15
*
Implement ASan history threads in SB API
Kuba Brecka
2014-09-06
1
-0
/
+13
*
Add API control of the signal disposition.
Todd Fiala
2014-06-23
1
-0
/
+14
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-153
/
+155
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-0
/
+26
*
"size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...
Greg Clayton
2014-03-03
1
-3
/
+3
*
Fix Windows build using portable types for formatting the log outputs
Deepak Panickal
2014-03-03
1
-1
/
+1
*
Add new Queue, QueueItem, Queuelist, SBQueue, SBQueueItem classes to represent
Jason Molenda
2013-12-13
1
-0
/
+47
*
Change SBThread::GetExtendedBacktrace to
Jason Molenda
2013-11-12
1
-1
/
+1
*
Rename extended backtrace methods to take out the "ThreadOrigin"
Jason Molenda
2013-11-06
1
-5
/
+5
*
Add the GetNumThreadOriginExtendedBacktraceTypes and
Jason Molenda
2013-11-05
1
-0
/
+35
*
Fix the format warnings.
Sylvestre Ledru
2013-10-31
1
-1
/
+1
*
Cleanup/rearrange includes:
Virgile Bello
2013-08-28
1
-0
/
+3
*
Fixed SBProcess::RemoteLaunch() to use the platform executable path. Patch fr...
Greg Clayton
2013-06-29
1
-1
/
+1
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-2
/
+2
*
Recommitting r180831 with trivial fix - remember to return errors if you comp...
Jim Ingham
2013-05-02
1
-1
/
+9
*
Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.py
Daniel Malea
2013-05-01
1
-9
/
+1
*
Added an option to "process detach" to keep the process stopped, if the proce...
Jim Ingham
2013-04-30
1
-1
/
+9
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-37
/
+37
*
Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...
Jim Ingham
2013-02-09
1
-0
/
+12
*
<rdar://problem/13010007>
Greg Clayton
2013-01-18
1
-0
/
+21
*
<rdar://problem/13009943>
Greg Clayton
2013-01-16
1
-0
/
+13
*
Add an SBProcess API to get the current StopID, either considering or ignorin...
Jim Ingham
2013-01-08
1
-0
/
+15
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-14
/
+14
*
<rdar://problem/12720514> Sub-TLF: Provide service to profile the inferior
Han Ming Ong
2012-11-17
1
-0
/
+23
*
Rmoved a duplicate version of SetSelectedThreadByID
Sean Callanan
2012-10-31
1
-6
/
+0
*
Add API to get the process plugin name & short name.
Jim Ingham
2012-10-26
1
-0
/
+23
*
<rdar://problem/12490558>
Greg Clayton
2012-10-12
1
-1
/
+7
*
Ran the sources through the compiler with -Wshadow warnings
Jason Molenda
2012-10-04
1
-1
/
+0
*
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...
Greg Clayton
2012-09-18
1
-14
/
+22
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+1
*
Rework how the API mutex is acquired when filling out an ExecutionContext fro...
Jim Ingham
2012-08-22
1
-1
/
+2
*
Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the ev...
Jim Ingham
2012-07-27
1
-0
/
+10
*
Add accessors on process to get & set the selected thread by IndexID (useful ...
Jim Ingham
2012-07-13
1
-0
/
+47
*
<rdar://problem/11791234>
Greg Clayton
2012-07-12
1
-9
/
+9
*
Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through...
Johnny Chen
2012-05-23
1
-0
/
+23
*
Added logging when API calls try to do something that shouldn't be done when ...
Greg Clayton
2012-04-06
1
-42
/
+43
*
Added a new Host class: ReadWriteLock
Greg Clayton
2012-04-05
1
-53
/
+123
*
Added the new way we will eventually do all attaches and launches. First clients
Greg Clayton
2012-02-24
1
-2
/
+2
*
Add a general mechanism to wait on the debugger for Broadcasters of a given c...
Jim Ingham
2012-02-16
1
-1
/
+13
[next]