Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
2e83ea49
Commit
2e83ea49
authored
May 26, 2008
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winedbg: Fix compile when poll() is not available.
parent
10e795a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
8 deletions
+6
-8
gdbproxy.c
programs/winedbg/gdbproxy.c
+6
-8
No files found.
programs/winedbg/gdbproxy.c
View file @
2e83ea49
...
...
@@ -111,7 +111,12 @@ struct gdb_context
unsigned
long
wine_segs
[
3
];
/* load addresses of the ELF wine exec segments (text, bss and data) */
};
static
struct
be_process_io
be_process_gdbproxy_io
;
static
struct
be_process_io
be_process_gdbproxy_io
=
{
NULL
,
/* we shouldn't use close_process() in gdbproxy */
ReadProcessMemory
,
WriteProcessMemory
};
/* =============================================== *
* B A S I C M A N I P U L A T I O N S *
...
...
@@ -2352,10 +2357,3 @@ int gdb_main(int argc, char* argv[])
#endif
return
-
1
;
}
static
struct
be_process_io
be_process_gdbproxy_io
=
{
NULL
,
/* we shouldn't use close_process() in gdbproxy */
ReadProcessMemory
,
WriteProcessMemory
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment