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
/
Plugins
/
OperatingSystem
/
Python
/
OperatingSystemPython.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a comment which was incorrect.
Jim Ingham
2019-08-08
1
-1
/
+1
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-27
/
+27
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-8
/
+8
*
[ScriptInterpreter] Move ownership into debugger (NFC)
Jonas Devlieghere
2019-04-26
1
-2
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-2
/
+0
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-9
/
+9
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
1
-1
/
+1
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-6
/
+9
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-1
/
+1
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-3
/
+0
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+2
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-10
/
+9
*
Prevent deadlock in OS Plugins
Jonas Devlieghere
2018-04-13
1
-32
/
+39
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-1
/
+0
*
Move StructuredData from Core to Utility
Pavel Labath
2017-06-27
1
-1
/
+1
*
Update StructuredData::String to return StringRefs.
Zachary Turner
2017-05-12
1
-4
/
+4
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-1
/
+1
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-3
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-342
/
+337
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-8
/
+8
*
Add an OperatingSystem plugin to support goroutines
Ryan Brown
2015-09-16
1
-3
/
+1
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-1
/
+0
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Added XML to the host layer.
Greg Clayton
2015-05-26
1
-1
/
+1
*
Fix stepping a virtual thread when the python operating system was enabled.
Greg Clayton
2015-04-07
1
-4
/
+11
*
Remove ScriptInterpreterObject.
Zachary Turner
2015-03-17
1
-92
/
+75
*
Fixed deadlocks that could occur when using python for breakpoints, operating...
Greg Clayton
2014-02-13
1
-7
/
+28
*
<rdar://problem/14972424>
Greg Clayton
2013-10-17
1
-1
/
+1
*
<rdar://problem/13956179>
Greg Clayton
2013-05-29
1
-16
/
+3
*
Added a new "lldb" log channel named "os" for the OperatingSystem plug-ins to...
Greg Clayton
2013-05-22
1
-2
/
+9
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-9
/
+4
*
Changed the formerly pure virtual function:
Greg Clayton
2013-05-09
1
-20
/
+23
*
Reinstating r181091 and r181106 with fix for Linux regressions.
Andrew Kaylor
2013-05-07
1
-3
/
+3
*
Temporarily reverting r181091 and r181106 due to the vast test breakage on th...
Ashok Thirumurthi
2013-05-07
1
-3
/
+3
*
After recent OperatingsSystem plug-in changes, the lldb_private::Process and ...
Greg Clayton
2013-05-04
1
-3
/
+3
*
<rdar://problem/13700260>
Greg Clayton
2013-05-01
1
-6
/
+40
*
<rdar://problem/13590152>
Enrico Granata
2013-04-22
1
-0
/
+8
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-1
/
+1
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-1
/
+1
*
Remove a debug print statement that I left in.
Greg Clayton
2013-04-16
1
-2
/
+0
*
<rdar://problem/13491977>
Greg Clayton
2013-04-12
1
-6
/
+40
*
<rdar://problem/13412986>
Enrico Granata
2013-03-28
1
-0
/
+3
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-4
/
+4
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-22
/
+25
*
<rdar://problem/13010007>
Greg Clayton
2013-01-18
1
-61
/
+87
*
Fix a few more clang (3.2) warnings on Linux:
Daniel Malea
2012-12-07
1
-2
/
+2
[next]