Commit Graph

24 Commits

Author SHA1 Message Date
hjk
59f45976be debugger: use single instead of double quotes for dumper output.
This makes both source and log files more readable and also prevents
gdb from applying extra quoting of its own.
2009-01-21 12:16:27 +01:00
hjk
f93bd26a3a debugger: signal incomplete responses 2009-01-21 11:57:14 +01:00
hjk
076488bfbb Use gdb's 'print' command to access dumper output.
Simple solution after all. This idea got initially dropped early in the
process because it does not handle binary data and using x/x was
way to slow. But since we use only printable characters now thanks
to base64 encoding etc using 'p' becomes feasible again and simplifies
the process vastly as no additional communication channel is needed anymore.
2009-01-21 11:12:12 +01:00
Daniel Molkentin
59affcfffc Bump year in licence header. 2009-01-13 19:22:14 +01:00
hjk
c9b2dfc363 implement QLinkedList dumper 2009-01-08 11:50:20 +01:00
hjk
a598aa12b6 add dumper for QMultiMap 2009-01-07 16:29:14 +01:00
hjk
b4c1552ec2 handle Qt 4.4 and Qt 4.5's QMap in dumpers 2009-01-07 15:03:49 +01:00
hjk
8e5b3a260c mention QList in list of available dumpers 2008-12-29 13:30:21 +01:00
hjk
6049e1fbb4 small dumper refactoring oin the way to "all dumper code in gdbmacros.cpp" 2008-12-19 09:15:02 +01:00
hjk
3bd633ef04 move some of the code for handling template types from creator proper
to the "user space" (gdbmacros.cpp)
2008-12-18 10:11:10 +01:00
hjk
5285379f18 make watchers persistent in the session 2008-12-17 17:43:01 +01:00
hjk
04c4a0ec72 make the std::map dumper work with keys that already have a const
qualification like 'const char *'
2008-12-17 15:46:27 +01:00
hjk
06e5e83e1e fix license header 2008-12-16 17:25:01 +01:00
hjk
47c9f22f34 remove dead code from dumpers 2008-12-12 13:14:51 +01:00
hjk
96c446ffd4 remove some dead code 2008-12-12 13:09:34 +01:00
hjk
70d2bfed32 code cosmetics on std::map dumper 2008-12-12 13:02:29 +01:00
hjk
7898a499b6 add custom dumper for std::map 2008-12-12 12:55:05 +01:00
hjk
540c6de108 work on std::list dumper 2008-12-10 16:48:12 +01:00
hjk
3b31b5c98c work on std::list dumper; also a bit of refactoring 2008-12-10 16:31:50 +01:00
hjk
94c613c9fe add custom dumpers for std::list 2008-12-10 14:37:15 +01:00
hjk
44cc9a2b40 fix expansion state of "dummy" items in locals&watchers after frame changes 2008-12-08 10:25:39 +01:00
hjk
0d46571eb3 fix QSet custom dumper for namespaced Qt 2008-12-05 18:44:09 +01:00
hjk
d8b343afa1 silence warning 2008-12-05 18:27:45 +01:00
con
05c35356ab Initial import 2008-12-02 12:01:29 +01:00