- adcd026 Make llvm::StringRef to std::string conversions explicit. by Benjamin Kramer · 6 years ago
- 8081428 [lldb][NFC] Fix all formatting errors in .cpp file headers by Raphael Isemann · 6 years ago
- b0469ee [lldb][NFC] Move lock scope where it should begin by Tatyana Krasnukha · 6 years ago
- 3011d55 [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIX by Jonas Devlieghere · 6 years ago
- 1d41d1b Revert "Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multiple GDB remotes" by Eric Christopher · 6 years ago
- c9e0b35 Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multiple GDB remotes by Eric Christopher · 6 years ago
- e81268d [lldb/Reproducers] Support multiple GDB remotes by Jonas Devlieghere · 6 years ago
- 2b8db38 [lldb] Move register info "augmentation" from gdb-remote into ABI by Pavel Labath · 6 years ago
- 926d283 [lldb-server] Use LLDB_LOG_ERROR to consume Error<> even if logging is disabled by Martin Storsjö · 6 years ago
- b1b70f6 [lldb-server] Add setting to force 'g' packet use by Guilherme Andrade · 6 years ago
- 2783d81 [JSON] Use LLVM's library for encoding JSON in StructuredData by Jonas Devlieghere · 6 years ago
- 6f23a68 Use llvm for dumping DWARF expressions by Pavel Labath · 6 years ago
- 2fce113 Convert FileSystem::Open() to return Expected<FileUP> by Lawrence D'Anna · 6 years ago
- bcc24e4 [Reproducer] Move GDB Remote Provider into Reproducer (NFC) by Jonas Devlieghere · 6 years ago
- e0ea8d8 [Utility] Replace `lldb_private::CleanUp` by `llvm::scope_exit` by Jonas Devlieghere · 6 years ago
- 2461061 Upstream macCatalyst support in debugserver and the macOS dynamic loader plugin. by Adrian Prantl · 6 years ago
- d35b42f [NFC] Return llvm::StringRef from StringExtractor::GetStringRef. by Jonas Devlieghere · 6 years ago
- a8f3ae7 [LLDB] Migrate llvm::make_unique to std::make_unique by Jonas Devlieghere · 6 years ago
- 3d4f765 Remove usage of usleep in generic code by Pavel Labath · 6 years ago
- d9b948b Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC by Fangrui Song · 6 years ago
- 6a253d3 [lldb] Qualify includes of Properties[Enum].inc files. NFC by Jordan Rupprecht · 6 years ago
- a8ea595 [lldb] Also include the array definition in Properties.inc by Jonas Devlieghere · 6 years ago
- 971f9ca Let tablegen generate property definitions by Jonas Devlieghere · 6 years ago
- d668260 Correctly use GetLoadedModuleList to take advantage of libraries-svr4 by Antonio Afonso · 6 years ago
- 63e5fb7 [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) by Jonas Devlieghere · 6 years ago
- f39c2e1 Change LaunchThread interface to return an expected. by Jonas Devlieghere · 6 years ago
- f8251f1 Add plugin.process.gdb-remote.use-libraries-svr4 option by Antonio Afonso · 6 years ago
- 8864b43 Make sure the thread list is updated before you set the stop reason by Jim Ingham · 6 years ago
- 1659276 Support nested target.xml register definition files, lack of reg group markers. by Jason Molenda · 6 years ago
- ef96e98 [Reproducers] Simplify providers with nested Info struct (NFC) by Jonas Devlieghere · 6 years ago
- 943faef Add support to read aux vector values by Antonio Afonso · 6 years ago
- a83bf47 [gdb-remote] Fix more issues with thread_result_t by Jonas Devlieghere · 6 years ago
- 248a130 [lldb] NFC modernize codebase with modernize-use-nullptr by Konrad Kleine · 6 years ago
- 1756630 C.128 override, virtual keyword handling by Raphael Isemann · 6 years ago
- 2b29b43 [ScriptInterpreter] Move ownership into debugger (NFC) by Jonas Devlieghere · 6 years ago
- 8b3af63 [NFC] Remove ASCII lines from comments by Jonas Devlieghere · 6 years ago
- e794752 Experiment with a larger packet timeout. by Adrian Prantl · 6 years ago
- 4c03ea1 Unify random timeouts throughout LLDB and make them configurable. by Adrian Prantl · 6 years ago
- 209e3a1 [Reproducers] Add a test to ensure we can reuse the reproducer dir. by Jonas Devlieghere · 7 years ago
- 0e4c482 Pass ConstString by value (NFC) by Adrian Prantl · 7 years ago
- 8055291 Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cpp by Zachary Turner · 7 years ago
- d5b4403 Replace 'ap' with 'up' suffix in variable names. (NFC) by Jonas Devlieghere · 7 years ago
- 7f815a9 Have Stream::PutCStringAsRawHex8 take llvm::StringRef by Pavel Labath · 7 years ago
- 70355ac Remove redundant ::get() for smart pointer. (NFC) by Jonas Devlieghere · 7 years ago
- 796ac80 Use std::make_shared in LLDB (NFC) by Jonas Devlieghere · 7 years ago
- 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
- e912cc5 [Reproducers] Refactor reproducer info by Jonas Devlieghere · 7 years ago
- 8d20cfd [NFC] Replace `compare` with (in)equality operator where applicable. by Jonas Devlieghere · 7 years ago
- a6682a4 Simplify Boolean expressions by Jonas Devlieghere · 7 years ago
- 92e5273 gdb-remote: use elaborated type specifier for `Module` by Saleem Abdulrasool · 7 years ago
- 68ed93d [Reproducers] Improve reproducer API and add unit tests. by Jonas Devlieghere · 7 years ago
- 01b0988 Fix the "make_unique is ambiguous" compiler error. by Haojian Wu · 7 years ago
- 9e046f0 Add GDB remote packet reproducer. by Jonas Devlieghere · 7 years ago
- ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
- 672d2c1 Remove comments after header includes. by Jonas Devlieghere · 7 years ago
- 50bc1ed [FileSystem] Open File instances through the FileSystem. by Jonas Devlieghere · 7 years ago
- 8f3be7a [FileSystem] Move path resolution logic out of FileSpec by Jonas Devlieghere · 7 years ago
- dbd7fab [FileSystem] Remove Exists() from FileSpec by Jonas Devlieghere · 7 years ago
- df9f796 Support nwere versions of the Segger J-Link jtag board software. by Jason Molenda · 7 years ago
- e40db05 Replace pointer to C-array of PropertyDefinition with llvm::ArrayRef by Tatyana Krasnukha · 7 years ago
- 8fe53c49 Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef by Tatyana Krasnukha · 7 years ago
- f9a07e9 [NFC] Turn "load dependent files" boolean into an enum by Jonas Devlieghere · 7 years ago
- d821c99 Move RegisterValue,Scalar,State from Core to Utility by Pavel Labath · 7 years ago
- 03772dd [ProcessGDBRemote] handle result from ConnectToDebugserver by Jonas Devlieghere · 7 years ago
- a2476ab Remove incorrect thread-pc-values clearing by Jason Molenda · 7 years ago
- 4d51a90 Get rid of the C-string parameter in DoExecute by Raphael Isemann · 7 years ago
- 2272c48 Use llvm::VersionTuple instead of manual version marshalling by Pavel Labath · 7 years ago
- 937348c [FileSpec] Make style argument mandatory for SetFile. NFC by Jonas Devlieghere · 7 years ago
- 4ebdee0 Typo fixes. by Bruce Mitchener · 7 years ago
- 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
- acebc43 Report more precise error message when attach fails by Pavel Labath · 7 years ago
- 145d95c Move Args.cpp from Interpreter to Utility by Pavel Labath · 7 years ago
- 8db3f7e Re-land "Don't assume backing thread shares protocol ID." by Jonas Devlieghere · 7 years ago
- a8d916a Revert "Don't assume backing thread shares protocol ID." by Jonas Devlieghere · 7 years ago
- 0045c72f Don't assume backing thread shares protocol ID. by Jonas Devlieghere · 7 years ago
- 47cbf4a Move Args::StringTo*** functions to a new OptionArgParser class by Pavel Labath · 7 years ago
- 6b3c8bb Fix windows build after r329296 by Pavel Labath · 7 years ago
- 9af71b3 Move StringExtractorGDBRemote.h to the include folder by Pavel Labath · 8 years ago
- 16064d3 Re-land: [lldb] Use vFlash commands when writing to target's flash memory regions by Pavel Labath · 8 years ago
- ec03d7e Revert "[lldb] Use vFlash commands when writing to target's flash memory regions" by Pavel Labath · 8 years ago
- 029fb69 [lldb] Use vFlash commands when writing to target's flash memory regions by Pavel Labath · 8 years ago
- ebc6bc8 [Utility] Simplify and generalize the CleanUp helper, NFC by Vedant Kumar · 8 years ago
- c4dd04c When parsing the target.xml register file, if no architecture has by Jason Molenda · 8 years ago
- 7da8475 Handle O reply packets during qRcmd by Pavel Labath · 8 years ago
- 62930e5 Add Utility/Environment class for handling... environments by Pavel Labath · 8 years ago
- 07d6f88 Move PseudoTerminal to the lldb_private namespace by Pavel Labath · 8 years ago
- 5f19b90 Move ArchSpec to the Utility module by Pavel Labath · 8 years ago
- a964012 Remove ProcessGdbRemote::m_flags by Pavel Labath · 8 years ago
- 3015341 Use socketpair on all Unix platforms by Eugene Zemtsov · 8 years ago
- 3293b9d Fix compatibility with OpenOCD debug stub. by Vadim Chugunov · 8 years ago
- b6dbe9a Clean up lldb-types.h by Pavel Labath · 8 years ago
- dab1d5f Adding Support for Error Strings in Remote Packets by Ravitheja Addepally · 8 years ago
- 38d0632 Move Timer and TraceOptions from Core to Utility by Pavel Labath · 8 years ago
- 43294c9 Change the ABI class to have a weak pointer to its Process; by Jason Molenda · 8 years ago
- e714c4f Implementation of remote packets for Trace data. by Ravitheja Addepally · 8 years ago
- 2833321 Update StructuredData::String to return StringRefs. by Zachary Turner · 8 years ago
- 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
- 5713a05 Move FileSpec from Host -> Utility. by Zachary Turner · 9 years ago
- 7993cc5 Make LLDB skip server-client roundtrip for signals that don't require any actions by Eugene Zemtsov · 9 years ago
- 3bc714b Fix various warnings. NFC by Zachary Turner · 9 years ago