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
7f1105e6
Commit
7f1105e6
authored
Feb 03, 2010
by
Eric Pouech
Committed by
Alexandre Julliard
Feb 04, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winedbg: Add disassembly capacity to x86-64 backend.
parent
e1b677dc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
+2
-4
Makefile.in
programs/winedbg/Makefile.in
+1
-0
be_x86_64.c
programs/winedbg/be_x86_64.c
+1
-4
db_disasm64.c
programs/winedbg/db_disasm64.c
+0
-0
No files found.
programs/winedbg/Makefile.in
View file @
7f1105e6
...
...
@@ -17,6 +17,7 @@ C_SRCS = \
break.c
\
crashdlg.c
\
db_disasm.c
\
db_disasm64.c
\
display.c
\
expr.c
\
gdbproxy.c
\
...
...
programs/winedbg/be_x86_64.c
View file @
7f1105e6
...
...
@@ -186,10 +186,7 @@ static unsigned be_x86_64_is_func_call(const void* insn, ADDRESS64* callee)
return
FALSE
;
}
static
void
be_x86_64_disasm_one_insn
(
ADDRESS64
*
addr
,
int
display
)
{
dbg_printf
(
"Disasm NIY
\n
"
);
}
extern
void
be_x86_64_disasm_one_insn
(
ADDRESS64
*
addr
,
int
display
);
#define DR7_CONTROL_SHIFT 16
#define DR7_CONTROL_SIZE 4
...
...
programs/winedbg/db_disasm64.c
0 → 100644
View file @
7f1105e6
This diff is collapsed.
Click to expand it.
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