- May 06, 2009
-
-
Oswald Buddenhagen authored
of searching for something which looks like one.
-
hjk authored
-
Friedemann Kleint authored
Introduced "Suspend" mode for the process stub and corresponding mode enumeration in console process (Windows).
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
Works only with Archer, possibly gdb head. It attaches now, sets breakpoints, steps etc but cannot be stopped when running.
-
- May 05, 2009
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
hjk authored
-
Oswald Buddenhagen authored
-
hjk authored
-
Friedemann Kleint authored
-
hjk authored
-
Oswald Buddenhagen authored
these can potentially contain file names ...
-
Oswald Buddenhagen authored
instead of passing callback codes and dispatching them in a huge switch statement, pass around member function pointers as real callbacks. some codes which did not actually invoke a callback were completely eliminated. hope this doesn't impair debugging. ;) as a "side effect", command categorization by code is gone - there is a proper flag field for that now. as a real side effect, some suppressed assert failures might be back now. fix them properly if they do ...
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
use typedefs and an inline function instead. that's namespace-safe and does not produce unhelpful messages when closing parens are missing.
-
Oswald Buddenhagen authored
-
- May 04, 2009
-
-
hjk authored
-
con authored
-
Friedemann Kleint authored
-
- Apr 30, 2009
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
added *lots* of missing QLatin1*(). to avoid making the code too unreadable i added the macros _(), __() and _c(). also added local8Bit conversions for everything which might contain file names.
-
Oswald Buddenhagen authored
-
- Apr 29, 2009
-
-
hjk authored
-
Friedemann Kleint authored
-
Friedemann Kleint authored
Add dumper calls, parser etc. Catch crashes in the dumper functions.
-
hjk authored
and unloaded.
-
- Apr 28, 2009
-
-
hjk authored
-
- Apr 22, 2009
-
-
Friedemann Kleint authored
Load in a 'well-defined' (temporary) breakpoint at main().
-
- Apr 21, 2009
-
- Apr 20, 2009
-
-
Oswald Buddenhagen authored
-
Friedemann Kleint authored
Make command execution output shown, use Wide version of Debug Callbacks and output, provide bases classes for other output and event handlers, move common dumper functionality into debugger manager.
-
- Apr 17, 2009
-
-
hjk authored
situation in release builds a bit as we get at least a list of (afterwards failing) dumpers.
-