aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-01-28[lldb] [gdb-remote] Support getting siginfo via APIMichał Górny1-0/+20
2022-01-28Revert "[lldb] [gdb-remote] Support getting siginfo via API"Michał Górny1-20/+0
2022-01-27[lldb] [gdb-remote] Support getting siginfo via APIMichał Górny1-0/+20
2022-01-25[lldb] Make logging machinery type-safePavel Labath1-4/+4
2021-01-15[LLDB] Add per-thread register infos shared pointer in gdb-remoteMuhammad Omair Javaid1-2/+10
2020-03-09[lldb] Return Unwinder& from Thread::GetUnwinderPavel Labath1-3/+1
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-11-07[lldb-server] Add setting to force 'g' packet useGuilherme Andrade1-4/+5
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere1-5/+3
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-2/+0
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere1-3/+5
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-15Simplify Boolean expressionsJonas Devlieghere1-7/+4
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath1-1/+1
2018-07-10[windows] LLDB shows the wrong values when register read is executed at a fra...Stella Stamenova1-5/+5
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-18/+16
2018-03-20Move StringExtractorGDBRemote.h to the include folderPavel Labath1-1/+1
2017-11-13Move ArchSpec to the Utility modulePavel Labath1-1/+0
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner1-1/+1
2017-02-17Switch GDBRemoteLog to the new registration mechanismPavel Labath1-8/+6
2017-02-02Move classes from Core -> Utility.Zachary Turner1-1/+1
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-312/+257
2016-08-19Remove the last manually constructed packet from gdb-remote register context ...Pavel Labath1-2/+2
2016-01-12Changes to lldb and debugserver to reduce extraneous memory readsJason Molenda1-16/+91
2015-12-18The lldb side changes to go along with r255711 where a newJason Molenda1-0/+8
2015-07-14Refactor Unix signals.Chaoren Lin1-2/+2
2015-06-25Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton1-6/+1
2015-06-23Implement the "qSymbol" packet in order to be able to read queue information ...Greg Clayton1-7/+40
2015-06-23Revert "Reduced packet counts to the remote GDB server where possible."Chaoren Lin1-1/+6
2015-06-22Reduced packet counts to the remote GDB server where possible.Greg Clayton1-6/+1
2015-03-31Move several plugin to its own namespaceTamas Berghammer1-2/+3
2015-03-03Further reduce the header footprint of Process.hZachary Turner1-0/+1
2014-06-13Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda1-0/+17
2014-04-25Add a new SBThread::GetQueue() method to get the queue that is Jason Molenda1-0/+16
2014-03-13Add a SBQueue::GetKind() method to retrieve the type of libdispatch queue (se...Jason Molenda1-0/+19
2014-02-05Change the Mac OS X SystemRuntime plugin from using the placeholderJason Molenda1-6/+7
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda1-1/+1
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda1-1/+1
2013-10-18Move the code which translates a dispatch_qaddr into aJason Molenda1-4/+30
2013-09-04Fixed detection of 'p' packet support in debugserver,Sean Callanan1-1/+1
2013-08-29Discover support of 'p' packet.Hafiz Abid Qadeer1-1/+2
2013-05-09Changed the formerly pure virtual function:Greg Clayton1-45/+7
2013-05-07Reinstating r181091 and r181106 with fix for Linux regressions.Andrew Kaylor1-19/+38
2013-05-07Temporarily reverting r181091 and r181106 due to the vast test breakage on th...Ashok Thirumurthi1-38/+19
2013-05-04After recent OperatingsSystem plug-in changes, the lldb_private::Process and ...Greg Clayton1-19/+38
2013-05-01<rdar://problem/13700260>Greg Clayton1-30/+8
2013-04-12<rdar://problem/13491977>Greg Clayton1-2/+6
2013-03-27<rdar://problem/13521159>Greg Clayton1-1/+1
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea1-1/+1
2012-10-16Patch from Matt Kopec <matt.kopec@intel.com> to fix the problem that if two b...Jim Ingham1-0/+3