Commit Graph

7414 Commits

Author SHA1 Message Date
pancake
1c143a3e3b Better checks in packed register boundaries
- Support spaces after dr? <reg>
2015-08-23 04:08:01 +02:00
pancake
f776f5a515 Implement RReg API for long double and packed registers 2015-08-23 03:58:49 +02:00
Anton Kochkov
00256ad1e5 Disable long registers in GDB for now 2015-08-22 22:24:59 +03:00
pancake
d0c4193388 Fix ARM64 compile time support for Android 2015-08-22 20:45:19 +02:00
Álvaro Felipe Melchor
45b74a7a37 Fix an oob write in mz.c 2015-08-22 19:04:22 +02:00
pancake
1b77ed1249 Fix #3134 - Handle TBZ and TBNZ instructions in ARM64 analysis (by @mickey031) 2015-08-22 19:02:37 +02:00
Derek Wood
8a38f7a3e4 Fix typo 2015-08-22 10:35:43 +02:00
Anton Kochkov
cc5ae7fd43 Fix GDB AVR 2015-08-22 00:50:22 +03:00
pancake
e774d332b7 Fix #3082 - Add support for MASM syntax in x86.cs 2015-08-21 15:29:37 +02:00
pancake
ba49c8cefc Fix the tfp0 workaround for OSX (thanks @gdbinit) 2015-08-21 15:15:42 +02:00
pancake
f6c03ae340 Fix iOS build and integrate http://newosxbook.com/articles/PST2.html 2015-08-21 14:52:33 +02:00
Maijin
69aea0184d Fix some dalvik opcodes
add-double <-> sub-double
2015-08-21 13:28:52 +02:00
Jeffrey Crowell
1d45ad0cf4 fix constant for ebp on amd64 -__- 2015-08-20 18:34:24 -04:00
Jeffrey Crowell
725dd822c9 add ebp to amd64 reg profile 2015-08-20 18:20:13 -04:00
pancake
3f036c1070 Fix null deref in objc parser 2015-08-20 12:08:16 +02:00
pancake
58bc5c1d6b Fix $ and =$ conflict 2015-08-20 03:06:48 +02:00
pancake
ecf5205e64 Add support for remote aliases with =$ command
For example
	=$dr   - `dr` will do `=!dr`
	=$-dr  - unset that alias command
2015-08-20 02:26:57 +02:00
Anton Kochkov
1eb6dfa61e Add AVR in gdb:// 2015-08-20 01:58:02 +03:00
pancake
68a1b94947 Fix w32 build 2015-08-20 00:24:02 +02:00
pancake
dadc293986 Fix character devices support on FreeBSD (f.ex: /dev/da0) 2015-08-19 20:56:41 +02:00
pancake
5feb28e0c0 Initial implementation of the #!cpipe rlang 2015-08-19 23:51:06 +02:00
pancake
f4528faa93 Fix #3031 - Another ODR violation from @revskills 2015-08-19 18:58:48 +02:00
pancake
64b140fd66 Fix #3118 - Fix ood on quit 2015-08-19 18:16:17 +02:00
pancake
b57e4f9b9d Fix #3031 - Fix ODR violation and cleanup (-100LOC) EBC disassembler 2015-08-19 17:48:02 +02:00
Álvaro Felipe Melchor
fb93dffde3 more cleanup in debug_native.c - linux 2015-08-19 17:31:00 +02:00
pancake
91836a164b Add r2p_cmd and r2p_cmdf APIs in RSocket 2015-08-19 16:56:17 +02:00
pancake
b4e8106980 Initial implementation of ood 2015-08-19 15:13:08 +02:00
pancake
a6cb6ab07d Fix #2992 - Add dmpf and dmpt to dump/restore snapshots from/to disk 2015-08-19 14:06:59 +02:00
pancake
681c2c2c45 Set PKG_CONFIG_PATH if #!c and #!vala 2015-08-19 11:18:39 +02:00
pancake
56fec2ddfc Fix dxs output 2015-08-19 10:58:18 +02:00
pancake
93a4bcbb56 Fix resource leak in core/io/dump 2015-08-19 10:37:02 +02:00
pancake
0868703c9f Enhancements for ic 2015-08-19 02:23:42 +02:00
pancake
564fb069be Fix #2991 - Add support for some SPARC ELF relocs 2015-08-19 02:04:07 +02:00
pancake
869ab6000e Enhancement for wt dumper 2015-08-19 01:58:27 +02:00
pancake
4a22a56c12 Fix #3111 - Fix afv function local variables project save/restore 2015-08-19 01:51:56 +02:00
pancake
dde566d824 Fix #3112 - Honor search.align in /R 2015-08-19 01:46:07 +02:00
pancake
5a2190c71f Fix #3104 - Show symbol+delta in dbt backtrace 2015-08-19 01:39:16 +02:00
pancake
971a1657f4 Fix #3107 - Add RDebugReason information JSON for dij 2015-08-19 01:29:20 +02:00
pancake
0574542d6d Fix #3109 - Implement drpj 2015-08-19 01:15:55 +02:00
pancake
2c11af3e22 Fix buffer overflow in OBJC parser 2015-08-18 14:04:31 +02:00
pancake
124c99ed75 RecurseAt on eobjmp tested on arm64 2015-08-18 03:09:40 +02:00
SkUaTeR
240486f123 Update debug_native.c
Add support for windows at r_debug_info
2015-08-18 02:48:37 +02:00
pancake
8a5723eb2a Better ls. Add support for cd - and handle BR arm64 instruction
- Analysis with eobjmp has changed a bit, but its still buggy
2015-08-18 02:44:59 +02:00
pancake
aa134787e9 Breakpoint autonaming with db $$ and fix a COV in db 2015-08-17 10:34:47 +02:00
pancake
5993d290a0 Add dbn and db. commands 2015-08-17 01:43:45 +02:00
pancake
62e631a514 Add segfault and abort debug stop reasons 2015-08-17 00:55:07 +02:00
pancake
abe083cda3 Fix #3101 - Show current address in backtrace 2015-08-17 00:33:10 +02:00
pancake
d22ac1228e Initial implementation of RDebugReason. See di command 2015-08-17 00:16:25 +02:00
pancake
6ced6fa8b4 Refix binfile path issue and remove unused code in dsojson 2015-08-16 22:41:58 +02:00
inisider
1f2cd1695b move property to fields 2015-08-16 19:45:14 +02:00