index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Plugins
/
Process
/
gdb-remote
/
ProcessGDBRemote.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[JSON] Use LLVM's library for encoding JSON in StructuredData
Jonas Devlieghere
2019-10-01
1
-1
/
+1
*
Use llvm for dumping DWARF expressions
Pavel Labath
2019-09-30
1
-1
/
+0
*
Convert FileSystem::Open() to return Expected<FileUP>
Lawrence D'Anna
2019-09-26
1
-6
/
+8
*
[Reproducer] Move GDB Remote Provider into Reproducer (NFC)
Jonas Devlieghere
2019-09-11
1
-42
/
+4
*
[Utility] Replace `lldb_private::CleanUp` by `llvm::scope_exit`
Jonas Devlieghere
2019-09-10
1
-4
/
+4
*
Upstream macCatalyst support in debugserver and the macOS dynamic loader
Adrian Prantl
2019-09-04
1
-0
/
+4
*
[NFC] Return llvm::StringRef from StringExtractor::GetStringRef.
Jonas Devlieghere
2019-08-21
1
-12
/
+10
*
[LLDB] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
Remove usage of usleep in generic code
Pavel Labath
2019-08-05
1
-2
/
+3
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-2
/
+2
*
[lldb] Qualify includes of Properties[Enum].inc files. NFC
Jordan Rupprecht
2019-07-29
1
-2
/
+2
*
[lldb] Also include the array definition in Properties.inc
Jonas Devlieghere
2019-07-29
1
-14
/
+12
*
Let tablegen generate property definitions
Jonas Devlieghere
2019-07-25
1
-32
/
+6
*
Correctly use GetLoadedModuleList to take advantage of libraries-svr4
Antonio Afonso
2019-07-25
1
-33
/
+46
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-288
/
+264
*
Change LaunchThread interface to return an expected.
Jonas Devlieghere
2019-07-05
1
-3
/
+9
*
Add plugin.process.gdb-remote.use-libraries-svr4 option
Antonio Afonso
2019-07-03
1
-7
/
+36
*
Make sure the thread list is updated before you set the stop reason
Jim Ingham
2019-06-28
1
-7
/
+10
*
Support nested target.xml register definition files, lack of reg group markers.
Jason Molenda
2019-06-26
1
-60
/
+83
*
[Reproducers] Simplify providers with nested Info struct (NFC)
Jonas Devlieghere
2019-06-12
1
-11
/
+8
*
Add support to read aux vector values
Antonio Afonso
2019-06-11
1
-2
/
+2
*
[gdb-remote] Fix more issues with thread_result_t
Jonas Devlieghere
2019-05-23
1
-1
/
+1
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-46
/
+47
*
C.128 override, virtual keyword handling
Raphael Isemann
2019-05-03
1
-8
/
+8
*
[ScriptInterpreter] Move ownership into debugger (NFC)
Jonas Devlieghere
2019-04-26
1
-1
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-14
/
+0
*
Experiment with a larger packet timeout.
Adrian Prantl
2019-04-08
1
-2
/
+2
*
Unify random timeouts throughout LLDB and make them configurable.
Adrian Prantl
2019-04-05
1
-1
/
+7
*
[Reproducers] Add a test to ensure we can reuse the reproducer dir.
Jonas Devlieghere
2019-03-12
1
-1
/
+1
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-1
/
+1
*
Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cpp
Zachary Turner
2019-02-27
1
-1
/
+1
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-7
/
+7
*
Have Stream::PutCStringAsRawHex8 take llvm::StringRef
Pavel Labath
2019-02-12
1
-1
/
+1
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
1
-1
/
+1
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-9
/
+10
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Reproducers] Refactor reproducer info
Jonas Devlieghere
2019-01-18
1
-13
/
+14
*
[NFC] Replace `compare` with (in)equality operator where applicable.
Jonas Devlieghere
2018-12-21
1
-6
/
+6
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-3
/
+3
*
gdb-remote: use elaborated type specifier for `Module`
Saleem Abdulrasool
2018-12-05
1
-2
/
+2
*
[Reproducers] Improve reproducer API and add unit tests.
Jonas Devlieghere
2018-11-27
1
-7
/
+11
*
Fix the "make_unique is ambiguous" compiler error.
Haojian Wu
2018-11-14
1
-2
/
+2
*
Add GDB remote packet reproducer.
Jonas Devlieghere
2018-11-13
1
-23
/
+111
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-3
/
+0
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-1
/
+1
*
[FileSystem] Open File instances through the FileSystem.
Jonas Devlieghere
2018-11-02
1
-2
/
+3
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-6
/
+7
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
1
-2
/
+2
*
Support nwere versions of the Segger J-Link jtag board software.
Jason Molenda
2018-10-23
1
-3
/
+12
*
Replace pointer to C-array of PropertyDefinition with llvm::ArrayRef
Tatyana Krasnukha
2018-09-27
1
-2
/
+1
[next]