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
/
MacOSX
/
MachProcess.mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Save more descriptive error msg from FBS/BKS, relay it up to lldb.
Jason Molenda
2020-01-08
1
-20
/
+26
*
[lldb][NFC] Use static_cast instead of reinterpret_cast where possible
Raphael Isemann
2020-01-07
1
-25
/
+26
*
Upstream macCatalyst support in debugserver and the macOS dynamic loader
Adrian Prantl
2019-09-04
1
-9
/
+15
*
Upstream a few small Apple changes to debugserver - arm64_32, Catalyst
Jason Molenda
2019-08-07
1
-22
/
+93
*
Change the logging on ptrace(PT_KILL) in MachProcess::Kill to log
Jason Molenda
2019-03-20
1
-3
/
+5
*
One more fix while I'm looking at this - remove the
Jason Molenda
2019-02-18
1
-7
/
+1
*
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
1
-32
/
+58
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-6
/
+6
*
Re-instate a bit of code that was commented out in r188246 which
Jason Molenda
2018-09-06
1
-2
/
+2
*
Add support for PLATFORM_*SIMULATOR
Frederic Riss
2018-06-15
1
-0
/
+8
*
Typo fixes.
Bruce Mitchener
2018-05-29
1
-2
/
+2
*
[debugserver] Return 'ios' instead of 'iphoneos' for the ostype.
Frederic Riss
2018-04-25
1
-2
/
+2
*
[debugserver] Fix LC_BUILD_VERSION load command handling.
Frederic Riss
2018-04-06
1
-80
/
+73
*
Upstreaming avx512 register support in debugserver. These changes
Jason Molenda
2018-03-06
1
-0
/
+39
*
Fix the -Wunused-function warning properly (MachProcess.mm)
Vedant Kumar
2017-12-06
1
-1
/
+1
*
Fix an -Wunused-function warning, NFC
Vedant Kumar
2017-12-06
1
-20
/
+22
*
Fix misc -Wcast-qual warnings, NFC
Vedant Kumar
2017-12-06
1
-4
/
+6
*
Recognize another magic token sent in the LaunchInfo's EventData.
Jim Ingham
2017-11-17
1
-29
/
+71
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-6
/
+7
*
fix format specifier warnings
Tim Hammerquist
2017-03-07
1
-12
/
+19
*
Removed an unneccesary #if now that debugserver-mini links Foundation.
Sean Callanan
2017-01-26
1
-2
/
+0
*
Link debugserver against Foundation to get access to NSProcessInfo.
Sean Callanan
2017-01-25
1
-0
/
+2
*
Change the timeout in CallBoardSystemServiceOpenApplication to
Jason Molenda
2016-12-20
1
-1
/
+1
*
Increase timeout for Frontboard app launch request from 9 to 20 seconds
Jason Molenda
2016-12-08
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-3431
/
+3356
*
[debugserver] Delete CFData.{h,cpp}, since they appear to be dead (NFCI)
Vedant Kumar
2016-08-09
1
-1
/
+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
1
-0
/
+45
*
Add support to debugserver for some new ways to interact with dyld
Jason Molenda
2016-07-07
1
-157
/
+319
*
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
*
Fixed an issue that could cause debugserver to return two stop reply packets ...
Greg Clayton
2016-04-01
1
-0
/
+1
*
Upstreaming the apple internal changes that accumulated during the
Jason Molenda
2015-10-23
1
-251
/
+589
*
Fix lldb build on older OSX versions after svn commit r244716
Dawn Perchik
2015-08-27
1
-0
/
+2
*
Have debugserver send the OS version string plus
Jason Molenda
2015-08-12
1
-0
/
+24
*
Add UNUSED_IF_ASSERT_DISABLED and apply it.
Bruce Mitchener
2015-07-24
1
-1
/
+1
*
Don't water JSONGenerator objects down into ObjectSP's too early so that we c...
Greg Clayton
2015-07-22
1
-31
/
+31
*
Fix warnings.
Bruce Mitchener
2015-07-22
1
-4
/
+5
*
Add a another packet to the gdb-remote protocol,
Jason Molenda
2015-07-10
1
-0
/
+267
*
Fix debugserver warnings on MacOSX.
Greg Clayton
2015-03-09
1
-45
/
+44
*
Clarify the launch style for debugserver to use.
Jason Molenda
2014-10-28
1
-6
/
+2
*
Increase the gdb-remote packet timeout for the first packet we send
Jason Molenda
2014-07-24
1
-0
/
+9
*
Fix typos.
Bruce Mitchener
2014-07-08
1
-1
/
+1
*
Fix typos.
Bruce Mitchener
2014-07-01
1
-3
/
+3
*
Initial merge of some of the iOS 8 / Mac OS X Yosemite specific
Jason Molenda
2014-06-13
1
-0
/
+41
*
Allow for a task port to change when we exec.
Greg Clayton
2014-04-30
1
-1
/
+25
*
Fixed an issue where we would try to interrupt a process while it is in the p...
Greg Clayton
2014-04-24
1
-2
/
+80
[next]