This website requires JavaScript.
Explore
Help
Register
Sign In
Magic-Mirror
/
radare2
Watch
1
Star
0
Fork
0
You've already forked radare2
mirror of
https://github.com/radareorg/radare2.git
synced
2024-12-01 17:40:34 +00:00
Code
Issues
Actions
7
Packages
Projects
Releases
Wiki
Activity
79679dbae0
radare2
/
shlr
/
gdb
/
deps.mk
4 lines
89 B
Makefile
Raw
Normal View
History
Unescape
Escape
Refix mingw32 build
2017-05-09 22:34:05 +00:00
LINK
+=
$(
STOP
)
/gdb/lib/libgdbr.
$(
EXT_AR
)
Added break to gdbserver vCont and refactored the code to use locks (#15433) The previous gdbr implementation didn't allow interrupting background tasks with &b since send_vcon wasn't properly configured with the cons api. In addition to that, gdbserver doesn't support processing multiple commands at the same time, resulting in undefined behavior once cons were set up for vcont. This commit adds the relevant cons api and solves the concurrency issues by adding locks on all socket related logic.
2019-11-10 18:03:56 +00:00
LDFLAGS
+=
-lr_cons
Fixes for the -lr_socket issue
2017-05-24 00:00:56 +00:00
i
n
c
l
u
d
e
$(
LIBR
)
/
s
o
c
k
e
t
/
d
e
p
s
.
m
k
Reference in New Issue
Copy Permalink