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
/
GDBRemoteCommunicationServerCommon.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-8
/
+8
*
Fix warnings from clang build on macOS.
Bruce Mitchener
2017-03-23
1
-1
/
+0
*
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
*
Resubmit r298334 after fixing OSX build errors.
Zachary Turner
2017-03-21
1
-7
/
+8
*
Revert r298334 until Zachary has a chance to fix the buildbot failure
Jason Molenda
2017-03-21
1
-8
/
+7
*
Delete various lldb FileSystem functions.
Zachary Turner
2017-03-21
1
-7
/
+8
*
Delete LLDB's MD5 code. Use LLVM instead.
Zachary Turner
2017-03-20
1
-7
/
+7
*
Remove FileSystem::Get/SetFilePermissions
Zachary Turner
2017-03-19
1
-2
/
+3
*
Remove FileSystem::MakeDirectory.
Zachary Turner
2017-03-19
1
-1
/
+1
*
Move many other files from Core -> Utility.
Zachary Turner
2017-03-06
1
-1
/
+1
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Implement QPassSignals GDB package in lldb-server
Pavel Labath
2017-02-24
1
-0
/
+1
*
Fix a couple of corner cases in NameMatches
Pavel Labath
2017-02-20
1
-9
/
+8
*
Remove dependencies from Utility to Core and Target.
Zachary Turner
2017-02-14
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-1
/
+2
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-10
/
+7
*
[LLDB][MIPS] Fix qProcessInfo to return correct pointer size based on ELF ABI
Nitesh Jain
2016-10-12
1
-7
/
+6
*
Fix more functions in Args to use StringRef.
Zachary Turner
2016-09-19
1
-4
/
+4
*
gdb-remote: Add jModulesInfo packet
Pavel Labath
2016-09-08
1
-14
/
+85
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1042
/
+988
*
[NFC] Darwin llgs support from Week of Code
Todd Fiala
2016-09-04
1
-2
/
+27
*
Revert r280137 and 280139 and subsequent build fixes
Pavel Labath
2016-08-31
1
-2
/
+3
*
A few minor stylistic cleanups in StringExtractor.
Zachary Turner
2016-08-30
1
-3
/
+2
*
Convert GetNameColonValue to return StringRefs.
Zachary Turner
2016-08-29
1
-54
/
+59
*
Fix some build bot breakages.
Zachary Turner
2016-08-27
1
-5
/
+5
*
Convert some functions to use StringRef instead of c_str, len
Zachary Turner
2016-08-27
1
-19
/
+19
*
Unify process launching code on linux
Pavel Labath
2016-07-21
1
-6
/
+6
*
Make lldb::endian::InlHostByteOrder() private.
Bruce Mitchener
2015-11-07
1
-1
/
+1
*
[LLDB] Adding mips32 in the list of archs with watchpoint_exceptions_received...
Mohit K. Bhakkad
2015-10-14
1
-1
/
+3
*
Adds support for hardware watchpoints on Arm targets.
Omair Javaid
2015-08-25
1
-0
/
+2
*
The llvm Triple for an armv6m now comes back as llvm::Triple::thumb.
Jason Molenda
2015-08-21
1
-0
/
+1
*
Fix AArch64 watchpoint exception handling
Omair Javaid
2015-08-18
1
-1
/
+3
*
[LLGS] Spawned process handling cleanup
Pavel Labath
2015-07-29
1
-92
/
+0
*
[LLDB][MIPS] Hardware Watchpoints for MIPS
Mohit K. Bhakkad
2015-06-18
1
-1
/
+5
*
Refactor many file functions to use FileSpec over strings.
Chaoren Lin
2015-05-29
1
-14
/
+14
*
Add '+' sign at the end of echo package
Ying Chen
2015-05-29
1
-1
/
+1
*
Add support for the qEcho command to lldb-server in the common packets.
Greg Clayton
2015-05-29
1
-0
/
+10
*
Get lldb-server building on android-9
Vince Harron
2015-05-12
1
-0
/
+6
*
Pass normalized target file paths via GDB-remote to a target and denormalize ...
Oleksiy Vyalov
2015-04-16
1
-2
/
+4
*
Implement Handle_QEnvironmentHexEncoded.
Chaoren Lin
2015-03-31
1
-0
/
+17
*
Move several plugin to its own namespace
Tamas Berghammer
2015-03-31
1
-0
/
+1
*
Fetch module specification from remote process also
Tamas Berghammer
2015-03-24
1
-6
/
+12
*
Convert open options for POSIX open on target platform.
Robert Flack
2015-03-18
1
-1
/
+2
*
Add filepath to qModuleInfo packet
Tamas Berghammer
2015-03-13
1
-2
/
+16
*
Pass a process full executable path within "name" response field.
Oleksiy Vyalov
2015-03-11
1
-1
/
+1
*
Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...
Oleksiy Vyalov
2015-03-10
1
-8
/
+4
*
Increase default packet timeout for android to 20s
Tamas Berghammer
2015-02-26
1
-0
/
+9
*
Add qModuleInfo request in order to get module information (uuid, triple,..) ...
Oleksiy Vyalov
2015-02-25
1
-1
/
+70
[next]