aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-03-04[lldb] Apply gdb-remote timeout to platform connections as wellPavel Labath1-0/+4
2021-02-08Use remote regnums in expedited list, value regs and invalidate regsMuhammad Omair Javaid1-2/+7
2021-01-25[ThreadPlan] fix exec on LinuxWalter Erquinigo1-2/+2
2021-01-19[LLDB] Add support to resize SVE registers at run-timeMuhammad Omair Javaid1-0/+13
2021-01-15[LLDB] Add per-thread register infos shared pointer in gdb-remoteMuhammad Omair Javaid1-15/+15
2020-12-02Make offset field optional in RegisterInfo packet for Arm64Muhammad Omair Javaid1-18/+20
2020-11-23[lldb] Prevent 'process connect' from using local-only pluginsMichał Górny1-1/+2
2020-11-11[intel-pt][trace] Implement a "get supported trace type" packetWalter Erquinigo1-0/+4
2020-10-23[lldb] Redesign Target::GetUtilityFunctionForLanguage APIJonas Devlieghere1-1/+1
2020-10-14[lldb] Modernize PseudoTerminal::OpenFirstAvailablePrimaryPavel Labath1-1/+1
2020-10-07[lldb] Check for and use ptsname_r if availablePavel Labath1-1/+1
2020-07-29[lldb] Don't use hardware index to determine whether a breakpoint site is har...Tatyana Krasnukha1-8/+2
2020-07-13[lldb] Remove unused argument (NFC)Jonas Devlieghere1-2/+1
2020-06-29[ProcessGDBRemote] Get rid of an unused function.Davide Italiano1-15/+0
2020-06-24[ProcessGDBRemote] Fix a typo in an ifdef from 58de2a3851391dMartin Storsjö1-1/+1
2020-06-24[ProcessGDBRemote] Placate the Windows buildbot.Davide Italiano1-0/+2
2020-06-24[Apple Silicon] Initial support for RosettaDavide Italiano1-0/+18
2020-06-15[lldb] Rename Master/Slave to Primary/Secondary (NFC)Jonas Devlieghere1-8/+9
2020-05-19[lldb/Reproducers] Move connection logic into replay server (NFC)Jonas Devlieghere1-28/+8
2020-05-07[lldb/Reproducers] Make DoConnectRemote connect to the replay server.Jonas Devlieghere1-1/+4
2020-04-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki1-2/+2
2020-04-02[lldb] Change Communication::SetConnection to take a unique_ptrPavel Labath1-2/+3
2020-03-31Replace std::string::find == 0 with StringRef::startswithBenjamin Kramer1-1/+1
2020-03-02[lldb/GDBRemote] Fix obvious typo in error message.Fred Riss1-1/+1
2020-02-26[lldb/gdb-remote] Add support for the qOffsets packetPavel Labath1-0/+27
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere1-1/+1
2020-02-13[lldb] Clean up ProcessGDBRemote::DidLaunchOrAttachPavel Labath1-107/+71
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö1-1/+1
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere1-0/+2
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-20/+27
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-12-26[lldb][NFC] Move lock scope where it should beginTatyana Krasnukha1-9/+10
2019-12-13[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIXJonas Devlieghere1-1/+1
2019-12-10Revert "Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multip...Eric Christopher1-14/+17
2019-12-10Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multiple GDB r...Eric Christopher1-17/+14
2019-12-10[lldb/Reproducers] Support multiple GDB remotesJonas Devlieghere1-14/+17
2019-12-03[lldb] Move register info "augmentation" from gdb-remote into ABIPavel Labath1-34/+6
2019-11-19[lldb-server] Use LLDB_LOG_ERROR to consume Error<> even if logging is disabledMartin Storsjö1-3/+3
2019-11-07[lldb-server] Add setting to force 'g' packet useGuilherme Andrade1-0/+8
2019-10-01[JSON] Use LLVM's library for encoding JSON in StructuredDataJonas Devlieghere1-1/+1
2019-09-30Use llvm for dumping DWARF expressionsPavel Labath1-1/+0
2019-09-26Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna1-6/+8
2019-09-11[Reproducer] Move GDB Remote Provider into Reproducer (NFC)Jonas Devlieghere1-42/+4
2019-09-10[Utility] Replace `lldb_private::CleanUp` by `llvm::scope_exit`Jonas Devlieghere1-4/+4
2019-09-04Upstream macCatalyst support in debugserver and the macOS dynamic loaderAdrian Prantl1-0/+4
2019-08-21[NFC] Return llvm::StringRef from StringExtractor::GetStringRef.Jonas Devlieghere1-12/+10
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-08-05Remove usage of usleep in generic codePavel Labath1-2/+3
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song1-2/+2
2019-07-29[lldb] Qualify includes of Properties[Enum].inc files. NFCJordan Rupprecht1-2/+2