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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[Reproducers] Fix GDB remote flakiness during replay
Jonas Devlieghere
2019-03-22
1
-24
/
+23
*
[Reproducers] Fix log statements
Jonas Devlieghere
2019-03-21
1
-3
/
+3
*
[Reproducers] Properly handle QEnvironment packets
Jonas Devlieghere
2019-03-21
1
-0
/
+15
*
[Reproducers] Log inconsistencies during replay (NFC)
Jonas Devlieghere
2019-03-21
2
-5
/
+41
*
[Reproducers] Fix data race found by tsan
Jonas Devlieghere
2019-03-14
1
-0
/
+2
*
Add XCOFF triple object format type for AIX
Jason Liu
2019-03-12
1
-0
/
+2
*
[Reproducers] Add a test to ensure we can reuse the reproducer dir.
Jonas Devlieghere
2019-03-12
1
-1
/
+1
*
Bring Doxygen comment syntax in sync with LLVM coding style.
Adrian Prantl
2019-03-11
4
-27
/
+27
*
Promote more debug-only assertions to regular assertions.
Adrian Prantl
2019-03-07
1
-4
/
+0
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
4
-4
/
+4
*
Resubmit "Don't include UnixSignals.h from Host."
Zachary Turner
2019-03-06
1
-1
/
+1
*
Refactor user/group name resolving code
Pavel Labath
2019-03-04
1
-6
/
+6
*
[lldb] [Process/gdb-remote] Use '127.0.0.1' in ConnectLocally()
Michal Gorny
2019-03-03
1
-1
/
+1
*
Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cpp
Zachary Turner
2019-02-27
1
-1
/
+1
*
Return better error message from GDBRemoteCommunication::ConnectLocally
Pavel Labath
2019-02-18
1
-3
/
+4
*
Revert "Don't include UnixSignals.h from Host."
Davide Italiano
2019-02-15
1
-1
/
+1
*
Don't include UnixSignals.h from Host.
Zachary Turner
2019-02-15
1
-1
/
+1
*
[gdb-remote] Sanity check platform pointer
Aaron Smith
2019-02-14
1
-2
/
+5
*
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
6
-42
/
+42
*
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
3
-14
/
+19
*
[lldb-server] Improve support on Windows
Aaron Smith
2019-02-07
1
-33
/
+28
*
[gdb-remote] Use lldb's portable Host::GetEnvironment() instead of getenv
Aaron Smith
2019-02-07
1
-39
/
+38
*
Add a warning to GDBRemoteRegisterContext (if packet logging enabled)
Jason Molenda
2019-02-06
1
-0
/
+8
*
Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to Host
Pavel Labath
2019-02-04
3
-3
/
+3
*
Fix some warnings in building LLDB.
Zachary Turner
2019-01-29
1
-1
/
+1
*
Refactor HAVE_LIBCOMPRESSION and related code in GDBRemoteCommunication
Raphael Isemann
2019-01-25
2
-8
/
+9
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
26
-104
/
+78
*
[Reproducers] Refactor reproducer info
Jonas Devlieghere
2019-01-18
1
-13
/
+14
*
[lldb-server] Add unnamed pipe support to PipeWindows
Aaron Smith
2019-01-10
2
-7
/
+3
*
Fix unused private field warning.
Raphael Isemann
2019-01-08
1
-2
/
+3
*
ProcessLaunchInfo: Remove Target reference
Pavel Labath
2019-01-08
1
-2
/
+4
*
[NFC] Replace `compare` with (in)equality operator where applicable.
Jonas Devlieghere
2018-12-21
1
-6
/
+6
*
Don't forget to free the libcompression scratch buffer in the dtor.
Jason Molenda
2018-12-18
1
-0
/
+3
*
Force libcompression calls to be enabled when building on Darwin
Jason Molenda
2018-12-18
3
-14
/
+37
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
6
-34
/
+23
*
Move Broadcaster+Listener+Event combo from Core into Utility
Pavel Labath
2018-12-14
4
-5
/
+5
*
Do not use PATH_MAX with SmallString
Stella Stamenova
2018-12-10
2
-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 some compilation failures introduced in recent patches.
Zachary Turner
2018-11-14
1
-3
/
+3
*
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
9
-183
/
+775
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
18
-66
/
+0
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-1
/
+1
*
Work with a gdb-remote target that doesn't handle the
Jason Molenda
2018-11-09
1
-0
/
+5
*
[FileSystem] Open File instances through the FileSystem.
Jonas Devlieghere
2018-11-02
1
-2
/
+3
*
[File] Remove static method to get permissions.
Jonas Devlieghere
2018-11-01
1
-4
/
+4
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
6
-29
/
+41
[prev]
[next]