rizin/libr/debug/p/native/arm.c
pancake 1341620c73 * Rename cons/filter.c to grep.c
- Some random changes.. with no success
  - Grepping console buffer is not working
* Cleanup the 'ds' and 'dp' commands
  - Implement 'dpa' to attach
  - Allow to list childrens of pid
  - Also list all attachable pids
* Fix segfault by leaking.. needs some cleanup
* Fix r_debug_reg_list (NULL) issue

--HG--
rename : libr/cons/filter.c => libr/cons/grep.c
2010-03-08 00:18:58 +01:00

5 lines
90 B
C

BX LR = {
int tbit = reg[14] & 1;
reg[15] = reg[14] & ~1;
if (tbit) reg[16] |= 1<<5;
}