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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CMake] [3/4] Update a batch of plugins
Chris Bieneman
2017-01-31
2
-2
/
+16
*
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
4
-905
/
+821
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
2
-9
/
+9
*
Update Go OS Plugin for newer runtimes.
Ryan Brown
2016-04-21
1
-2
/
+13
*
Remove autoconf support from source directories.
Eugene Zelenko
2016-01-28
2
-28
/
+0
*
Fix some compiler warnings with MSVC 2015.
Zachary Turner
2016-01-13
1
-1
/
+1
*
Fix Clang-tidy modernize-use-override warnings in include/lldb/Disassembler a...
Eugene Zelenko
2015-10-22
2
-53
/
+54
*
Revert r250925 in source/Plugins/OperatingSystem/Go to fix MSVC builds failures.
Eugene Zelenko
2015-10-21
2
-51
/
+54
*
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...
Eugene Zelenko
2015-10-21
3
-85
/
+80
*
Add an OperatingSystem plugin to support goroutines
Ryan Brown
2015-09-16
6
-3
/
+664
*
[cmake] Remove LLVM_NO_RTTI.
Bruce Mitchener
2015-09-03
1
-2
/
+0
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-1
/
+0
*
[Makefiles] Align library names with CMake build
Keno Fischer
2015-07-14
1
-3
/
+3
*
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
2
-103
/
+87
*
Fixed deadlocks that could occur when using python for breakpoints, operating...
Greg Clayton
2014-02-13
2
-7
/
+29
*
<rdar://problem/14972424>
Greg Clayton
2013-10-17
1
-1
/
+1
*
Convert to UNIX line endings.
Joerg Sonnenberger
2013-09-25
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
2
-14
/
+6
*
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
2
-4
/
+5
*
Temporarily reverting r181091 and r181106 due to the vast test breakage on th...
Ashok Thirumurthi
2013-05-07
2
-5
/
+4
*
After recent OperatingsSystem plug-in changes, the lldb_private::Process and ...
Greg Clayton
2013-05-04
2
-4
/
+5
*
Remove unused OperatingSystem plugin.
Greg Clayton
2013-05-03
5
-415
/
+0
*
<rdar://problem/13700260>
Greg Clayton
2013-05-01
1
-6
/
+40
*
More CMake fixes for OS X.
Filipe Cabecinhas
2013-04-25
1
-1
/
+3
*
<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
3
-3
/
+3
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
3
-3
/
+3
*
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
2
-7
/
+42
*
<rdar://problem/13412986>
Enrico Granata
2013-03-28
1
-0
/
+3
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-4
/
+4
*
Adding CMake build system to LLDB. Some known issues remain:
Daniel Malea
2013-02-21
3
-0
/
+12
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-22
/
+25
*
<rdar://problem/13010007>
Greg Clayton
2013-01-18
2
-63
/
+101
*
Fix a few more clang (3.2) warnings on Linux:
Daniel Malea
2012-12-07
1
-2
/
+2
*
Take the Target API lock before letting the Python code start to work constru...
Jim Ingham
2012-12-07
1
-0
/
+12
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+3
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-4
/
+4
*
Allow operating system plug-ins to specify the address for registers so we do...
Greg Clayton
2012-10-25
4
-24
/
+42
*
Changed the V1 and V2 runtimes to be able to detect when the ISA hash table h...
Greg Clayton
2012-10-25
1
-4
/
+0
*
Added process and thread logging the python OperatingSystem plug-in.
Greg Clayton
2012-10-24
1
-1
/
+17
*
<rdar://problem/12491387>
Greg Clayton
2012-10-19
1
-1
/
+1
*
Rename "macosx-kernel" to "darwin-kernel" to match the filenames before anyon...
Greg Clayton
2012-10-19
1
-1
/
+1
[next]