radare2/libr/debug
Riccardo Schirone 738bc9cb19 Fix warnings by using more r_str_ncpy
* Fix wrong logic in visual_search

When the string to be searched is wrapped in " ", you want to remove the
first and last quotes and look only for the internal string.

* Increase size to prevent string truncation (and fix compiler warning)
* Fix "destination unchanged after copying no bytes" warning
* Move msp430_register_names where it belongs to
* Fix Wstringop-truncation warning
2018-12-19 12:07:49 +01:00
..
p Fix musl build (required for Alpine) 2018-12-18 18:24:09 +01:00
arg.c Minor dead code cleanups (#12203) 2018-11-19 13:00:53 +01:00
ddesc.c Fix #11112 - Rename {srwx,flags,perms} to perm. (-21 LOC) 2018-09-22 11:31:45 +02:00
debug.c Fix 80 warnings coming from gcc8.2 (#12280) 2018-11-22 22:11:43 +01:00
dreg.c Fix warnings by using more r_str_ncpy 2018-12-19 12:07:49 +01:00
esil.c Minor code cleanups free/R_FREE (#12157) 2018-11-14 21:23:20 +01:00
Makefile Don't use CC_LIB in debug plugins 2017-06-20 05:08:57 -05:00
map.c Fix #12060 and #12072 - Rewrite r_num_abs and r_num_units ##core 2018-11-14 23:35:44 +01:00
meson.build ptrace-wrap (#11723) 2018-10-12 12:20:18 +02:00
pid.c Add braces to if, else, for, while ... (#11504) 2018-09-13 10:17:26 +02:00
plugin.c Added json list to debug plugin list dL (#10348) 2018-06-14 21:23:37 +08:00
session.c Fix #11112 - Rename {srwx,flags,perms} to perm. (-21 LOC) 2018-09-22 11:31:45 +02:00
signal.c Add braces to if, else, for, while ... (#11504) 2018-09-13 10:17:26 +02:00
snap.c Fix compilation warnings on Linux 2018-02-09 18:45:54 +01:00
trace.c Minor code cleanups free/R_FREE (#12157) 2018-11-14 21:23:20 +01:00