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
/
CommunicationKDP.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
typedef enum -> enum
Fangrui Song
2019-05-14
1
-6
/
+6
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-12
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Move Broadcaster+Listener+Event combo from Core into Utility
Pavel Labath
2018-12-14
1
-1
/
+1
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Move Predicate.h from Host to Utility
Raphael Isemann
2018-08-30
1
-1
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-5
/
+7
*
Remove TimeValue usages from MacOSX-Kernel process plugin. NFC
Pavel Labath
2016-11-02
1
-7
/
+4
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-315
/
+233
*
Clean up vestigial remnants of locking primitives
Saleem Abdulrasool
2016-07-28
1
-1
/
+1
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-3
/
+3
*
Switch local launching of debugserver over to always use a FIFO in order to h...
Greg Clayton
2013-12-04
1
-9
/
+0
*
Add an explicit check for a darwin kernel KDP_VERSIONSTRING when
Jason Molenda
2013-05-09
1
-0
/
+3
*
Patch from Andrew Fish to add recognition of some additional
Jason Molenda
2013-03-01
1
-1
/
+8
*
<rdar://problem/13064893>
Greg Clayton
2013-02-14
1
-1
/
+0
*
Identify a kdp session that is connecting to an EFI monitor,
Jason Molenda
2012-10-25
1
-0
/
+3
*
<rdar://problem/12491387>
Greg Clayton
2012-10-19
1
-0
/
+7
*
Add support for debugging KASLR kernels via kdp (the kernel being
Jason Molenda
2012-09-29
1
-0
/
+6
*
<rdar://problem/9959501>
Greg Clayton
2012-09-25
1
-5
/
+3
*
<rdar://problem/9959501>
Greg Clayton
2012-09-21
1
-1
/
+8
*
No functionality changes, mostly cleanup.
Greg Clayton
2012-04-11
1
-1
/
+1
*
Trying to solve our disappearing thread issues by making thread list updates ...
Greg Clayton
2012-04-10
1
-1
/
+1
*
Third round of code cleanups:
Enrico Granata
2011-08-19
1
-2
/
+2
*
More KDP fixes and logging cleanup.
Greg Clayton
2011-07-21
1
-28
/
+36
*
Added KDP resume, suspend, set/remove breakpoint, and kernel version support.
Greg Clayton
2011-07-20
1
-0
/
+28
*
Added register reading support for ARM, i386 and x86_64.
Greg Clayton
2011-07-20
1
-7
/
+8
*
Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate
Greg Clayton
2011-07-19
1
-1
/
+53
*
Added a boolean to the pure virtual lldb_private::Process::CanDebug(...)
Greg Clayton
2011-07-17
1
-5
/
+5
*
Completed more work on the KDP darwin kernel debugging Process plug-in.
Greg Clayton
2011-07-16
1
-47
/
+99
*
Fixed the comment lines in the file comment headers.
Greg Clayton
2011-07-15
1
-1
/
+1
*
Added the ability to connect using "tcp://<host>:<port>" which is the
Greg Clayton
2011-07-15
1
-33
/
+66
*
Hollowed out process plug-in to do KDP darwin kernel debugging.
Greg Clayton
2011-07-15
1
-0
/
+152