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
/
debugserver
/
source
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Removed an unneccesary #if now that debugserver-mini links Foundation.
Sean Callanan
2017-01-26
1
-2
/
+0
*
Instead of weak-linking against LoggingSupport framework (which
Jason Molenda
2017-01-26
1
-0
/
+1
*
Link debugserver against Foundation to get access to NSProcessInfo.
Sean Callanan
2017-01-25
1
-0
/
+2
*
Conditionalized OsLogger.cpp on a modern SDK.
Sean Callanan
2017-01-25
1
-1
/
+3
*
Fix the last commit; compression was being enabled on mac native
Jason Molenda
2017-01-24
1
-1
/
+1
*
Enable compression capability in debugserver for all of ios/watchos/tvos
Jason Molenda
2017-01-24
1
-6
/
+1
*
Revert part of cleanup to fix a build break
David Blaikie
2017-01-06
1
-2
/
+13
*
Make lldb -Werror clean for -Wstring-conversion
David Blaikie
2017-01-06
1
-13
/
+2
*
Quiet a warning where we weren't checking if this was the same and rhs.
Greg Clayton
2016-12-28
1
-1
/
+2
*
Change the timeout in CallBoardSystemServiceOpenApplication to
Jason Molenda
2016-12-20
1
-1
/
+1
*
[CMake] Refactor LLDB libraries and tools to be components
Chris Bieneman
2016-12-15
1
-5
/
+1
*
Increase timeout for Frontboard app launch request from 9 to 20 seconds
Jason Molenda
2016-12-08
1
-1
/
+1
*
Add the ability for the task port to change when a process execs.
Greg Clayton
2016-09-28
3
-3
/
+34
*
[CMake] Initial support for LLDB.framework
Chris Bieneman
2016-09-21
1
-18
/
+9
*
Move StdStringExtractor to tools/debugserver
Pavel Labath
2016-09-12
5
-5
/
+533
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
103
-33925
/
+32473
*
Fix darwin cmake build for r279997
Pavel Labath
2016-08-30
1
-1
/
+1
*
Copy StringExtractor to StdStringExtractor.
Zachary Turner
2016-08-29
3
-16
/
+16
*
Fix warnings preventing copy elision.
Pavel Labath
2016-08-25
1
-10
/
+10
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
35
-29
/
+3527
*
Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"
Todd Fiala
2016-08-19
35
-3527
/
+29
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
35
-29
/
+3527
*
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
*
[debugserver] Delete CFData.{h,cpp}, since they appear to be dead (NFCI)
Vedant Kumar
2016-08-09
4
-114
/
+0
*
[lldb] Delete dead, infinitely-recursive code (NFC)
Vedant Kumar
2016-08-01
2
-12
/
+0
*
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
*
64-bit LEB values are not always correctly decoded due to a casting issue, no...
Greg Clayton
2016-06-28
1
-2
/
+2
*
Change the "debugserver-mini" target (a version of debugserver
Jason Molenda
2016-06-21
1
-5
/
+16
*
[cmake] Add ability to customize (and skip) debugserver codesign
Pavel Labath
2016-05-26
1
-23
/
+25
*
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
*
Fixed an issue that could cause debugserver to return two stop reply packets ...
Greg Clayton
2016-04-01
2
-0
/
+2
*
Removed unused functions.
Greg Clayton
2016-02-24
2
-105
/
+0
*
Add a missing break.
Jim Ingham
2016-02-10
1
-1
/
+1
*
If we set the DYLD_INSERT_LIBRARIES environment variable when launching debug...
Greg Clayton
2016-02-09
1
-0
/
+4
*
Remove autoconf support from source directories.
Eugene Zelenko
2016-01-28
4
-138
/
+0
*
A while back in revison 244716 we added support for getting the host OS versi...
Greg Clayton
2016-01-28
1
-8
/
+2
*
Fixed some #ifdefs. We were erroneously not supporting certain simulators.
Sean Callanan
2016-01-20
1
-2
/
+2
*
Changes to lldb and debugserver to reduce extraneous memory reads
Jason Molenda
2016-01-12
2
-38
/
+20
[prev]
[next]