mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-01 09:00:46 +00:00
Assume sysgdb:// implies -d ##debug
This commit is contained in:
parent
6e533ae2a6
commit
9ce6cf70ab
@ -1265,6 +1265,9 @@ R_API int r_main_radare2(int argc, const char **argv) {
|
||||
if (mr.asmos) {
|
||||
r_config_set (r->config, "asm.os", mr.asmos);
|
||||
}
|
||||
if (strstr (mr.pfile, "sysgdb://")) {
|
||||
mr.debug = 2;
|
||||
}
|
||||
if (mr.debug) {
|
||||
if (mr.asmbits) {
|
||||
r_config_set (r->config, "asm.bits", mr.asmbits);
|
||||
|
Loading…
Reference in New Issue
Block a user