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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch over to using socketpair for local debugserver connections as they are...
Greg Clayton
2016-08-12
1
-1
/
+46
*
Undo usage of LLVM macros in debugserver
Todd Fiala
2016-08-10
1
-2
/
+2
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
2
-5
/
+5
*
Remove CFData from the xcodeproj as well
Enrico Granata
2016-08-09
1
-8
/
+0
*
[debugserver] Delete CFData.{h,cpp}, since they appear to be dead (NFCI)
Vedant Kumar
2016-08-09
4
-114
/
+0
*
Remove Android.h
Pavel Labath
2016-08-08
1
-1
/
+2
*
[lldb] Delete dead, infinitely-recursive code (NFC)
Vedant Kumar
2016-08-01
2
-12
/
+0
*
Fix -break-insert not working when using absolute paths (MI)
Ilia K
2016-07-29
3
-1
/
+27
*
Add a new DynamicLoader plugin that uses SPI that are in development
Jason Molenda
2016-07-21
1
-0
/
+7
*
Typo corrections identified by codespell
Ed Maste
2016-07-19
1
-1
/
+1
*
Fix -break-enable/-break-disable commands (MI)
Ilia K
2016-07-14
1
-23
/
+3
*
Try to fix the OSX build with old SDK after r274725
Tamas Berghammer
2016-07-07
1
-2
/
+12
*
debugserver will now report the minimum version load command
Jason Molenda
2016-07-07
2
-0
/
+47
*
Add support to debugserver for some new ways to interact with dyld
Jason Molenda
2016-07-07
6
-174
/
+611
*
Remove SIGPIPE handler in LLGS
Pavel Labath
2016-07-04
1
-20
/
+1
*
Remove platform plugins from lldb-server
Pavel Labath
2016-06-29
1
-73
/
+1
*
64-bit LEB values are not always correctly decoded due to a casting issue, no...
Greg Clayton
2016-06-28
1
-2
/
+2
*
Fix the "Release" build on MacOSX for debugserver. Extra bad include paths we...
Greg Clayton
2016-06-21
1
-1
/
+0
*
Change the "debugserver-mini" target (a version of debugserver
Jason Molenda
2016-06-21
2
-21
/
+40
*
Add support for using armv7 compact unwind information
Jason Molenda
2016-06-07
1
-2
/
+2
*
Add armv7 compact unwind printing to the compact-unwind-dumper.c tool
Jason Molenda
2016-06-04
1
-0
/
+199
*
[cmake] Add ability to customize (and skip) debugserver codesign
Pavel Labath
2016-05-26
1
-23
/
+25
*
Add support for arm64 compact unwind tables, used on darwin arm64
Jason Molenda
2016-05-25
1
-0
/
+149
*
Check that __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ is defined
Jason Molenda
2016-05-19
1
-1
/
+1
*
Fix an issue where debugserver would not properly vend OS version information...
Enrico Granata
2016-05-18
1
-7
/
+5
*
Don't crash when a process' task port goes bad.
Greg Clayton
2016-05-12
1
-1
/
+0
*
debugserver; fix -Wunused-local-typedef, -Wunused-variable warnings
Saleem Abdulrasool
2016-05-06
1
-7
/
+0
*
debugserver: fix a couple of -Wmissing-field-initializers warnings
Saleem Abdulrasool
2016-05-06
1
-1
/
+3
*
debugserver: fix some -Wpessimizing-move warnings
Saleem Abdulrasool
2016-05-06
1
-3
/
+3
*
debugserver: fix a few -Wcovered-swift-default warnings
Saleem Abdulrasool
2016-05-06
2
-2
/
+0
*
debugserver: fix some -Wformat-pedantic warnings
Saleem Abdulrasool
2016-05-06
1
-16
/
+7
*
debugserver should fflush its log stream in FileLogCallback, now it does.
Greg Clayton
2016-05-02
1
-2
/
+3
*
Don't disable stdin buffering on Windows
Adrian McCarthy
2016-04-14
1
-6
/
+5
*
[Driver] Fix a segfault in signal handlers
Pavel Labath
2016-04-11
1
-2
/
+6
*
-thread-info in lldbmi does not conform to protocol. Should end with current ...
Chuck Ries
2016-04-08
2
-4
/
+23
*
Fixed an issue that could cause debugserver to return two stop reply packets ...
Greg Clayton
2016-04-01
2
-0
/
+2
*
Revert the "build fix" in r264104
Pavel Labath
2016-03-29
1
-4
/
+0
*
Update the INFOPLIST_FILE setting in the xcode project file
Jason Molenda
2016-03-24
1
-1
/
+1
*
Reverted a change in r264074 that made lldb-mi use lldb_private APIs.
Sean Callanan
2016-03-22
1
-1
/
+2
*
[lldb-mi] Uncomment a line in CMakeLists.txt to make linux build happy.
Siva Chandra
2016-03-22
1
-1
/
+1
*
Unicode support on Win32.
Zachary Turner
2016-03-22
4
-39
/
+66
*
Add a DiagnosticManager replace error streams in the expression parser.
Sean Callanan
2016-03-19
1
-3
/
+1
*
Delete the custom implementation of signal() on Windows.
Zachary Turner
2016-03-18
6
-113
/
+5
*
Added a break statement that was needed. Caught by clang's unannotated case f...
Greg Clayton
2016-03-18
1
-1
/
+2
*
Bump the lldb version # in the xcode project files from
Jason Molenda
2016-03-15
1
-19
/
+19
*
Fix all of the unannotated switch cases to annotate the fall through or do th...
Greg Clayton
2016-02-26
1
-0
/
+1
*
Removed unused functions.
Greg Clayton
2016-02-24
2
-105
/
+0
*
[linux] Remove all traces of signalfd(2)
Pavel Labath
2016-02-23
1
-7
/
+0
*
This patch stops lldb from loading a .lldbinit file from the current
Jason Molenda
2016-02-19
2
-10
/
+48
*
Silence some clang warnings
Saleem Abdulrasool
2016-02-15
1
-1
/
+2
[next]