Commit graph

381 commits

Author SHA1 Message Date
Srimanta Barua
683e115ee5 Moved r_debug_get_baddr to debug API 2017-06-14 15:38:10 +02:00
Ren Kimura
487b305a8d Changed finding logic of session key (#7719) 2017-06-10 12:38:23 +02:00
Roi Martin
a1388159c8 Fix hexdump offset in zoom mode
Add argument zoomsz to r_print_hexdump(). It allows to specify the real
size of each byte in the hexdump.
2017-06-06 10:45:01 +02:00
Tzaoh
991a1b8dd9 Replace dh for dL (#7682)
* Replace dh for dL

* Changed places where 'dh' cmd was used.
2017-06-05 14:45:45 +02:00
Ayman Khamouma (ak42)
3fd5112d95 add dsuir command for regex match (#7675) 2017-06-04 12:10:50 +02:00
pancake
9632f82ee9 Implement dbta to show an ascii-art representation of the stack backtrace 2017-06-01 13:04:55 +02:00
pancake
78ecad3d3b Fix dmi honoring dmm on Mac debugger 2017-05-29 11:45:13 +02:00
pancake
0b84978a8b Fix drx Debug Register set on XNU 2017-05-27 11:37:20 +02:00
pancake
20f7ac66cc Bring back drx on XNU, buggy but at least does something 2017-05-27 03:57:30 +02:00
Stanisław Drozd
e9c9221627 Fix uninitialized vars issue in p- 2017-05-26 11:30:31 +02:00
Ren Kimura
d3f5773219 Add new trace session format 2017-05-23 19:37:11 +02:00
Ayman Khamouma
49d56a8a4c Add drlj subcommand (#7557) 2017-05-23 14:18:35 +02:00
pancake
747b30b428 Fix dmi and its help 2017-05-22 15:24:28 +02:00
Ayman Khamouma
9ae1526bbb Fix remaining glitches with recursive help #7528 (#7562) 2017-05-22 02:54:26 +02:00
pancake
238c10788f Fix #7541 and #4766 - Implement search.in=dbg.program and dbg.trace.libs 2017-05-20 15:03:17 +02:00
Ayman Khamouma
a9a0c7e385 Fix #7524 - Fix help messages for recursive help parser (#7525) 2017-05-18 23:13:18 +02:00
xarkes
926f024909 Improved MSVC support (WIP) 2017-05-09 14:25:57 +02:00
alvarofe
40babe0459 Fix oob read with dbh- command 2017-04-18 19:07:14 +02:00
pancake
683a5cc4e0 Fix #7061 - Implement di* command 2017-04-07 20:32:28 +02:00
Ren Kimura
9a1190c112 Add bp_plugin_del and dbh- command (#7209) 2017-04-06 15:59:19 +02:00
Ren Kimura
ce5758b739 Add reverse singlestep command 'dsb' (#7116) 2017-03-25 16:00:25 +01:00
pancake
7db1a11d33 More reindent and use R_EMPTY instead of {0} 2017-03-25 02:30:00 +01:00
Tzaoh
66527fc4e0 Fix #7060 show base address with di command (#7093) 2017-03-23 03:58:22 +01:00
pancake
326f81e91d Enhance dm= to avoid huge gaps in the ascii art lines 2017-03-18 23:13:35 +01:00
Guillaume Valadon
1dada4f504 Typos in help messages fixed (#7059) 2017-03-18 22:15:57 +01:00
Ren Kimura
863e3566d2 Add snap_set command (#7032) 2017-03-16 10:09:17 +01:00
leberus
8dd5a38461 Add: dbf - put a breakpoint into every no-return func 2017-02-10 00:19:41 +01:00
SchumBlubBlub
60d172058a Fix dcu regression (#6736) 2017-02-09 01:13:06 +01:00
pancake
b7396fffa5 Enhance Vx - visual xrefs browser, with more highlight and less glitches 2017-02-08 12:14:52 +01:00
SchumBlubBlub
6c00c9e2d5 Reorganize string macros 2017-02-06 00:00:03 +01:00
SchumBlubBlub
56f5931712 Fix compile warnings (#6687) 2017-02-05 03:01:53 +01:00
pancake
b32df6e49d Fix many dd subcommands and enhance rarun2 -t 2017-02-03 10:21:18 +01:00
pancake
ae6cab2ab2 Fix ddd (dup2) on OSX, also extend the help message 2017-02-03 01:35:15 +01:00
Polshakov Dmitry
249532bf53 Add support non-numeric signal numbers in RRunProfile (#6558)
* Add support non-numeric signal numbers in RRunProfile
* Add signal util module
* Remove old `signal_resolve` implementation
2017-02-02 14:34:44 +01:00
Lars Haukli
71cc67e390 Windows debugger: Added dce command. Fixed dmm commands. (#6628)
* Use double quotes to make .dmm* work on Windows
* Fix r2pipe.cmdj('dmmj') command on Windows. Report correct path when listing modules ('dmm')
* Removed unused local variable
* Added 'dce' command for windows
* Escape backslashes for JSON output only
* Do not include r_debug_native_continue() for __CYGWIN__ builds. Removed unnecessary memset.
* Added exception for CYGWIN to not escape backslashes in path
* Escape backslashes in both file paths and map names. Use map name for 'f mod.%s' instead of file path
* Added more exceptions for CYGWIN
* Validate escaped strings
2017-02-02 13:27:39 +01:00
Giovanni
be01da930a Fixed arpi/arp./arpj/arps cmds (#6586) 2017-01-25 23:29:09 +01:00
pancake
02a858ccd5 Fix #5877 - Properly document ?x ?x+ ?x- in ??? 2017-01-21 03:47:44 +01:00
leberus
3e4a2f87e1 Add: dmi. and dmi? commands (#6545) 2017-01-20 16:14:33 +01:00
pancake
c189495a94 Fix pf.-x tests 2017-01-20 15:43:25 +01:00
leberus
286ca4d0ed Add: support for dbg.follow.child option (#6525) 2017-01-18 00:40:30 +01:00
pancake
183a13a4ab Revert with if0 the autonaming regressions issue 2017-01-15 21:17:59 +01:00
pancake
c646b99724 Fix #6475 - Show offset flags in pxr 2017-01-13 14:13:53 +01:00
pancake
4d84626b00 Fix main function autoname 2017-01-12 00:14:45 +01:00
leberus
dc5be7a767 Improving debug on linux (#6435) 2017-01-11 17:39:09 +01:00
pancake
abc955cd75 Fix dmi argument parsing 2017-01-04 21:50:20 +01:00
pancake
4748db1ed7 Ensure threads callback is non-null 2016-12-31 17:48:36 +01:00
leberus
8b0afcbc39 Fix: #4856 #4857 (#6365) 2016-12-28 16:02:05 +01:00
jvoisin
050d383ae7 Improve a bit the help for anal-related commands (#6348)
* Improve a bit the help for anal-related commands
* Help for `dcs`
* Help for wt
* Add help for dcu
2016-12-21 09:02:55 +01:00
Álvaro Felipe Melchor
99660a899d fix infinite loop in d?* 2016-12-12 22:15:18 +01:00
pancake
d26917a0a2 Fix #6141 - implement pkill 2016-12-09 18:12:38 +01:00