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
/
DNB.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Upstream debugserver arm64e support.
Jason Molenda
2019-12-04
1
-0
/
+2
*
Add arm64_32 support to lldb, an ILP32 codegen
Jason Molenda
2019-10-16
1
-1
/
+2
*
Upstream a few small Apple changes to debugserver - arm64_32, Catalyst
Jason Molenda
2019-08-07
1
-0
/
+6
*
Fix integer literals which are cast to bool
Jonas Devlieghere
2019-05-24
1
-2
/
+2
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-54
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[debugserver] Fix LC_BUILD_VERSION load command handling.
Frederic Riss
2018-04-06
1
-0
/
+15
*
Change uses of strncpy in debugserver to strlcpy
Jason Molenda
2017-12-09
1
-3
/
+3
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1616
/
+1371
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
1
-0
/
+7
*
Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"
Todd Fiala
2016-08-19
1
-7
/
+0
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
1
-0
/
+7
*
Add support to debugserver for some new ways to interact with dyld
Jason Molenda
2016-07-07
1
-0
/
+33
*
debugserver: fix some -Wformat-pedantic warnings
Saleem Abdulrasool
2016-05-06
1
-16
/
+7
*
Upstreaming the apple internal changes that accumulated during the
Jason Molenda
2015-10-23
1
-2
/
+2
*
Have debugserver send the OS version string plus
Jason Molenda
2015-08-12
1
-0
/
+6
*
When debugserver fails to attach to a process on a Darwin
Jason Molenda
2015-07-29
1
-0
/
+13
*
Add UNUSED_IF_ASSERT_DISABLED and apply it.
Bruce Mitchener
2015-07-24
1
-2
/
+2
*
Fix warnings.
Bruce Mitchener
2015-07-22
1
-0
/
+2
*
Add a another packet to the gdb-remote protocol,
Jason Molenda
2015-07-10
1
-0
/
+12
*
Implement the "qSymbol" packet in order to be able to read queue information ...
Greg Clayton
2015-06-23
1
-0
/
+80
*
Added XML to the host layer.
Greg Clayton
2015-05-26
1
-0
/
+6
*
Fix debugserver warnings on MacOSX.
Greg Clayton
2015-03-09
1
-519
/
+13
*
Fix unused-variable warnings from the clang static analyzer.
Jason Molenda
2014-10-15
1
-4
/
+0
*
Increase the gdb-remote packet timeout for the first packet we send
Jason Molenda
2014-07-24
1
-0
/
+32
*
__arm64__ and __aarch64__ #ifdef adjustments
Todd Fiala
2014-07-09
1
-2
/
+2
*
Fix typos.
Bruce Mitchener
2014-07-08
1
-3
/
+3
*
Revert the debugserver part of r211868. While formally a fine change, debugs...
Jim Ingham
2014-06-27
1
-2
/
+1
*
lldb: remove adhoc implementation of array_sizeof
Saleem Abdulrasool
2014-06-27
1
-1
/
+2
*
Rework fix in r201744. You really DO need to waitpid twice to get the
Jim Ingham
2014-06-24
1
-1
/
+1
*
Those were not the right defines for memory errors, and the right defines aren't
Jim Ingham
2014-06-17
1
-8
/
+1
*
Initial merge of some of the iOS 8 / Mac OS X Yosemite specific
Jason Molenda
2014-06-13
1
-0
/
+69
*
Report the result of waitpid() a little more clearly as well as clearly loggi...
Greg Clayton
2014-04-30
1
-13
/
+55
*
Fixed an issue where we would try to interrupt a process while it is in the p...
Greg Clayton
2014-04-24
1
-0
/
+10
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-3
/
+147
*
Allow debugserver to detach from the target if the connection is
Jim Ingham
2014-02-25
1
-0
/
+4
*
Add support for Haswell on x86_64.
Greg Clayton
2014-01-22
1
-1
/
+1
*
<rdar://problem/15172417>
Greg Clayton
2013-11-13
1
-0
/
+25
*
Fix a few errors found when building lldb with newer versions of clang.
Jason Molenda
2013-10-05
1
-3
/
+4
*
<rdar://problem/14195566>
Greg Clayton
2013-06-27
1
-3
/
+3
*
Huge performance improvements when one breakpoint contains many locations.
Greg Clayton
2013-06-12
1
-194
/
+11
*
Removed unused code and an unused event.
Greg Clayton
2013-05-16
1
-9
/
+0
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-1
/
+1
*
Fix another old usage of GetCurrentThread() to get a mach port
Jason Molenda
2013-04-03
1
-0
/
+12
*
<rdar://problem/13338758>
Han Ming Ong
2013-03-04
1
-4
/
+4
*
Change debugserver from using the mach port number (in debugserver's
Jason Molenda
2013-02-22
1
-1
/
+2
*
<rdar://problem/13019628>
Han Ming Ong
2013-01-16
1
-2
/
+2
*
<rdar://problem/12602653>
Jason Molenda
2013-01-05
1
-0
/
+1
*
<rdar://problem/12780259>
Han Ming Ong
2012-11-29
1
-4
/
+4
*
Follow up on <rdar://12720514>. Removed commented out code.
Han Ming Ong
2012-11-17
1
-10
/
+0
[next]