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
*
remove FILE* usage from ReportEventState() and HandleProcessEvent()
Lawrence D'Anna
2019-10-14
1
-8
/
+23
*
[lldb] Get the TargetAPI lock in SBProcess::IsInstrumentationRuntimePresent
Raphael Isemann
2019-10-04
1
-0
/
+3
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-5
/
+5
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-4
/
+0
*
[Reproducers] Capture return values of functions returning by ptr/ref
Jonas Devlieghere
2019-04-03
1
-1
/
+1
*
[lldb] [Reproducer] Move SBRegistry registration into declaring files
Michal Gorny
2019-03-19
1
-0
/
+134
*
Add "operator bool" to SB APIs
Pavel Labath
2019-03-11
1
-0
/
+4
*
[Reproducers] Add missing LLDB_RECORD_DUMMY macros
Jonas Devlieghere
2019-03-08
1
-0
/
+11
*
[SBAPI] Log from record macro
Jonas Devlieghere
2019-03-07
1
-380
/
+10
*
[Reproducers] Add SBReproducer macros
Jonas Devlieghere
2019-03-06
1
-35
/
+252
*
Move ProcessInfo from Host to Utility.
Zachary Turner
2019-03-04
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Replace MemoryRegionInfoSP with values and cleanup related code
Tatyana Krasnukha
2018-12-20
1
-31
/
+15
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-2
/
+0
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-5
/
+4
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Add a way to load an image using a library name and list of paths.
Jim Ingham
2018-06-28
1
-0
/
+51
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-2
/
+1
*
Move Args.cpp from Interpreter to Utility
Pavel Labath
2018-04-17
1
-1
/
+1
*
Add Utility/Environment class for handling... environments
Pavel Labath
2018-01-10
1
-1
/
+1
*
Expose process instance info via SB API
Vadim Macagon
2017-08-01
1
-0
/
+10
*
Implementation of remote packets for Trace data.
Ravitheja Addepally
2017-05-26
1
-3
/
+2
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-4
/
+4
*
Be a little more permissive in DynamicLoaderMacOS::CanLoadImage
Jim Ingham
2017-05-06
1
-2
/
+14
*
Initial implementation of SB APIs for Tracing support.
Ravitheja Addepally
2017-04-26
1
-0
/
+22
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1467
/
+1228
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
1
-3
/
+28
*
Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"
Todd Fiala
2016-08-19
1
-28
/
+3
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
1
-3
/
+28
*
Add MemoryRegionInfo to SB API
Howard Hellyer
2016-06-23
1
-0
/
+74
*
Make sure to try and take the process stop lock when calling:
Greg Clayton
2016-05-26
1
-6
/
+11
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-34
/
+34
*
Fix -Wformat-pedantic warning
Hans Wennborg
2016-01-13
1
-1
/
+2
*
Add logging to SBProcess::GetRestartedFromEvent
Pavel Labath
2016-01-05
1
-1
/
+8
*
Add a new option to Platform::LoadImage to install the image
Tamas Berghammer
2015-12-08
1
-2
/
+13
*
Fix "process load/unload" on android
Tamas Berghammer
2015-12-02
1
-2
/
+4
*
Enable saving of mini dumps with lldb process save-core.
Adrian McCarthy
2015-11-20
1
-0
/
+25
*
Revert "FOO"
Adrian McCarthy
2015-11-20
1
-25
/
+0
*
FOO
Adrian McCarthy
2015-11-20
1
-0
/
+25
*
Fix typos.
Bruce Mitchener
2015-09-22
1
-1
/
+1
*
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
[next]