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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[Host] File::GetWaitableHandle() should call fileno()
Jonas Devlieghere
2019-09-23
1
-1
/
+1
*
[LLDB] Check for _WIN32 instead of _MSC_VER for code specific to windows in g...
Martin Storsjo
2019-09-23
2
-2
/
+2
*
[LLDB] Remove a now redundant windows specific workaround
Martin Storsjo
2019-09-23
1
-5
/
+0
*
[LLDB] Add a void* cast when passing object pointers to printf %p
Martin Storsjo
2019-09-23
1
-14
/
+10
*
[LLDB] Cast -1 (as invalid socket) to the socket type before comparing
Martin Storsjo
2019-09-21
1
-4
/
+4
*
Fix error in ProcessLauncherWindows.cpp
Adrian McCarthy
2019-09-13
1
-1
/
+1
*
[lldb][NFC] Make ArgEntry::quote private and provide a getter
Raphael Isemann
2019-09-13
1
-1
/
+1
*
[LLDB] Do not try to canonicalize gethostname() result
David Zarzycki
2019-09-11
1
-12
/
+1
*
[LLDB] FreeBSD fix new SetFile call.
David Carlier
2019-09-10
1
-1
/
+1
*
[Utility] Replace `lldb_private::CleanUp` by `llvm::scope_exit`
Jonas Devlieghere
2019-09-10
1
-4
/
+6
*
LLDB - Simplify GetProgramFileSpec
David Carlier
2019-09-09
1
-7
/
+4
*
Remove call to obsolete gethostbyname, using getaddrinfo
Serge Guelton
2019-09-06
1
-4
/
+10
*
Upstream macCatalyst support in debugserver and the macOS dynamic loader
Adrian Prantl
2019-09-04
1
-11
/
+20
*
[lldb] Fix log statement in Socket::Write
Raphael Isemann
2019-09-04
1
-1
/
+2
*
[lldb][NFC] Remove unused overload of File::Read
Raphael Isemann
2019-09-03
1
-44
/
+0
*
[lldb] Allow partial completions to fix directory completion.
Raphael Isemann
2019-08-27
1
-0
/
+6
*
Fix an unused variable warning in no-assert builds
Pavel Labath
2019-08-27
1
-0
/
+1
*
[ConnectionFileDescriptor] Add shutdown check in ::Write.
Jonas Devlieghere
2019-08-27
1
-3
/
+12
*
[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...
Raphael Isemann
2019-08-22
1
-72
/
+83
*
[Utility] Reimplement RegularExpression on top of llvm::Regex
Jonas Devlieghere
2019-08-16
1
-19
/
+17
*
[lldb][NFC] Refactor remaining completion logic to use CompletionRequests
Raphael Isemann
2019-08-15
1
-3
/
+12
*
[LLDB] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-4
/
+4
*
Enable lldb-server on Windows
Aaron Smith
2019-08-13
1
-1
/
+17
*
Various build fixes for lldb on MinGW
Haibo Huang
2019-08-06
1
-0
/
+1
*
Remove usage of usleep in generic code
Pavel Labath
2019-08-05
1
-5
/
+0
*
[CompletionRequest] Remove unimplemented members.
Jonas Devlieghere
2019-07-31
1
-2
/
+0
*
[Reproducers] Pass FileCollector around as a shared_ptr (NFC)
Jonas Devlieghere
2019-07-29
1
-1
/
+1
*
[FileCollector] Remove LLDB shim around llvm::FileCollector (NFC)
Jonas Devlieghere
2019-07-25
1
-2
/
+2
*
[FileSystem] Fix ambiguous symbol on Windows.
Jonas Devlieghere
2019-07-25
1
-1
/
+1
*
[FileCollector] Change coding style from LLDB to LLVM (NFC)
Jonas Devlieghere
2019-07-25
1
-2
/
+2
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
13
-218
/
+192
*
Revert "Revert "Add ReadCStringFromMemory for faster string reads""
Antonio Afonso
2019-07-23
1
-0
/
+54
*
Options: Reduce code duplication
Pavel Labath
2019-07-10
1
-3
/
+5
*
[lldb, windows] Include WindowsError instead of ErrorHandling in ThreadLauncher
Stella Stamenova
2019-07-09
1
-1
/
+1
*
[lldb, windows] Update two more locations that use LaunchThread to the new fu...
Stella Stamenova
2019-07-09
1
-2
/
+2
*
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
*
[lldb, windows] When StartMonitoring fails, return a proper error
Stella Stamenova
2019-07-08
1
-7
/
+8
*
[Windows] Convert GetLastError to std::error_code
Jonas Devlieghere
2019-07-08
1
-2
/
+4
*
[lldb] Fix two more issues in Windows following rL365226: Change LaunchThread...
Stella Stamenova
2019-07-08
1
-1
/
+1
*
[Host] Fix out-of-line definition on Windows
Jonas Devlieghere
2019-07-08
2
-2
/
+2
*
[Host] Fix out-of-line definition of StartMonitoringChildProcess
Jonas Devlieghere
2019-07-08
1
-1
/
+1
*
Change LaunchThread interface to return an Expected for non-Apple-non-Windows
Fangrui Song
2019-07-08
5
-6
/
+15
*
Change LaunchThread interface to return an expected.
Jonas Devlieghere
2019-07-05
3
-21
/
+24
*
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
*
Fix problem with r362192
Richard Trieu
2019-05-31
1
-5
/
+8
[prev]
[next]