- 04 Nov, 2009 5 commits
-
-
hjk authored
-
Friedemann Kleint authored
Reviewed-by:
hjk <qtc-committer@nokia.com> Reviewed-by:
dt <qtc-committer@nokia.com>
-
hjk authored
Reviewed-by: dt
-
hjk authored
-
Oswald Buddenhagen authored
InferiorUnrunnable is equivalent to InferiorStopped as far as NeedsStop commands are concerned. Reviewed-by: hjk
-
- 03 Nov, 2009 4 commits
-
-
Oswald Buddenhagen authored
sometimes, commands simply don't return ... the debug message doesn't say anything which couldn't be found in the log already, but that way it is more convenient. and we kill gdb to get creator back to a defined state. Reviewed-by: hjk
-
dt authored
Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Friedemann Kleint authored
Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Friedemann Kleint authored
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:
hjk <qtc-committer@nokia.com>
-
- 02 Nov, 2009 8 commits
-
-
Oswald Buddenhagen authored
Reviewed-by: hjk
-
Oswald Buddenhagen authored
Reviewed-By: hjk
-
Oswald Buddenhagen authored
Reviewed-by: hjk
-
Oswald Buddenhagen authored
Reviewed-by: hjk
-
Friedemann Kleint authored
Reviewed-by:
dt <qtc-committer@nokia.com>
-
Friedemann Kleint authored
This reverts commit c069cd58.
-
Friedemann Kleint authored
Directly enable project explorer actions. Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Oswald Buddenhagen authored
Reviewed-By: hjk
-
- 30 Oct, 2009 7 commits
-
-
Oswald Buddenhagen authored
first, _start being resolvable depends on libc-dbg being installed. second, depending on the frame being in the dynloader makes it a) work only for dynamic executables and b) fail on multi-target systems (due to a hard-coded file name). so instead just remember the entry point, as we are already there anyway. Reviewed-By: hjk
-
Oswald Buddenhagen authored
... - in the source view, that is. so grey them out in the stack view. Reviewed-By: hjk
-
Oswald Buddenhagen authored
to make the behavior consistent across gdb versions, ignore the initial *stopped which gdb7 delivers while attaching. Reviewed-By: hjk
-
Oswald Buddenhagen authored
d'oh, of course, such frames *do* exist. Reviewed-By: hjk
-
Oswald Buddenhagen authored
seems like gdb 6.8 isn't any better than 6.4 wrt file name normalization. Reviewed-By: hjk
-
hjk authored
-
Friedemann Kleint authored
-
- 29 Oct, 2009 16 commits
-
-
hjk authored
-
con authored
-
con authored
-
Oswald Buddenhagen authored
i.e., don't allow user to confuse himself :)
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
technically, it would be cleaner to handle that in the adapters, but it is a lot of duplicated code without any gain.
-
Oswald Buddenhagen authored
if the respective view is enabled, the manager will request the initial update in some unholy state, probably AdapterStarting - when gdb isn't up yet.
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
the assumption is that pending breakpoints will only be resolved when the source list changes. consequently it is pointless to update just one of them.
-
Oswald Buddenhagen authored
there seems to be no reason for delaying the display because of -break-list
-
Oswald Buddenhagen authored
-