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
/
Host
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[lldb, windows] Include WindowsError instead of ErrorHandling in ThreadLauncher
Stella Stamenova
2019-07-09
1
-1
/
+1
*
Fix ASCII art header
Jonas Devlieghere
2019-07-09
1
-2
/
+1
*
[Windows] Include ErrorHandling.h
Jonas Devlieghere
2019-07-09
1
-0
/
+2
*
[ThreadLauncher] Use mapWindowsError and LLDB_INVALID_HOST_THREAD
Jonas Devlieghere
2019-07-08
1
-4
/
+2
*
[Windows] Convert GetLastError to std::error_code
Jonas Devlieghere
2019-07-08
1
-2
/
+4
*
Change LaunchThread interface to return an Expected for non-Apple-non-Windows
Fangrui Song
2019-07-08
4
-5
/
+14
*
Change LaunchThread interface to return an expected.
Jonas Devlieghere
2019-07-05
2
-18
/
+18
*
Revert "Add ReadCStringFromMemory for faster string reads"
Antonio Afonso
2019-06-25
1
-54
/
+0
*
Add ReadCStringFromMemory for faster string reads
Antonio Afonso
2019-06-18
1
-0
/
+54
*
[Reproducers] Make reproducer relocatable
Jonas Devlieghere
2019-06-18
1
-2
/
+3
*
Silence 'warning: extra ‘;’ [-Wpedantic]' with GCC 7.3
Alexandre Ganea
2019-06-01
1
-1
/
+1
*
Make ConnectionFileDescription work with all sockets
Antonio Afonso
2019-05-30
2
-0
/
+16
*
Revert "[lldb] followup fix for https://reviews.llvm.org/D62305"
Jonas Devlieghere
2019-05-24
1
-4
/
+4
*
[lldb] followup fix for https://reviews.llvm.org/D62305
Konrad Kleine
2019-05-23
1
-4
/
+4
*
[HostNativeThreadBase] Undo nullptr changes
Jonas Devlieghere
2019-05-23
1
-4
/
+4
*
[lldb] fix cannot convert from 'nullptr' to 'lldb::thread_result_t'
Konrad Kleine
2019-05-23
1
-1
/
+1
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
12
-33
/
+35
*
Ack, added DWARFTypeUnit to the wrong target...
Jim Ingham
2019-05-23
1
-1
/
+3
*
[EditLine] Rewrite GetHistoryFilePath
Jonas Devlieghere
2019-05-22
1
-13
/
+18
*
[FileSystem] Fix regression in FileSystem::Resolve
Jonas Devlieghere
2019-05-21
1
-8
/
+12
*
Fix LLDB warnings when compiling with Clang 8.0
Alexandre Ganea
2019-05-21
3
-4
/
+6
*
[EditLine] Check string pointers before dereferencing them.
Davide Italiano
2019-05-17
1
-2
/
+3
*
Delete unnecessary copy ctors/copy assignment operators
Fangrui Song
2019-05-15
1
-4
/
+0
*
Editline: Fix an msan error
Pavel Labath
2019-04-29
1
-3
/
+7
*
Hide stderr output from lldb-argdumper
Adrian Prantl
2019-04-24
1
-8
/
+13
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
11
-82
/
+0
*
[lldb-server] Introduce Socket::Initialize and Terminate to simply WSASocket ...
Aaron Smith
2019-04-10
1
-0
/
+27
*
Fix a stack buffer overflow found by ASAN.
Adrian Prantl
2019-04-08
1
-5
/
+6
*
[lldb] Add missing EINTR handling
Michal Gorny
2019-03-21
3
-5
/
+9
*
Make sure FileSystem::Resolve preserves the path/file distinction.
Adrian Prantl
2019-03-13
1
-1
/
+4
*
Fix invalid use of StringRef::data in Socket::DecodeHostAndPort
Pavel Labath
2019-03-11
1
-5
/
+3
*
[ExpressionParser] Implement ComputeClangResourceDir for Windows
Alex Langford
2019-03-07
1
-0
/
+32
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-2
/
+2
*
Resubmit "Don't include UnixSignals.h from Host."
Zachary Turner
2019-03-06
1
-7
/
+0
*
Move ProcessInfo from Host to Utility.
Zachary Turner
2019-03-04
1
-113
/
+0
*
Delete commented-out code.
Adrian Prantl
2019-03-01
1
-6
/
+0
*
Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cpp
Zachary Turner
2019-02-27
1
-383
/
+0
*
Revert "Don't include UnixSignals.h from Host."
Davide Italiano
2019-02-15
2
-5
/
+11
*
Don't include UnixSignals.h from Host.
Zachary Turner
2019-02-15
2
-11
/
+5
*
[lldb] [MainLoop] Add kevent() EINTR handling
Michal Gorny
2019-02-15
1
-2
/
+8
*
[lldb] [MainLoop] Remove redundant termination clause (NFCI)
Michal Gorny
2019-02-14
1
-3
/
+0
*
[lldb] [MainLoop] Report errno for failed kevent()
Michal Gorny
2019-02-14
1
-1
/
+1
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
2
-17
/
+17
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
2
-3
/
+3
*
[lldb] [MainLoop] Initialize empty sigset_t correctly
Michal Gorny
2019-02-11
1
-4
/
+6
*
[lldb-server] Improve support on Windows
Aaron Smith
2019-02-07
2
-3
/
+6
*
Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to Host
Pavel Labath
2019-02-04
5
-3
/
+553
*
[Reproducers] Add file provider
Jonas Devlieghere
2019-01-29
1
-4
/
+64
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
31
-124
/
+93
*
[lldb] - Fix crash when listing the history with the key up.
George Rimar
2019-01-16
1
-1
/
+1
[prev]
[next]