Skip to content
Snippets Groups Projects
Commit 10e07e01 authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Debugger: Use LD_PRELOAD to load debugging helper.


on UNIX. Either set the LD_PRELOAD environment variable
using a gdb command or have the TermGdbAdapter set the
variable for the debuggee. For the remote adapter,
switch on toolchain. dlopen() is a fallback for
platforms where it is not supported and attaching
to running processes. Fixes a crash with gdb 7.0
(and spurious gdb 6.8 crashes with dlopen()).
Reviewed-by: default avatarhjk <qtc-committer@nokia.com>
parent e68753b4
No related branches found
No related tags found
Loading
Showing with 120 additions and 45 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment