Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
61310dd3
Commit
61310dd3
authored
Jun 25, 2021
by
Bernhard Übelacker
Committed by
Alexandre Julliard
Jun 25, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winedbg: Try to load debug symbols for executable in gdb mode.
Signed-off-by:
Bernhard Übelacker
<
bernhardu@mailbox.org
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
83e041ea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
gdbproxy.c
programs/winedbg/gdbproxy.c
+3
-0
No files found.
programs/winedbg/gdbproxy.c
View file @
61310dd3
...
...
@@ -437,6 +437,9 @@ static BOOL handle_debug_event(struct gdb_context* gdbctx)
fprintf
(
stderr
,
"%04x:%04x: create thread I @%p
\n
"
,
de
->
dwProcessId
,
de
->
dwThreadId
,
de
->
u
.
CreateProcessInfo
.
lpStartAddress
);
dbg_load_module
(
gdbctx
->
process
->
handle
,
de
->
u
.
CreateProcessInfo
.
hFile
,
u
.
buffer
,
(
DWORD_PTR
)
de
->
u
.
CreateProcessInfo
.
lpBaseOfImage
,
0
);
dbg_add_thread
(
gdbctx
->
process
,
de
->
dwThreadId
,
de
->
u
.
CreateProcessInfo
.
hThread
,
de
->
u
.
CreateProcessInfo
.
lpThreadLocalBase
);
...
...
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