native-gdb
Manual Reference Pages - NATIVE-GDB (1)
NAME
native-gdb - use target native Gdb instead of Scratchbox host Gdb
CONTENTS
Synopsis
Description
Notes
See Also
Copyright
SYNOPSIS
native-gdb PID
DESCRIPTION
By default Scratchbox uses it's own host tools instead of the target ones, if such are installed. This (trivial) script overrides that setting for /usr/bin/gdb.
NOTES
Because the host Gdb will use the thread_db coming with the toolchain with which has been built with, it cannot debug threads properly.
Instead of using this script, you can also remove or rename the Scratchbox host Gdb.
SEE ALSO
COPYRIGHT
Copyright (C) 2007 Nokia Corporation.
This is free software. You may redistribute copies of it under the terms of the GNU General Public License v2 included with the software. There is NO WARRANTY, to the extent permitted by law.
Improve this page