summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-21/+30
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-18/+19
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Promote more debug-only assertions to regular assertions.Adrian Prantl2019-03-071-4/+0
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-2/+4
* Add a warning to GDBRemoteRegisterContext (if packet logging enabled)Jason Molenda2019-02-061-0/+8
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-2/+2
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-2/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-82/+56
* Move StringExtractorGDBRemote.h to the include folderPavel Labath2018-03-201-1/+1
* Remove unused variable.Tatyana Krasnukha2017-11-221-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-2/+2
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-2/+2
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Break some dependencies in lldbUtility.Zachary Turner2017-02-011-1/+0
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-766/+731
* Revert "gdb-remote: Make the sequence mutex non-recursive"Pavel Labath2016-08-301-38/+28
* gdb-remote: Make the sequence mutex non-recursivePavel Labath2016-08-251-28/+38
* Fix 32-bit builds after r279232Pavel Labath2016-08-191-2/+3
* Remove the last manually constructed packet from gdb-remote register context ...Pavel Labath2016-08-191-97/+45
* Move QSyncThreadState packet generation to the gdb-remote clientPavel Labath2016-08-181-23/+2
* Remove manual packet construction from GDBRemoteRegisterContext::SetPrimordia...Pavel Labath2016-08-171-18/+5
* Move packet construction from GDBRemoteRegisterContext go the communication c...Pavel Labath2016-08-171-269/+157
* Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath2016-08-091-12/+6
* Fix uninitialized field warnings in GDBRemoteRegisterContextPavel Labath2016-08-081-109/+111
* [LLVM][MIPS] Fix FPU Size Based on Dynamic FR.Nitesh Jain2016-08-011-1/+9
* Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath2016-07-291-6/+12
* Rewrite gdb-remote's SendContinuePacketAndWaitForResponsePavel Labath2016-07-291-12/+6
* Clean up vestigial remnants of locking primitivesSaleem Abdulrasool2016-07-281-6/+6
* Use Process Plugin register indices when communicating with remoteFrancis Ricci2016-04-251-7/+8
* The lldb side changes to go along with r255711 where a newJason Molenda2015-12-181-0/+46
* Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener2015-11-071-9/+9
* Silence -Wqual-cast warnings from GCC 5.2Saleem Abdulrasool2015-10-181-1/+2
* Clean up register naming conventions inside lldb. Jason Molenda2015-09-151-110/+110
* A messy bit of cleanup: Move towards more descriptive namesJason Molenda2015-08-151-2/+2
* Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner2015-07-301-3/+0
* Fixed a ton of gcc compile warningsVince Harron2015-05-131-5/+6
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-5/+6
* Add debug asserts / sanity checks toJason Molenda2014-07-241-0/+19
* Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.Todd Fiala2014-07-231-1/+1
* Start converting usages of off_t to other types.Zachary Turner2014-07-021-7/+7
* Replace uint32_t by lldb::RegisterKing in register context API.Jean-Daniel Dupas2014-07-021-1/+1
* Fix a few typos.Bruce Mitchener2014-06-271-4/+4
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-4/+4
* lldb arm64 import.Jason Molenda2014-03-291-64/+239
* Fixed the GDBRemoteCommuncation to return a new GDBRemoteCommuncation::Packet...Greg Clayton2013-12-061-6/+6
* <rdar://problem/15172417>Greg Clayton2013-11-131-88/+87
* Fix python-free build.Joerg Sonnenberger2013-10-201-0/+2
OpenPOWER on IntegriCloud