Commit Graph

17 Commits

Author SHA1 Message Date
Ged Murphy
071b4d21ab - Detect when clients disconnect from the pipe server and raise an event
- Reinitialize the pipe server and wait for new connections on disconnect
- You can disconnect and reconnect reactos without restarting rosdbg now
- Fix the read and write threads to we don't have to call the evil Thread.Abort (for kjk)
- Don't enumerate the externals tools if the list is empty, fixes a NullReferenceException

svn path=/trunk/tools/reactosdbg/; revision=1041
2009-06-03 09:41:47 +00:00
Christoph von Wittich
9ec4a52664 -add external tools menu (for stuff like errlook)
svn path=/trunk/tools/reactosdbg/; revision=1039
2009-06-03 07:32:29 +00:00
Ged Murphy
41a57a786f - Run pipe server waiting off on a different thread.
- Raise an event when a client connects and set up the connection as before.
- rosdbg now correctly waits for a connection and auto-connects when it finds one

svn path=/trunk/tools/reactosdbg/; revision=1037
2009-06-02 21:04:18 +00:00
Christoph von Wittich
c25e64e804 -set accept and cancel buttons for connect and settings dialog
-fix next debugger command by waiting for kdbg to respond

svn path=/trunk/tools/reactosdbg/; revision=1036
2009-06-02 19:05:54 +00:00
Christoph von Wittich
27cce022c9 -show EIP in hex
-clear regs on disconnect

svn path=/trunk/tools/reactosdbg/; revision=1035
2009-05-31 13:29:55 +00:00
Christoph von Wittich
13f487cfa6 -show registers in hex
-set pipe server as default instead of client

patches by basisbit:
-fix continue toolbar button
-fix printing multiple pages
-possible fix for backtraces

svn path=/trunk/tools/reactosdbg/; revision=1033
2009-05-31 12:50:16 +00:00
Christoph von Wittich
2d94ea7fce build x86 only as we only have a 32bit dbghelp
svn path=/trunk/tools/reactosdbg/; revision=1019
2009-05-28 11:22:02 +00:00
Christoph von Wittich
f73a0f0e9a disconnect debug connections on exit
svn path=/trunk/tools/reactosdbg/; revision=1000
2009-05-26 19:26:20 +00:00
Christoph von Wittich
6cab167058 -check for invalid pid to prevent an endless loop
-add a label to show text entered into raw traffic window

svn path=/trunk/tools/reactosdbg/; revision=999
2009-05-26 18:50:09 +00:00
Gregor Schneider
6b37521d3c RosDbg Part 1/3:
- Add process name and process state to process view
- Separate start communication functions
- Make kdbg command "next" usable
- Misc preparations for named pipe communication

svn path=/trunk/tools/reactosdbg/; revision=859
2008-10-12 21:34:05 +00:00
Art Yerkes
1427d59985 Add per-thread EIP and EIP decoding.
svn path=/trunk/tools/reactosdbg/; revision=786
2008-08-17 11:44:03 +00:00
Art Yerkes
14256a50de Fix thread and process listing. Quite helpful.
svn path=/trunk/tools/reactosdbg/; revision=785
2008-08-16 03:30:22 +00:00
Art Yerkes
0ff8bd92b5 Processes and Threads view. Somewhat WIP.
svn path=/trunk/tools/reactosdbg/; revision=784
2008-08-12 10:48:38 +00:00
Ged Murphy
a7f11528e2 Setup the named pipe server. Events aren't in place yet, so we don't read or write.
svn path=/trunk/tools/reactosdbg/; revision=783
2008-08-11 19:04:21 +00:00
Art Yerkes
2b8cb53b6a Patches by Gregor Schneider <grschneider at gmail dot com>
Added serial support, some bugfixes.

svn path=/trunk/tools/reactosdbg/; revision=768
2008-08-08 18:03:59 +00:00
Art Yerkes
16425b6600 Automatic modules. This will be safe at early breakin after the int1 fix
that's forthcoming.

svn path=/trunk/tools/reactosdbg/; revision=762
2008-08-02 09:48:48 +00:00
Art Yerkes
6030ecd415 A debugging shell for use with KDBG. Not perfect yet but it can display the
locals and stack trace at the place where reactos is stopped.

svn path=/trunk/tools/reactosdbg/; revision=759
2008-07-31 07:00:10 +00:00