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
/
ProcessKDP.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] Qualify includes of Properties[Enum].inc files. NFC
Jordan Rupprecht
2019-07-29
1
-2
/
+2
*
[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
1
-4
/
+8
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-49
/
+41
*
Change LaunchThread interface to return an expected.
Jonas Devlieghere
2019-07-05
1
-2
/
+10
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-12
/
+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
1
-6
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+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 RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-2
/
+2
*
Typo fixes.
Bruce Mitchener
2018-05-29
1
-8
/
+8
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-22
/
+21
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-41
/
+44
*
Move UUID from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Switch ProcessKDPLog to the new channel registration mechanism
Pavel Labath
2017-02-17
1
-5
/
+1
*
Remove verbose category in the kdp channel
Pavel Labath
2017-02-06
1
-2
/
+1
*
Switch std::call_once to llvm::call_once
Kamil Rytarowski
2017-02-06
1
-2
/
+4
*
Make lldb -Werror clean for -Wstring-conversion
David Blaikie
2017-01-06
1
-2
/
+1
*
Fixed DoConnectRemote issues where ProcessKDP wasn't switched over to use the...
Greg Clayton
2016-12-07
1
-4
/
+5
*
Fix OSX build for r288238
Pavel Labath
2016-11-30
1
-2
/
+3
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-1
/
+1
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-1
/
+1
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-1
/
+1
*
Remove TimeValue usages from MacOSX-Kernel process plugin. NFC
Pavel Labath
2016-11-02
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-999
/
+831
*
Fix lldb build on Mac.
Pavel Labath
2016-08-31
1
-1
/
+1
*
Decoupled Options from CommandInterpreter.
Todd Fiala
2016-08-11
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
-1
/
+1
*
LLDB help content has accumulated over time without a recent attempt to
Kate Stone
2016-07-14
1
-5
/
+3
*
Change over the broadcaster/listener process to hold shared or weak pointers
Jim Ingham
2016-03-07
1
-8
/
+8
*
Make lldb::endian::InlHostByteOrder() private.
Bruce Mitchener
2015-11-07
1
-2
/
+2
*
Add support for the new (added last week) llvm::Triple::WatchOS and ::TvOS
Jason Molenda
2015-11-05
1
-1
/
+3
*
Make sure we don't over specify an architecture when we connect to KDP and us...
Greg Clayton
2015-10-28
1
-14
/
+29
*
Split Socket class into Tcp/Udp/DomainSocket subclasses.
Oleksiy Vyalov
2015-10-15
1
-2
/
+2
*
Re-commit the (fixed) changes from r248985 which were reverted by Pavel
Jason Molenda
2015-10-08
1
-1
/
+7
*
Revert "Fixing a subtle issue on Mac OS X systems with dSYMs..."
Pavel Labath
2015-10-01
1
-7
/
+1
*
Fixing a subtle issue on Mac OS X systems with dSYMs (possibly
Jason Molenda
2015-10-01
1
-1
/
+7
*
Fix ProcessKDP.cpp for the change in r246578.
Jim Ingham
2015-09-01
1
-13
/
+15
*
Move ProcessKDP's StringExtractor include.
Bruce Mitchener
2015-07-07
1
-0
/
+1
*
Fix StringExtractor.h issues.
Bruce Mitchener
2015-07-07
1
-1
/
+0
*
Fix typos
Bruce Mitchener
2015-07-02
1
-1
/
+1
[next]