Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
07db3f7e3f268c01e66e87608968c5cb71e35f82
/
lldb
/
source
/
Plugins
/
Process
/
gdb-remote
/
GDBRemoteCommunicationServerCommon.cpp
07db3f7
Resubmit r298334 after fixing OSX build errors.
by Zachary Turner
· 9 years ago
2eb3227
Revert r298334 until Zachary has a chance to fix the buildbot failure on macosx.
by Jason Molenda
· 9 years ago
bfe8bcb
Delete various lldb FileSystem functions.
by Zachary Turner
· 9 years ago
076a259
Delete LLDB's MD5 code. Use LLVM instead.
by Zachary Turner
· 9 years ago
6934e0a
Remove FileSystem::Get/SetFilePermissions
by Zachary Turner
· 9 years ago
d3d95fd
Remove FileSystem::MakeDirectory.
by Zachary Turner
· 9 years ago
fb1a0a0
Move many other files from Core -> Utility.
by Zachary Turner
· 9 years ago
6f9e690
Move Log from Core -> Utility.
by Zachary Turner
· 9 years ago
4a705e7
Implement QPassSignals GDB package in lldb-server
by Pavel Labath
· 9 years ago
c4a3395
Fix a couple of corner cases in NameMatches
by Pavel Labath
· 9 years ago
01c3243
Remove dependencies from Utility to Core and Target.
by Zachary Turner
· 9 years ago
bf9a773
Move classes from Core -> Utility.
by Zachary Turner
· 9 years ago
c156427
Don't allow direct access to StreamString's internal buffer.
by Zachary Turner
· 9 years ago
771ef6d
Fix Clang-tidy readability-redundant-string-cstr warnings
by Malcolm Parsons
· 9 years ago
8999edf
[LLDB][MIPS] Fix qProcessInfo to return correct pointer size based on ELF ABI
by Nitesh Jain
· 9 years ago
ecbb0bb
Fix more functions in Args to use StringRef.
by Zachary Turner
· 9 years ago
2f1fbae
gdb-remote: Add jModulesInfo packet
by Pavel Labath
· 9 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
e77fce0
[NFC] Darwin llgs support from Week of Code
by Todd Fiala
· 9 years ago
b9739d4
Revert r280137 and 280139 and subsequent build fixes
by Pavel Labath
· 9 years ago
2d240d0
A few minor stylistic cleanups in StringExtractor.
by Zachary Turner
· 9 years ago
54695a3
Convert GetNameColonValue to return StringRefs.
by Zachary Turner
· 9 years ago
70a5ef1
Fix some build bot breakages.
by Zachary Turner
· 9 years ago
26709df
Convert some functions to use StringRef instead of c_str, len
by Zachary Turner
· 9 years ago
5ad891f
Unify process launching code on linux
by Pavel Labath
· 9 years ago
9ccb970
Make lldb::endian::InlHostByteOrder() private.
by Bruce Mitchener
· 10 years ago
5380a8b
[LLDB] Adding mips32 in the list of archs with watchpoint_exceptions_received=before
by Mohit K. Bhakkad
· 10 years ago
2441aec
Adds support for hardware watchpoints on Arm targets.
by Omair Javaid
· 10 years ago
6d9fe8c
The llvm Triple for an armv6m now comes back as llvm::Triple::thumb.
by Jason Molenda
· 10 years ago
e68ee7f
Fix AArch64 watchpoint exception handling http://reviews.llvm.org/D11987
by Omair Javaid
· 10 years ago
6e4f19d
[LLGS] Spawned process handling cleanup
by Pavel Labath
· 10 years ago
3579996
[LLDB][MIPS] Hardware Watchpoints for MIPS
by Mohit K. Bhakkad
· 10 years ago
d3173f3
Refactor many file functions to use FileSpec over strings.
by Chaoren Lin
· 10 years ago
5340683
Add '+' sign at the end of echo package
by Ying Chen
· 10 years ago
420562a
Add support for the qEcho command to lldb-server in the common packets.
by Greg Clayton
· 10 years ago
8b33567
Get lldb-server building on android-9
by Vince Harron
· 10 years ago
7d9d941
Pass normalized target file paths via GDB-remote to a target and denormalize them on the target.
by Oleksiy Vyalov
· 11 years ago
0ddb722
Implement Handle_QEnvironmentHexEncoded.
by Chaoren Lin
· 11 years ago
db264a6
Move several plugin to its own namespace
by Tamas Berghammer
· 11 years ago
7cb18bf
Fetch module specification from remote process also
by Tamas Berghammer
· 11 years ago
ebc5609
Convert open options for POSIX open on target platform.
by Robert Flack
· 11 years ago
dad4db7
Add filepath to qModuleInfo packet
by Tamas Berghammer
· 11 years ago
bac7569
Pass a process full executable path within "name" response field.
by Oleksiy Vyalov
· 11 years ago
63acdfd
Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer - in order to allow modules caching from remote targets.
by Oleksiy Vyalov
· 11 years ago
2d52afd
Increase default packet timeout for android to 20s
by Tamas Berghammer
· 11 years ago
6801be3
Add qModuleInfo request in order to get module information (uuid, triple,..) by module path from remote platform.
by Oleksiy Vyalov
· 11 years ago
0f86b74
Fix the communication in qPlatform_[mkdir,chmod]
by Tamas Berghammer
· 11 years ago
e13c273
Separate monolithic GDBRemoteCommunicationServer class into 4 part
by Tamas Berghammer
· 11 years ago