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
b885b761
Commit
b885b761
authored
Jun 05, 2006
by
Juan Lang
Committed by
Alexandre Julliard
Jun 05, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winedbg: Get rid of unused mode command.
parent
0c468c81
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
6 deletions
+4
-6
dbg.y
programs/winedbg/dbg.y
+2
-2
debug.l
programs/winedbg/debug.l
+0
-2
info.c
programs/winedbg/info.c
+2
-2
No files found.
programs/winedbg/dbg.y
View file @
b885b761
...
...
@@ -50,8 +50,8 @@ int yyerror(const char*);
}
%token tCONT tPASS tSTEP tLIST tNEXT tQUIT tHELP tBACKTRACE tALL tINFO tUP tDOWN
%token tENABLE tDISABLE tBREAK tHBREAK tWATCH tDELETE tSET t
MODE t
PRINT tEXAM
%token tABORT t
VM86 t
ECHO
%token tENABLE tDISABLE tBREAK tHBREAK tWATCH tDELETE tSET tPRINT tEXAM
%token tABORT tECHO
%token tCLASS tMAPS tSTACK tSEGMENTS tSYMBOL tREGS tALLREGS tWND tQUEUE tLOCAL tEXCEPTION
%token tPROCESS tTHREAD tMODREF tEOL tEOF
%token tFRAME tSHARE tCOND tDISPLAY tUNDISPLAY tDISASSEMBLE
...
...
programs/winedbg/debug.l
View file @
b885b761
...
...
@@ -166,7 +166,6 @@ STRING \"[^\n"]+\"
<INITIAL>abort|abor|abo { return tABORT; }
<INITIAL>print|prin|pri|pr|p { BEGIN(FORMAT_EXPECTED); return tPRINT; }
<INITIAL>mode { BEGIN(MODE_CMD); return tMODE; }
<INITIAL>show|sho|sh { BEGIN(SHOW_CMD); return tSHOW; }
<INITIAL,NOPROCESS>source|sourc|sour|src { BEGIN(PATH_EXPECTED); return tSOURCE; }
<INITIAL>symbolfile|symbols|symbol|sf { BEGIN(PATH_EXPECTED); return tSYMBOLFILE; }
...
...
@@ -196,7 +195,6 @@ STRING \"[^\n"]+\"
<INFO_CMD>maps|map { return tMAPS; }
<INFO_CMD>window|windo|wind|win|wnd { return tWND; }
<HELP_CMD>info|inf|in { return tINFO; }
<MODE_CMD>vm86 { return tVM86; }
<MAINT_CMD>type { return tTYPE; }
<INITIAL,SHOW_CMD>directories|directorie|directori|director|directo|direct|direc|direc|dir {
...
...
programs/winedbg/info.c
View file @
b885b761
...
...
@@ -63,8 +63,8 @@ void print_help(void)
" list <lines> disassemble [<addr>][,<addr>]"
,
" show dir dir <path>"
,
" set <reg> = <expr> set *<addr> = <expr>"
,
"
mode [16,32,vm86] pas
s"
,
"
whatis
info (see 'help info' for options)"
,
"
pass whati
s"
,
" info (see 'help info' for options)"
,
"The 'x' command accepts repeat counts and formats (including 'i') in the"
,
"same way that gdb does.
\n
"
,
...
...
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