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
/
gdb-remote
/
GDBRemoteCommunicationServerLLGS.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Have Stream::PutCStringAsRawHex8 take llvm::StringRef
Pavel Labath
2019-02-12
1
-6
/
+6
*
Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to Host
Pavel Labath
2019-02-04
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
ProcessLaunchInfo: Remove Target reference
Pavel Labath
2019-01-08
1
-2
/
+4
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+1
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+1
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-2
/
+2
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-60
/
+48
*
Move Args.cpp from Interpreter to Utility
Pavel Labath
2018-04-17
1
-1
/
+1
*
llgs: Send "rich" errors in response to vAttach packets
Pavel Labath
2018-04-11
1
-2
/
+2
*
Move StringExtractorGDBRemote.h to the include folder
Pavel Labath
2018-03-20
1
-1
/
+1
*
llgs: Propagate the environment when launching the inferior from command line
Pavel Labath
2017-12-18
1
-15
/
+2
*
NPL: Clean up handling of inferior exit
Pavel Labath
2017-12-18
1
-0
/
+1
*
Remove stderr message from GDBRemoteCommunicationServerLLGS
Pavel Labath
2017-12-14
1
-7
/
+2
*
Clean up NativeRegisterContext
Pavel Labath
2017-11-10
1
-111
/
+70
*
Simplify NativeProcessProtocol::GetArchitecture/GetByteOrder
Pavel Labath
2017-11-09
1
-12
/
+3
*
Remove shared_pointer from NativeThreadProtocol
Pavel Labath
2017-10-17
1
-68
/
+60
*
Clean up lldb-types.h
Pavel Labath
2017-07-18
1
-0
/
+1
*
Remove shared pointer from NativeProcessProtocol
Pavel Labath
2017-07-18
1
-339
/
+220
*
Adding Support for Error Strings in Remote Packets
Ravitheja Addepally
2017-07-12
1
-4
/
+4
*
Add a NativeProcessProtocol Factory class
Pavel Labath
2017-07-07
1
-34
/
+29
*
Implementation of Intel(R) Processor Trace support for Linux
Ravitheja Addepally
2017-06-28
1
-4
/
+4
*
Add pretty-printer for wait(2) statuses and modernize the code handling them
Pavel Labath
2017-06-19
1
-40
/
+10
*
More StructuredData::Type::eTypeDictionary -> lldb::eStructuredDataTypeDictio...
Stephan Bergmann
2017-05-29
1
-5
/
+5
*
Fixing Memory Leak
Ravitheja Addepally
2017-05-26
1
-3
/
+3
*
Fix 32-bit builds
Pavel Labath
2017-05-26
1
-13
/
+12
*
Implementation of remote packets for Trace data.
Ravitheja Addepally
2017-05-26
1
-0
/
+242
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-56
/
+57
*
Delete some more dead includes.
Zachary Turner
2017-03-22
1
-1
/
+0
*
Enable AUXV and QPassSignals in gdb-remote for NetBSD
Kamil Rytarowski
2017-03-21
1
-1
/
+1
*
Move GetAuxvData from Host to relevant process plugins
Pavel Labath
2017-03-17
1
-38
/
+17
*
Move many other files from Core -> Utility.
Zachary Turner
2017-03-06
1
-1
/
+1
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Hardware breakpoints for Linux on Arm/AArch64 targets
Omair Javaid
2017-02-24
1
-3
/
+11
*
Implement QPassSignals GDB package in lldb-server
Pavel Labath
2017-02-24
1
-0
/
+37
*
Remove dependencies from Utility to Core and Target.
Zachary Turner
2017-02-14
1
-1
/
+1
*
UriParser cleanup
Pavel Labath
2017-02-10
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Prevent client from querying each thread's PC at each stop.
Pavel Labath
2017-01-20
1
-12
/
+47
*
Introduce chrono to the Communication class
Pavel Labath
2016-11-25
1
-2
/
+2
*
Introduce chrono to more gdb-remote functions
Pavel Labath
2016-11-24
1
-2
/
+2
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-3
/
+3
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-3
/
+3
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
Remove usages of TimeValue from gdb-remote process plugin
Pavel Labath
2016-10-31
1
-1
/
+0
*
Fix for rL280668, Intel(R) Memory Protection Extensions (Intel(R) MPX) support.
Valentina Giusti
2016-09-08
1
-0
/
+3
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-2625
/
+2792
*
Revert "Intel(R) Memory Protection Extensions (Intel(R) MPX) support."
Dimitar Vlahovski
2016-09-06
1
-1
/
+0
[next]