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
/
x86_64
Commit message (
Expand
)
Author
Age
Files
Lines
*
typedef enum -> enum
Fangrui Song
2019-05-14
1
-4
/
+4
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-4
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
3
-12
/
+9
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-5
/
+2
*
[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
*
Upstreaming avx512 register support in debugserver. These changes
Jason Molenda
2018-03-06
3
-3
/
+678
*
Fix misc -Wcast-qual warnings, NFC
Vedant Kumar
2017-12-06
1
-2
/
+2
*
Change the ftag x87 register from being 8-bits wide to 16-bits wide
Jason Molenda
2017-08-24
1
-4
/
+4
*
[CMake] Refactor debugserver build system
Chris Bieneman
2017-07-18
1
-8
/
+0
*
[debugserver] NFC. One more small cleanup to DNBArchImplX86_64::SetFPUState
Chris Bieneman
2017-03-15
1
-13
/
+9
*
[debugserver] NFC. Cleanup Get/Set Register Value/Context
Chris Bieneman
2017-03-14
1
-406
/
+225
*
[debugserver] Fixing a small logic error from r297685
Chris Bieneman
2017-03-14
1
-1
/
+1
*
[debugserver] NFC. Cleanup DNBArchImpl*::GetFPUState()
Chris Bieneman
2017-03-13
2
-142
/
+74
*
[debugserver] This is a small cleanup patch to AVX support detection
Chris Bieneman
2017-03-13
1
-34
/
+55
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
3
-2467
/
+2710
*
Remove autoconf support from source directories.
Eugene Zelenko
2016-01-28
1
-19
/
+0
*
A partner to the cleanup in r247741, change the variables names in
Jason Molenda
2015-09-15
1
-201
/
+201
*
[cmake] Remove LLVM_NO_RTTI.
Bruce Mitchener
2015-09-03
1
-2
/
+0
*
[debugserver] Fix "control may reach end of non-void function" warnings.
Bruce Mitchener
2015-08-04
1
-4
/
+4
*
Add UNUSED_IF_ASSERT_DISABLED and apply it.
Bruce Mitchener
2015-07-24
1
-2
/
+2
*
Fix warnings.
Bruce Mitchener
2015-07-22
2
-2
/
+4
*
Fix debugserver warnings on MacOSX.
Greg Clayton
2015-03-09
2
-5
/
+5
*
Fix typos.
Bruce Mitchener
2014-07-08
1
-2
/
+2
*
Revert the debugserver part of r211868. While formally a fine change, debugs...
Jim Ingham
2014-06-27
1
-7
/
+5
*
lldb: remove adhoc implementation of array_sizeof
Saleem Abdulrasool
2014-06-27
1
-5
/
+7
*
Fix cmake build issues on Darwin.
Todd Fiala
2014-03-13
2
-1
/
+1
*
Make lldb build with Makefiles on OS X.
Todd Fiala
2014-01-18
1
-0
/
+19
*
Fixes to get the arm native debugserver building again.
Jason Molenda
2013-11-21
2
-3
/
+3
*
<rdar://problem/15172417>
Greg Clayton
2013-11-13
2
-2
/
+64
*
Fixed up registers in debugserver.
Greg Clayton
2013-11-09
2
-108
/
+282
*
Add support for building debugserver with CMake (on Mac OS X)
Daniel Malea
2013-08-09
1
-0
/
+10
*
Get debugserver to call task_set_state to prime the control registers so that...
Jim Ingham
2013-07-11
2
-37
/
+16
*
Huge performance improvements when one breakpoint contains many locations.
Greg Clayton
2013-06-12
1
-2
/
+2
*
Change debugserver from using the mach port number (in debugserver's
Jason Molenda
2013-02-22
1
-17
/
+17
*
Added all of the 16 and 8 bit register variants for i386.
Greg Clayton
2013-01-21
1
-3
/
+4
*
<rdar://problem/13020634>
Greg Clayton
2013-01-21
1
-92
/
+236
*
Fix a logic error in the condition for a warning log message.
Jim Ingham
2013-01-14
1
-1
/
+1
*
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...
Greg Clayton
2012-09-18
1
-9
/
+9
*
Add a call to "sync" a thread state before checkpointing registers in prepara...
Jim Ingham
2012-07-25
1
-3
/
+0
*
DNBLogThreadedIf already inserts a newline
Filipe Cabecinhas
2012-06-22
1
-1
/
+1
*
Properly initialize the member fields used for hardware watchpoint transactio...
Johnny Chen
2012-06-02
1
-1
/
+3
*
rdar://problem/11320188
Johnny Chen
2012-06-01
2
-7
/
+52
*
For hardware watchpoint enable/disable, in case the kernel call to set the re...
Johnny Chen
2012-05-31
1
-0
/
+6
*
Remove a ton of implicit narrowing conversions for C++11 compatibility.
Benjamin Kramer
2012-02-21
1
-88
/
+88
*
<rdar://problem/10544202>
Greg Clayton
2011-12-08
2
-17
/
+51
*
Enabled the "printf" attribute on all debugserver logging functions and fixed
Greg Clayton
2011-10-28
1
-3
/
+4
*
Modify the delegation chain from MachThreadList -> MachThread -> DNBArchProto...
Johnny Chen
2011-09-29
2
-1
/
+29
*
The r139982 patch has a bug by using the constant "x86_AVX_STATE64".
Johnny Chen
2011-09-19
1
-1
/
+1
*
Convert lldb::ModuleSP to use an instrusive ref counted pointer.
Greg Clayton
2011-09-17
1
-1
/
+1
[next]