CVS log for winex/server/gdbremote.c

(logo)

ViewCVS and CVS Help

(back) Up to [cvs] / winex / server / gdbremote.c

Request diff between arbitrary revisions


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.10 - (download), view (text) (markup) (annotate) - [select for diffs]
Tue Jul 31 19:39:35 2007 UTC (15 months, 3 weeks ago) by mark
CVS Tags: HEAD
Changes since 1.9: +2 -0 lines
Diff to previous 1.9
- implement SignalObjectAndWait

Revision 1.9 - (download), view (text) (markup) (annotate) - [select for diffs]
Fri Jan 21 20:05:06 2005 UTC (3 years, 10 months ago) by peter
CVS Tags: cedega-4-3
Changes since 1.8: +12 -4 lines
Diff to previous 1.8
Portability fixes. Based off patch from Bruce M Simpson for FreeBSD.

Revision 1.8 - (download), view (text) (markup) (annotate) - [select for diffs]
Tue Jun 29 14:17:14 2004 UTC (4 years, 4 months ago) by peter
Changes since 1.7: +3 -3 lines
Diff to previous 1.7
Start of SHM phase 2.
multi disc installers are broken and there are several bugs/races remaining
Simple benchmarking shows 5 time throughput improvement.

Revision 1.7 - (download), view (text) (markup) (annotate) - [select for diffs]
Wed Apr 28 12:56:42 2004 UTC (4 years, 6 months ago) by peter
Changes since 1.6: +8 -6 lines
Diff to previous 1.6
First phase of SHM wineserver. Only the simple calls are accelerated.
shm calls are output to client debug channel.

Revision 1.6 - (download), view (text) (markup) (annotate) - [select for diffs]
Wed Aug 29 21:05:02 2001 UTC (7 years, 2 months ago) by ovek
CVS Tags: winex-sims-3-2, winex-kohan-3-1, winex-kohan-2-1, winex-3-3-2, winex-3-3-1, winex-3-3, winex-3-2-1, winex-3-2, winex-3-1-99, winex-3-1, winex-3-0-pre-1, winex-3-0, winex-2-2-1, winex-2-2, winex-2-1, winex-2-0-branch-merge-to-head, winex-2-0, winehq-premerge-20010824-premerge-20011014, winehq-premerge-20010824-postmerge-20011014, wine-premerge-20011226, start-merge-6oct03, quartz-pre-removal, quartz-post-removal, head_merge_from_winex_2_0_branch, dec3-internal-merge
Branch point for: winex-sims-3-2-branch, winex-kohan-3-2-branch, winex-3-3-branch, winex-3-2-branch, winex-3-0-branch, winex-2-0-branch
Changes since 1.5: +0 -1 lines
Diff to previous 1.5
Not necessary to include server_protocol.h.

Revision 1.5 - (download), view (text) (markup) (annotate) - [select for diffs]
Wed Aug 29 20:08:27 2001 UTC (7 years, 2 months ago) by ovek
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
Updated for new autogenerated request header.

Revision 1.4 - (download), view (text) (markup) (annotate) - [select for diffs]
Thu Apr 26 02:46:41 2001 UTC (7 years, 6 months ago) by ovek
CVS Tags: winehq-premerge-20010824-start, winehq-premerge-20010824-20011014, Oct1201, Oct1101
Branch point for: winehq-premerge-20010824
Changes since 1.3: +199 -14 lines
Diff to previous 1.3
Changing registers and variables, setting breakpoints, and single-stepping
now works with remote-attached gdb (if it doesn't lock up).

Revision 1.3 - (download), view (text) (markup) (annotate) - [select for diffs]
Sun Apr 22 04:35:16 2001 UTC (7 years, 7 months ago) by ovek
Changes since 1.2: +233 -15 lines
Diff to previous 1.2
More gdb debugging features: you can "cont", let the app run for a while,
and if an exception occurs, the app is stopped and gdb gets control again,
in the correct thread. If you "cont" again, the app's own exception
handlers get to handle the exception... (and if you exit gdb within an
unhandled exception, it seems winedbg launches to handle it instead.)

And it appears that the "sharedlibrary" command is better than "info
shared"...

Hmm. Wonder if I should keep working on gdb remote debugging...

Revision 1.2 - (download), view (text) (markup) (annotate) - [select for diffs]
Sat Apr 21 22:03:10 2001 UTC (7 years, 7 months ago) by ovek
Changes since 1.1: +21 -11 lines
Diff to previous 1.1
Fixed a bug in the memory read routine. Now gdb even seems able to read
out which ELF shared libs are loaded, and thus load their symbols, if you
manually force it to update its list by giving the "info shared" command.
(Now if it would also load symbols of PE libs, hmm)

Revision 1.1 - (download), view (text) (markup) (annotate) - [select for diffs]
Sun Apr 15 00:16:41 2001 UTC (7 years, 7 months ago) by ovek
Preliminary GDB remote socket implementation. Only able to take a gdb
connection and give it thread states and let it read process memory...
main problem with this approach is that I don't know how to make gdb
know about loaded dlls so it can load symbols...

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:

Sort log by:

CVS Admin
Powered by
ViewCVS 1.0-dev