libgdbr icon indicating copy to clipboard operation
libgdbr copied to clipboard

Library that handles all communication with a gdbserver instance

Results 4 libgdbr issues
Sort by recently updated
recently updated
newest added

See these errors due to missing while compiling on WIndows + MINGW32: ``` make[2]: Entering directory `/d/Work/radare/radare2/shlr/gdb' mkdir -p lib gcc -c -MD -g -Wall -DMINGW32=1 -I/d/Work/radare/radare2/libr/include -Iincl ude -o...

This command reads the value of register n

``` lib: prepare $(SRC_O) #$(LD) -shared -Wl,-soname,$(LIBNAME).so -o $(LIB)/$(LIBNAME).so $(SRC_O) $(LD) -shared -o $(LIB)/$(LIBNAME).so $(SRC_O) ```

core.h contains the struct that holds the current connection and core.c contains all handling with these connections (send, recv, open...)