summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
Commit message (Expand)AuthorAgeFilesLines
* [JSON] Use LLVM's library for encoding JSON in StructuredDataJonas Devlieghere2019-10-011-1/+1
* Use llvm for dumping DWARF expressionsPavel Labath2019-09-301-1/+0
* Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna2019-09-261-6/+8
* [Reproducer] Move GDB Remote Provider into Reproducer (NFC)Jonas Devlieghere2019-09-111-42/+4
* [Utility] Replace `lldb_private::CleanUp` by `llvm::scope_exit`Jonas Devlieghere2019-09-101-4/+4
* Upstream macCatalyst support in debugserver and the macOS dynamic loaderAdrian Prantl2019-09-041-0/+4
* [NFC] Return llvm::StringRef from StringExtractor::GetStringRef.Jonas Devlieghere2019-08-211-12/+10
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* Remove usage of usleep in generic codePavel Labath2019-08-051-2/+3
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-2/+2
* [lldb] Qualify includes of Properties[Enum].inc files. NFCJordan Rupprecht2019-07-291-2/+2
* [lldb] Also include the array definition in Properties.incJonas Devlieghere2019-07-291-14/+12
* Let tablegen generate property definitionsJonas Devlieghere2019-07-251-32/+6
* Correctly use GetLoadedModuleList to take advantage of libraries-svr4Antonio Afonso2019-07-251-33/+46
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-288/+264
* Change LaunchThread interface to return an expected.Jonas Devlieghere2019-07-051-3/+9
* Add plugin.process.gdb-remote.use-libraries-svr4 optionAntonio Afonso2019-07-031-7/+36
* Make sure the thread list is updated before you set the stop reasonJim Ingham2019-06-281-7/+10
* Support nested target.xml register definition files, lack of reg group markers.Jason Molenda2019-06-261-60/+83
* [Reproducers] Simplify providers with nested Info struct (NFC)Jonas Devlieghere2019-06-121-11/+8
* Add support to read aux vector valuesAntonio Afonso2019-06-111-2/+2
* [gdb-remote] Fix more issues with thread_result_tJonas Devlieghere2019-05-231-1/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-46/+47
* C.128 override, virtual keyword handlingRaphael Isemann2019-05-031-8/+8
* [ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere2019-04-261-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-14/+0
* Experiment with a larger packet timeout.Adrian Prantl2019-04-081-2/+2
* Unify random timeouts throughout LLDB and make them configurable.Adrian Prantl2019-04-051-1/+7
* [Reproducers] Add a test to ensure we can reuse the reproducer dir.Jonas Devlieghere2019-03-121-1/+1
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-1/+1
* Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cppZachary Turner2019-02-271-1/+1
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-7/+7
* Have Stream::PutCStringAsRawHex8 take llvm::StringRefPavel Labath2019-02-121-1/+1
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-1/+1
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-9/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Reproducers] Refactor reproducer infoJonas Devlieghere2019-01-181-13/+14
* [NFC] Replace `compare` with (in)equality operator where applicable.Jonas Devlieghere2018-12-211-6/+6
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-3/+3
* gdb-remote: use elaborated type specifier for `Module`Saleem Abdulrasool2018-12-051-2/+2
* [Reproducers] Improve reproducer API and add unit tests.Jonas Devlieghere2018-11-271-7/+11
* Fix the "make_unique is ambiguous" compiler error.Haojian Wu2018-11-141-2/+2
* Add GDB remote packet reproducer.Jonas Devlieghere2018-11-131-23/+111
* Remove header grouping comments.Jonas Devlieghere2018-11-111-3/+0
* Remove comments after header includes.Jonas Devlieghere2018-11-111-1/+1
* [FileSystem] Open File instances through the FileSystem.Jonas Devlieghere2018-11-021-2/+3
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-6/+7
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-2/+2
* Support nwere versions of the Segger J-Link jtag board software.Jason Molenda2018-10-231-3/+12
* Replace pointer to C-array of PropertyDefinition with llvm::ArrayRefTatyana Krasnukha2018-09-271-2/+1
OpenPOWER on IntegriCloud