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
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-13
/
+13
*
Fix integer literals which are cast to bool
Jonas Devlieghere
2019-05-24
1
-1
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-4
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-14
/
+4
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Remove UUID::SetFromCString
Pavel Labath
2018-06-21
1
-1
/
+1
*
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
1
-14
/
+12
*
[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
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-6
/
+6
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-1
/
+1
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-3
/
+3
*
Move UUID from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
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
1
-1
/
+1
*
Remove verbose category in the kdp channel
Pavel Labath
2017-02-06
1
-7
/
+6
*
Fix builds Windows and OSX builds after Connection refactor in r287922
Pavel Labath
2016-11-25
1
-2
/
+5
*
Remove TimeValue usages from MacOSX-Kernel process plugin. NFC
Pavel Labath
2016-11-02
1
-2
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1259
/
+1138
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
1
-1
/
+1
*
Fixed up Xcode build for r276976 and r277011.
Todd Fiala
2016-07-28
1
-1
/
+1
*
Clean up vestigial remnants of locking primitives
Saleem Abdulrasool
2016-07-28
1
-3
/
+2
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-20
/
+20
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-2
/
+2
*
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
[next]