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
/
Process
/
MacOSX-Kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] Qualify includes of Properties[Enum].inc files. NFC
Jordan Rupprecht
2019-07-29
3
-6
/
+6
*
[lldb] Also include the array definition in Properties.inc
Jonas Devlieghere
2019-07-29
1
-4
/
+2
*
Let tablegen generate property definitions
Jonas Devlieghere
2019-07-25
3
-4
/
+28
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
2
-62
/
+54
*
Change LaunchThread interface to return an expected.
Jonas Devlieghere
2019-07-05
1
-2
/
+10
*
Fix integer literals which are cast to bool
Jonas Devlieghere
2019-05-24
1
-1
/
+1
*
typedef enum -> enum
Fangrui Song
2019-05-14
1
-6
/
+6
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
6
-60
/
+0
*
Try to fix OSX compilation failure.
Zachary Turner
2019-03-06
1
-1
/
+4
*
Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cpp
Zachary Turner
2019-02-27
1
-1
/
+1
*
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
2
-13
/
+17
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
16
-64
/
+48
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-14
/
+4
*
Move Broadcaster+Listener+Event combo from Core into Utility
Pavel Labath
2018-12-14
2
-2
/
+2
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
12
-47
/
+0
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
1
-2
/
+3
*
Replace pointer to C-array of PropertyDefinition with llvm::ArrayRef
Tatyana Krasnukha
2018-09-27
1
-3
/
+2
*
Fix ProcessKDP after r343130
Tatyana Krasnukha
2018-09-26
1
-2
/
+2
*
[NFC] Turn "load dependent files" boolean into an enum
Jonas Devlieghere
2018-09-20
1
-1
/
+1
*
Move SafeMachO from Utility to Host
Pavel Labath
2018-09-12
1
-1
/
+1
*
Move Predicate.h from Host to Utility
Raphael Isemann
2018-08-30
1
-1
/
+1
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
3
-4
/
+4
*
[windows] LLDB shows the wrong values when register read is executed at a fra...
Stella Stamenova
2018-07-10
1
-5
/
+5
*
Remove UUID::SetFromCString
Pavel Labath
2018-06-21
1
-1
/
+1
*
Typo fixes.
Bruce Mitchener
2018-05-29
1
-8
/
+8
*
Remove the timed_out out-argument from Predicate::WaitForValueEqualTo
Pavel Labath
2018-05-03
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
3
-40
/
+37
*
[MacOSX-Kernel] Remove broken KDP_IMAGEPATH support.
Davide Italiano
2018-01-02
1
-37
/
+0
*
Fix a couple of warnings (NFC)
Adrian Prantl
2017-12-19
1
-1
/
+1
*
Fix netbsd, freebsd and osx builds for ArchSpec move
Pavel Labath
2017-11-13
2
-2
/
+2
*
Rename Error -> Status.
Zachary Turner
2017-05-12
8
-105
/
+110
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-1
/
+1
*
Move StringList from Core -> Utility.
Zachary Turner
2017-03-21
1
-1
/
+1
*
Fix windows&darwin builds broken by r297812
Pavel Labath
2017-03-15
1
-1
/
+0
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
2
-4
/
+4
*
Move UUID from Core -> Utility.
Zachary Turner
2017-03-04
2
-2
/
+2
*
Fix the macOS build all the way after r296909.
Jim Ingham
2017-03-04
1
-72
/
+91
*
Fix DataExtractor failures.
Zachary Turner
2017-03-03
1
-8
/
+5
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
2
-2
/
+2
*
Switch ProcessKDPLog to the new channel registration mechanism
Pavel Labath
2017-02-17
4
-203
/
+35
*
Fix darwin and windows builds broken by r294736
Pavel Labath
2017-02-10
2
-6
/
+7
*
Remove verbose category in the kdp channel
Pavel Labath
2017-02-06
4
-14
/
+7
*
Switch std::call_once to llvm::call_once
Kamil Rytarowski
2017-02-06
1
-2
/
+4
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
2
-4
/
+4
*
[CMake] [3/4] Update a batch of plugins
Chris Bieneman
2017-01-31
1
-1
/
+13
*
Make lldb -Werror clean for -Wstring-conversion
David Blaikie
2017-01-06
2
-4
/
+2
*
Fixed DoConnectRemote issues where ProcessKDP wasn't switched over to use the...
Greg Clayton
2016-12-07
2
-53
/
+54
*
Fix OSX build for r288238
Pavel Labath
2016-11-30
1
-2
/
+3
[next]