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
*
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
*
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...
Tatyana Krasnukha
2018-09-26
1
-4
/
+4
*
[NFC] Turn "load dependent files" boolean into an enum
Jonas Devlieghere
2018-09-20
1
-1
/
+1
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
[ProcessGDBRemote] handle result from ConnectToDebugserver
Jonas Devlieghere
2018-07-25
1
-1
/
+1
*
Remove incorrect thread-pc-values clearing
Jason Molenda
2018-07-12
1
-1
/
+0
*
Get rid of the C-string parameter in DoExecute
Raphael Isemann
2018-07-12
1
-3
/
+4
*
Use llvm::VersionTuple instead of manual version marshalling
Pavel Labath
2018-06-18
1
-7
/
+2
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-3
/
+6
*
Typo fixes.
Bruce Mitchener
2018-05-29
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-285
/
+232
*
Report more precise error message when attach fails
Pavel Labath
2018-04-18
1
-5
/
+3
*
Move Args.cpp from Interpreter to Utility
Pavel Labath
2018-04-17
1
-1
/
+1
*
Re-land "Don't assume backing thread shares protocol ID."
Jonas Devlieghere
2018-04-13
1
-4
/
+3
*
Revert "Don't assume backing thread shares protocol ID."
Jonas Devlieghere
2018-04-12
1
-3
/
+4
*
Don't assume backing thread shares protocol ID.
Jonas Devlieghere
2018-04-12
1
-4
/
+3
[next]