14 lines
341 B
Plaintext
14 lines
341 B
Plaintext
# INNNNNNNNNNNTRODUCING: the gdb unfucker 9000
|
|
printf "Setting up Lindows debug tools\n"
|
|
|
|
# We operate in MODES, modes are guessed by what we're connecting to
|
|
set $XU_LWDBG_MODE = "INACTIVE"
|
|
|
|
# Load guile code
|
|
source common/gdb/guile/core.scm
|
|
|
|
# Create guile hooks
|
|
define target hookpost-remote
|
|
lwdbg internal handle-target-remote-post
|
|
end
|