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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add -Wimplicit-fallthrough command line option to clang in
Jason Molenda
2016-02-16
1
-0
/
+1
*
Fixed CTRL+C related issues:
Greg Clayton
2014-05-02
1
-0
/
+1
*
Workaround for collision between enum members in LLVM's MachO.h and system he...
Jim Ingham
2014-04-02
1
-1
/
+0
*
Fixed an issue with the byte order of ports in KDP packets.
Greg Clayton
2014-01-10
1
-6
/
+6
*
Fixed an issue introduced with my last fix where the command and sequence ID ...
Greg Clayton
2013-07-10
1
-1
/
+1
*
Fixed the CommunicationKDP::SendRequestAndGetReply() to correctly be able to ...
Greg Clayton
2013-07-10
1
-8
/
+37
*
Change the default timeout for KDP communications to be 5 seconds.
Jason Molenda
2013-07-02
1
-1
/
+1
*
Add an explicit check for a darwin kernel KDP_VERSIONSTRING when
Jason Molenda
2013-05-09
1
-0
/
+11
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-4
/
+4
*
Patch from Andrew Fish to add recognition of some additional
Jason Molenda
2013-03-01
1
-2
/
+146
*
<rdar://problem/13064893>
Greg Clayton
2013-02-14
1
-42
/
+32
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-12
/
+12
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-6
/
+6
*
Identify a kdp session that is connecting to an EFI monitor,
Jason Molenda
2012-10-25
1
-0
/
+11
*
<rdar://problem/12491387>
Greg Clayton
2012-10-19
1
-1
/
+52
*
Change CommunicationKDP::SendRequestWriteMemory to append data as binary
Jason Molenda
2012-10-19
1
-1
/
+1
*
<rdar://problem/12489931>
Greg Clayton
2012-10-12
1
-1
/
+1
*
Add support for debugging KASLR kernels via kdp (the kernel being
Jason Molenda
2012-09-29
1
-0
/
+47
*
<rdar://problem/9959501>
Greg Clayton
2012-09-25
1
-14
/
+33
*
<rdar://problem/9959501>
Greg Clayton
2012-09-21
1
-4
/
+44
*
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...
Greg Clayton
2012-09-18
1
-3
/
+3
*
Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes.
Jim Ingham
2012-05-04
1
-1
/
+1
*
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
*
Fixed the Xcode project building of LLVM to be a bit more user friendly:
Greg Clayton
2011-11-04
1
-2
/
+0
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-1
/
+1
*
Logging and return code fixes.
Greg Clayton
2011-07-29
1
-11
/
+16
*
Initialize the all important automatic variable 'lldb::ConnectionStatus statu...
Johnny Chen
2011-07-21
1
-1
/
+1
*
More KDP fixes and logging cleanup.
Greg Clayton
2011-07-21
1
-114
/
+142
*
Added KDP resume, suspend, set/remove breakpoint, and kernel version support.
Greg Clayton
2011-07-20
1
-14
/
+181
*
Added register reading support for ARM, i386 and x86_64.
Greg Clayton
2011-07-20
1
-21
/
+108
*
Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate
Greg Clayton
2011-07-19
1
-26
/
+353
*
Added a boolean to the pure virtual lldb_private::Process::CanDebug(...)
Greg Clayton
2011-07-17
1
-14
/
+39
*
Completed more work on the KDP darwin kernel debugging Process plug-in.
Greg Clayton
2011-07-16
1
-48
/
+262
*
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
-222
/
+71
*
Hollowed out process plug-in to do KDP darwin kernel debugging.
Greg Clayton
2011-07-15
1
-0
/
+403