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
...
*
Ah, misunderstood Jonas' feedback - fix this so we'll
Jason Molenda
2019-02-18
1
-1
/
+2
*
Clean up an unused variable warning when building this for
Jason Molenda
2019-02-18
1
-0
/
+4
*
Add some unconditional logging on the failure points when attaching
Jason Molenda
2019-02-15
3
-42
/
+69
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
2
-28
/
+28
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
5
-11
/
+19
*
Silence fallthrough warnings in debugserver.
Adrian Prantl
2019-02-07
1
-1
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
106
-424
/
+318
*
[CMake] Prevent lldbDebugserverCommon from building if you disable debugserve...
Alex Langford
2019-01-17
1
-85
/
+84
*
[debugserver][CMake] Remove commented out line
Alex Langford
2019-01-15
1
-1
/
+0
*
[CMake] Revised LLDB.framework builds
Stefan Granitz
2019-01-04
1
-1
/
+1
*
[CMake] Streamline code signing for debugserver #2
Stefan Granitz
2019-01-04
1
-68
/
+123
*
[NFC] Replace `compare` with (in)equality operator where applicable.
Jonas Devlieghere
2018-12-21
1
-7
/
+7
*
Un-conditionalize use of libcompression. debugserver only builds
Jason Molenda
2018-12-18
1
-58
/
+52
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
10
-37
/
+24
*
Revert "[CMake] Streamline code signing for debugserver and pass entitlements...
Davide Italiano
2018-11-27
1
-104
/
+68
*
[CMake] Streamline code signing for debugserver and pass entitlements to exte...
Stefan Granitz
2018-11-20
1
-68
/
+104
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
6
-19
/
+1
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
2
-4
/
+2
*
Enable listening for EXC_RESOURCE events, and format mach
Jason Molenda
2018-11-10
1
-19
/
+36
*
Remove llvm include from debugserver, change
Jason Molenda
2018-11-09
2
-5
/
+3
*
Add missing include
Adrian Prantl
2018-11-09
1
-0
/
+1
*
Add missing include
Adrian Prantl
2018-11-09
1
-0
/
+1
*
Annotate switch with LLVM_FALLTHROUGH
Adrian Prantl
2018-11-09
2
-2
/
+3
*
Remove working directory for debugserver code signing target
Nathan Lanza
2018-11-06
1
-2
/
+0
*
Re-instate a bit of code that was commented out in r188246 which
Jason Molenda
2018-09-06
1
-2
/
+2
*
Remove unnecessary entitlement in debugserver for iOS.
Jason Molenda
2018-08-28
1
-2
/
+0
*
Introduce lldb-framework CMake target and centralize its logic
Alex Langford
2018-06-18
1
-1
/
+1
*
Add support for PLATFORM_*SIMULATOR
Frederic Riss
2018-06-15
1
-0
/
+8
*
Add an entitlement to debugserver
Frederic Riss
2018-06-14
1
-3
/
+2
*
Delete some dead code
Alex Langford
2018-06-08
1
-5
/
+0
*
Typo fixes.
Bruce Mitchener
2018-05-29
2
-4
/
+4
*
[CMake] Unify and relayer testing
Jonas Devlieghere
2018-05-03
1
-2
/
+2
*
Silence compiler warning.
Adrian Prantl
2018-05-02
1
-0
/
+1
*
Enable AUTOBRIEF in doxygen configuration.
Adrian Prantl
2018-05-02
1
-1
/
+1
*
[debugserver] Fix the G packet handling.
Frederic Riss
2018-04-27
1
-1
/
+3
*
[debugserver] Fix handling of the 'g' packet
Frederic Riss
2018-04-27
1
-1
/
+3
*
[debugserver] Return 'ios' instead of 'iphoneos' for the ostype.
Frederic Riss
2018-04-25
1
-2
/
+2
*
Revert "[debugserver] Remove dead function call. NFCI."
Davide Italiano
2018-04-13
1
-0
/
+3
*
[debugserver] Remove dead function call. NFCI.
Davide Italiano
2018-04-13
1
-3
/
+0
*
[debugserver] Fix LC_BUILD_VERSION load command handling.
Frederic Riss
2018-04-06
5
-169
/
+104
*
Prevent double release of mach ports
Frederic Riss
2018-03-29
1
-2
/
+0
*
Add the same new entitlement from r326399 to
Jason Molenda
2018-03-26
1
-0
/
+2
*
Rename remotectl_com.apple.internal.xpc.remote.debugserver.plist
Jason Molenda
2018-03-19
1
-0
/
+0
*
Add the ios-mini target to the top-level xcodeproj, which builds
Jason Molenda
2018-03-19
1
-0
/
+35
*
[cmake] Copy system debugserver from the right place when only CommandLineTools
Vedant Kumar
2018-03-16
1
-2
/
+9
*
Upstreaming avx512 register support in debugserver. These changes
Jason Molenda
2018-03-06
9
-33
/
+1218
*
Add another entitlement that we need for debugserver.
Jason Molenda
2018-03-01
1
-0
/
+2
*
Add ability to collect memory limit.
Han Ming Ong
2018-02-28
5
-6
/
+34
*
Removed accidentally committed code from previous commit.
Han Ming Ong
2018-02-27
1
-5
/
+1
*
Got rid of weak imports of libpenergy and libpsample because we are already r...
Han Ming Ong
2018-02-27
1
-3
/
+5
[prev]
[next]