This website requires JavaScript.
Explore
Help
Sign In
luc14n0
/
glib
Watch
1
Star
0
Fork
0
You've already forked glib
mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced
2024-11-04 16:36:17 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3be6ed60aa
glib
/
tests
/
assert-msg-test.gdb
5 lines
62 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix the assert-msg test gdb is playing games with us, by breaking -x /dev/stdin
2013-01-14 23:21:52 +01:00
run
set print elements 0
print (char*) __glib_assert_msg
assert-msg-test: Explicitly quit gdb session to avoid zombie gdb is run in batch mode, and can leave leave the program being executed/debugged running when the batchfile is finished. Explicitly "quit"ing the subprocess prevents it from leaving the stray subprocess when gdb finishes. https://bugzilla.gnome.org/show_bug.cgi?id=731366
2014-06-10 12:00:33 +02:00
quit
Reference in New Issue
Copy Permalink