Commit graph

206 commits

Author SHA1 Message Date
skuater@hotmail.com
ccfae11ebc windbg ^c support under linux+ ^c support for windows 2015-05-05 18:33:34 +02:00
skuater
a853b35c8f fix getmodules for windows process 2015-04-14 17:15:06 +02:00
pancake
997dda6e5b Add support for iOS-simulator and static-OSX builds 2015-04-14 17:14:43 +02:00
pancake
f9d6ff2f2b Fix some travis warnings 2015-04-12 18:00:40 +02:00
pancake
acd5e4b999 Fix dalvik<->dex class and method name resolutions 2015-04-12 05:13:51 +02:00
jvoisin
34473357d7 Fix some compilation warnings 2015-04-12 00:06:38 +02:00
pancake
a0ef11be00 Fix 3 covs and several warnings in windbg for w32 2015-04-07 14:53:28 +02:00
pancake
83065452c8 Implement dr regname, and move the old functionality under drt 2015-04-06 23:37:49 +02:00
pancake
b55b573cef Fix #2315 - Individual register printing is broken 2015-04-05 18:48:36 -04:00
skuater
5bad0aae82 Fix issue with XMM on linux64 (pid vs tid) 2015-04-01 17:09:49 +02:00
pancake
18fb2c7310 Support longer mapnames for XNU 2015-03-27 11:11:02 +01:00
pancake
7301965cc2 Fix warning on OSX debugger (thx dkreuter) 2015-03-25 23:24:27 +01:00
Anton Kochkov
13cfed3509 Fix a typo from previous commit 2015-03-23 18:18:52 +03:00
XVilka
3ca5c3191a More Cygwin fixes 2015-03-23 18:17:36 +03:00
XVilka
ab098c7f23 Fix Cygwin building 2015-03-23 16:45:59 +03:00
pancake
130b0a9c78 Fix w32 build 2015-03-22 16:22:59 +01:00
skuater
b05efbc254 Fix w64 debugger 2015-03-21 00:29:14 +01:00
pancake
95c2dd01ad Disable DRX on OSX until fixed 2015-03-20 22:51:24 +01:00
pancake
597f4f595b Refix android-x86 build 2015-03-18 00:59:26 +01:00
skuater
30273f265c Fix android-x86 build 2015-03-18 00:10:43 +01:00
skuater
ec2bc87813 Initial support for FPU reg-get on Linux-x86-{32|64} 2015-03-17 22:35:31 +01:00
Kamil Rytarowski
b9b7ee222d Fix build for !(__linux__ && __powerpc__) 2015-02-24 03:44:15 +01:00
Kamil Rytarowski
ad2561fa81 Disable R_REG_TYPE_{FPU,MMX,XMM} for !__linux__ 2015-02-23 03:33:14 +01:00
pancake
5c8b417cf2 Add mul/div opcodes for x86.nz assembler and fix osx build 2015-02-20 19:39:38 +01:00
skuater
5335ba8f5f Initial support for FPU/MMX/XMM on linux-x86-64 2015-02-19 10:52:01 +01:00
jvoisin
5ad3afb628 Coverifix 2015-02-11 17:55:25 +01:00
Jeffrey Crowell
d4e0575d67 build on clang jenkins now 2015-02-05 10:57:21 +01:00
pancake
11722083bf More Android build fixes. Fortunes are now available 2015-01-24 21:45:32 +01:00
pancake
4addf6d538 Show strings in drr, Add ios syscalls and fix x86-32 debug on osx64 2015-01-14 02:00:55 +01:00
pancake
743bd0a68a Initial support for ARM and ARM64 local variables 2015-01-10 02:14:55 +01:00
pancake
96a4dd7f5c Fix dpa on Linux 2014-11-28 13:07:25 +01:00
jvoisin
6d803698a6 Fix some warnings 2014-11-22 16:44:36 +01:00
pancake
fa9129a817 Handle names in 'dm' for OSX/iOS 2014-11-22 00:36:42 +01:00
LemonBoy
832adcd557 Make the bp api slightly saner 2014-11-17 16:24:26 +01:00
pancake
850309a7e9 Initial support for android-aarch64 2014-11-10 01:54:05 +01:00
skuater
e192051aa7 debug improves 2014-11-08 00:25:17 +01:00
jvoisin
a60d82b800 Fix a lot of warnings for GCC
Less than 20 warnings remaining on my x86_64 GCC 4.9.1
2014-10-26 13:50:58 +01:00
pancake
5c07ff254f Fix 'dcs' 2014-10-09 18:31:55 +02:00
pancake
fb8336f7d0 Add dbg.{forks|clone|execs} ptrace options (linux-only atm) 2014-10-09 01:21:49 +02:00
pancake
88bbc4aa7b Remove noisy debug error messages 2014-10-08 02:14:53 +02:00
pancake
1ae88f7491 Fix 'dcu' on OSX 2014-10-03 20:23:05 +02:00
pancake
02978e14ec Do not kept detached to fix 'dcu' on osx/ios 2014-09-28 10:37:33 +02:00
pancake
a0e609e40d Fix ARM swstepping and breakpoints, add dbg.bpsize 2014-09-26 13:57:03 +02:00
pancake
08cfb55f19 Avoid double-attach in the correct way 2014-09-22 23:04:58 +02:00
LemonBoy
98830cf44c Don't re-attach 2014-09-22 22:05:59 +02:00
pancake
7029eab6af Enforce register arena, better fit size. Fix native mips reg profile size 2014-09-14 02:52:30 +02:00
defragger
07c92d2d70 adds malloc and dealloc for windows 2014-08-29 12:15:52 +02:00
pancake
444a77022f Fix crash on OSX debugger 2014-08-20 10:23:22 +02:00
pancake
be4b0d1258 Fix 'oo' on 'r2 -d' in OSX 2014-08-18 18:06:27 +02:00
jvoisin
bcbeb3c066 Fix some gcc warnings 2014-08-11 16:07:17 +02:00