Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f913fd6eb0c228041b77a645d76993760d3b1421
/
lldb
/
source
/
Plugins
/
Process
/
gdb-remote
/
GDBRemoteCommunicationClient.cpp
2a5a906
[JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationClient
by Jonas Devlieghere
· 6 years ago
2461061
Upstream macCatalyst support in debugserver and the macOS dynamic loader plugin.
by Adrian Prantl
· 6 years ago
d35b42f
[NFC] Return llvm::StringRef from StringExtractor::GetStringRef.
by Jonas Devlieghere
· 6 years ago
7debc93
[lldb] Fix HAVE_LIBCOMPRESSION
by Haibo Huang
· 6 years ago
63e5fb7
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
by Jonas Devlieghere
· 6 years ago
135cf98
Revert "[GDBRemote] Remove code that flushes GDB remote packets"
by Jonas Devlieghere
· 6 years ago
9db6073
[GDBRemote] Remove code that flushes GDB remote packets
by Jonas Devlieghere
· 6 years ago
248a130
[lldb] NFC modernize codebase with modernize-use-nullptr
by Konrad Kleine
· 6 years ago
2f677ab
Simplify Triple::ppc64{,le} checks with Triple::isPPC64()
by Fangrui Song
· 6 years ago
ddb93b6
Simplify ArchSpec::IsMIPS()
by Fangrui Song
· 6 years ago
8b3af63
[NFC] Remove ASCII lines from comments
by Jonas Devlieghere
· 6 years ago
aa107ca
Avoid macro redefinition error if HAVE_LIBCOMPRESSION is already defined.
by Jason Molenda
· 6 years ago
a03ae73
Add XCOFF triple object format type for AIX
by Jason Liu
· 7 years ago
0e4c482
Pass ConstString by value (NFC)
by Adrian Prantl
· 7 years ago
7f815a9
Have Stream::PutCStringAsRawHex8 take llvm::StringRef
by Pavel Labath
· 7 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
4a793c8
Force libcompression calls to be enabled when building on Darwin
by Jason Molenda
· 7 years ago
a6682a4
Simplify Boolean expressions
by Jonas Devlieghere
· 7 years ago
ceff664
Remove header grouping comments.
by Jonas Devlieghere
· 7 years ago
c0e793d
Work with a gdb-remote target that doesn't handle the
by Jason Molenda
· 7 years ago
8f3be7a
[FileSystem] Move path resolution logic out of FileSpec
by Jonas Devlieghere
· 7 years ago
e7ec083
Increase qHostInfo packet timeout
by Pavel Labath
· 7 years ago
d821c99
Move RegisterValue,Scalar,State from Core to Utility
by Pavel Labath
· 7 years ago
a174bcb
Remove UUID::SetFromCString
by Pavel Labath
· 7 years ago
2272c48
Use llvm::VersionTuple instead of manual version marshalling
by Pavel Labath
· 7 years ago
937348c
[FileSpec] Make style argument mandatory for SetFile. NFC
by Jonas Devlieghere
· 7 years ago
19dd1a0
Convert all RunShellCommand functions to use the Timeout class
by Pavel Labath
· 7 years ago
0509724
Reflow paragraphs in comments.
by Adrian Prantl
· 7 years ago
145d95c
Move Args.cpp from Interpreter to Utility
by Pavel Labath
· 7 years ago
9af71b3
Move StringExtractorGDBRemote.h to the include folder
by Pavel Labath
· 8 years ago
16064d3
Re-land: [lldb] Use vFlash commands when writing to target's flash memory regions
by Pavel Labath
· 8 years ago
ec03d7e
Revert "[lldb] Use vFlash commands when writing to target's flash memory regions"
by Pavel Labath
· 8 years ago
029fb69
[lldb] Use vFlash commands when writing to target's flash memory regions
by Pavel Labath
· 8 years ago
62930e5
Add Utility/Environment class for handling... environments
by Pavel Labath
· 8 years ago
8c92c89
Fix regression in jModulesInfo packet handling
by Pavel Labath
· 8 years ago
606908a
Remove no-op function pointer null checks, NFC
by Vedant Kumar
· 8 years ago
c51ad48
Add specific ppc64le hardware watchpoint handler
by Pavel Labath
· 8 years ago
1492cb8
Fix Linux remote debugging after r313442
by Tamas Berghammer
· 8 years ago
3293b9d
Fix compatibility with OpenOCD debug stub.
by Vadim Chugunov
· 8 years ago
dab1d5f
Adding Support for Error Strings in Remote Packets
by Ravitheja Addepally
· 8 years ago
cf4321a
More StructuredData::Type::eTypeDictionary -> lldb::eStructuredDataTypeDictionary
by Stephan Bergmann
· 8 years ago
e714c4f
Implementation of remote packets for Trace data.
by Ravitheja Addepally
· 8 years ago
2833321
Update StructuredData::String to return StringRefs.
by Zachary Turner
· 8 years ago
97206d5
Rename Error -> Status.
by Zachary Turner
· 8 years ago
70a9f51
Increase the packet timeout for the jModulesInfo since it can take longer than the default 1 second timeout on some linux versions when many shared libraries are involved.
by Greg Clayton
· 8 years ago
48d1427
Verify memory address range validity in GDBRemoteCommunicationClient
by Stephane Sezer
· 8 years ago
3eb2b44
Delete some more dead includes.
by Zachary Turner
· 9 years ago
7993cc5
Make LLDB skip server-client roundtrip for signals that don't require any actions
by Eugene Zemtsov
· 9 years ago
8c6b546
Remove dependency from FileSpec to ArchSpec.
by Zachary Turner
· 9 years ago
fb1a0a0
Move many other files from Core -> Utility.
by Zachary Turner
· 9 years ago
666cc0b
Move DataBuffer / DataExtractor and friends from Core -> Utility.
by Zachary Turner
· 9 years ago
6f9e690
Move Log from Core -> Utility.
by Zachary Turner
· 9 years ago
c4a3395
Fix a couple of corner cases in NameMatches
by Pavel Labath
· 9 years ago
4f19fce2
Fix compiler warnings for missing switch cases in lldb.
by Pavel Labath
· 9 years ago
2f7cfaf
Switch TestPacketSpeedJSON to use the llvm chrono formatter
by Pavel Labath
· 9 years ago
bf9a773
Move classes from Core -> Utility.
by Zachary Turner
· 9 years ago
a322f36
Make lldb -Werror clean for -Wstring-conversion
by David Blaikie
· 9 years ago
763f1c4
Fix jModulesInfo handling for cross-path syntax debugging
by Pavel Labath
· 9 years ago
1eff73c
Introduce chrono to more gdb-remote functions
by Pavel Labath
· 9 years ago
c156427
Don't allow direct access to StreamString's internal buffer.
by Zachary Turner
· 9 years ago
c1edf56
Prevent at compile time converting from Error::success() to Expected<T>
by Mehdi Amini
· 9 years ago
41af430
Make the Error class constructor protected
by Mehdi Amini
· 9 years ago
2fd9a1e
Fix GDBRemoteCommunicationClientTest.TestPacketSpeedJSON
by Pavel Labath
· 9 years ago
771ef6d
Fix Clang-tidy readability-redundant-string-cstr warnings
by Malcolm Parsons
· 9 years ago
3aa0491
Remove usages of TimeValue from gdb-remote process plugin
by Pavel Labath
· 9 years ago
8999edf
[LLDB][MIPS] Fix qProcessInfo to return correct pointer size based on ELF ABI
by Nitesh Jain
· 9 years ago
0f8f0d3
[gdb-remote] Remove the const char * version of SendPacketAndWaitForResponse
by Pavel Labath
· 9 years ago
6fa7681b
Convert many functions to use StringRefs.
by Zachary Turner
· 9 years ago
4f730dc
Fix about a dozen compile warnings
by Ilia K
· 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
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
d08f09c
Convert some StringExtractor functions to accept MutableArrayRefs.
by Zachary Turner
· 9 years ago
5c95ee4
Revert "gdb-remote: Make the sequence mutex non-recursive"
by Pavel Labath
· 9 years ago
e1c716c
Fix fallout from the GetNameColonValue() refactor (r280000)
by Pavel Labath
· 9 years ago
54695a3
Convert GetNameColonValue to return StringRefs.
by Zachary Turner
· 9 years ago
0faf373
gdb-remote: Make the sequence mutex non-recursive
by Pavel Labath
· 9 years ago
849cc1a
Fix a crash in GDBRemoteCommunicationClient::GetSupportedStructuredDataPlugins
by Pavel Labath
· 9 years ago
b42b48e
Remove the last manually constructed packet from gdb-remote register context + small refactor
by Pavel Labath
· 9 years ago
7593001
Add StructuredData plugin type; showcase with new DarwinLog feature
by Todd Fiala
· 9 years ago
a07e4a8
Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"
by Todd Fiala
· 9 years ago
aef7de8
Add StructuredData plugin type; showcase with new DarwinLog feature
by Todd Fiala
· 9 years ago
83082a0
gdb-remote: Remove manual locking from GetShlibInfoAddr
by Pavel Labath
· 9 years ago
27402d2
Move QSyncThreadState packet generation to the gdb-remote client
by Pavel Labath
· 9 years ago
4b6f959
gdb-remote: Centralize thread specific packet handling
by Pavel Labath
· 9 years ago
56d7262
Move packet construction from GDBRemoteRegisterContext go the communication class
by Pavel Labath
· 9 years ago
4dbab21
Remove a double send of eRunPacketSent event
by Pavel Labath
· 9 years ago
8c1b6bd
Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"
by Pavel Labath
· 9 years ago
4cb6992
Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"
by Pavel Labath
· 9 years ago
e768c4b
Rewrite gdb-remote's SendContinuePacketAndWaitForResponse
by Pavel Labath
· 9 years ago
2d6a9ec
Clean up vestigial remnants of locking primitives
by Saleem Abdulrasool
· 9 years ago
d7d69f8
Support loading files even when incorrect file name specified by the linker
by Tamas Berghammer
· 9 years ago
3739735
Add support to get the shared cache information from the new
by Jason Molenda
· 9 years ago
75500e7
Typo corrections identified by codespell
by Ed Maste
· 9 years ago
ad00756
Implement GetMemoryRegions() for Linux and Mac OSX core files.
by Howard Hellyer
· 9 years ago
16ff860
remove use of Mutex in favour of std::{,recursive_}mutex
by Saleem Abdulrasool
· 9 years ago
bdea8dd
Reset continue_after_async only if neither SIGINIT nor SIGSTOP received.
by Oleksiy Vyalov
· 9 years ago
7d00276
In GDBRemoteCommunicationClient::GetHostInfo, don't set the
by Jason Molenda
· 9 years ago
830c81d
Fixed an issue that could cause debugserver to return two stop reply packets ($T packets) for one \x03 interrupt. The problem was that when a \x03 byte is sent to debugserver while the process is running, and up calling:
by Greg Clayton
· 9 years ago
Next »