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
*
[lldb/ScriptInterpreter] Remove can_reload which is always true (NFC)
Jonas Devlieghere
2019-12-22
1
-3
/
+2
*
[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON
Jonas Devlieghere
2019-12-13
2
-4
/
+4
*
[lldb/Host] Use Host/Config.h entries instead of a global define.
Jonas Devlieghere
2019-12-10
2
-0
/
+4
*
Fix -Wunused-result warnings in LLDB
Reid Kleckner
2019-11-15
1
-3
/
+3
*
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
2
-10
/
+0
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
2
-10
/
+10
*
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
2
-8
/
+6
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-1
/
+1
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
2
-7
/
+0
*
Remove Go debugger plugin
Jonas Devlieghere
2018-11-05
4
-598
/
+0
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+2
*
Replace pointer to C-array of PropertyDefinition with llvm::ArrayRef
Tatyana Krasnukha
2018-09-27
1
-2
/
+1
*
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...
Tatyana Krasnukha
2018-09-26
1
-3
/
+3
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
2
-2
/
+2
*
Remove append parameter to FindGlobalVariables
Pavel Labath
2018-05-31
1
-2
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
2
-12
/
+11
*
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
2
-2
/
+2
*
Update StructuredData::String to return StringRefs.
Zachary Turner
2017-05-12
2
-6
/
+6
*
Rename Error -> Status.
Zachary Turner
2017-05-12
3
-4
/
+4
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
2
-2
/
+2
*
Get rid of Error::PutToLog().
Zachary Turner
2017-02-06
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
2
-2
/
+2
*
[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
[next]