mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-26 14:40:31 +00:00
1341620c73
- 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
8 lines
136 B
Makefile
8 lines
136 B
Makefile
NAME=r_cons
|
|
OBJ=cons.o pipe.o output.o grep.o input.o color.o
|
|
DEPS=r_util
|
|
#r_line ??
|
|
#LINK=../line/*.o ../util/*.a
|
|
|
|
include ../rules.mk
|