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