Sun May 17 16:23:56 1998 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de> * [file/profile.c] Fix the return value of PROFILE_GetSection * [misc/crtdll.c] Do _getdrive, fix _chdrive. * [misc/commdlg.c] First cut at ChooseColor[WA]. * [misc/network.c] Do something sensible for WNetGetDirectoryType16. Sun May 17 10:21:35 1998 Andreas Mohr <100.30936@germany.net> * [controls/menu.c] Fixed disabled sub menus with MF_BYPOSITION that were not disabled. * [misc/crtdll.c] [relay32/crtdll.spec] [include/winerror.h] Implemented fscanf, fsetpos, _access, _fpreset (thanks to Uwe Bonnes), and _ltoa. * [loader/task.c] MakeProcInstance: must use CURRENT_DS if hInst == NULL. * [misc/shell.c] SHELL_GetResourceTable, InternalExtractIcon: fixed broken .ICO handling * [windows/winpos.c] DeferWindowPos: removed "same parent" requirement. Which doc states that this is required ? Sat May 16 20:08:11 1998 Alexandre Julliard <julliard@lrc.epfl.ch> * [loader/module.c] [loader/ne/module.c] More NE module cleanups. * [loader/task.c] Fixed SwitchStackBack(). Fri May 15 10:04:27 1998 Marcus Meissner <marcus@jet.franken.de> * [configure.in][inlcude/acconfig.h] Fixed broken OSS check, added check for working sigaltstack, fixed broken statfs checks on some linux systems. * [files/directory.c][loader/pe_image.c][relay32/builtin.c] [loader/module.c] Added handling of win32 module pathnames. * [relay32/wnaspi32.spec] New file. * [misc/lzexpand.c] LZCopy auto-decompresses LZ compressed files, even if they are not specially flagged. Fixes some InstallShield problems. * [misc/registry.c] Some fixes for RegQueryInfoKey (reference program monkey.exe from Win32 SDK works now better). Probably still has faults. Fri May 15 08:58:58 1998 Martin Boehme <boehme@informatik.mu-luebeck.de> * [graphics/mapping.c] [include/dc.h] [include/gdi.h] [objects/dc.c] Reworked the way world transformations and mapping modes are handled so that both of these transformations can be computed in a single step. * [graphics/painting.c] [graphics/path.c] [include/path.h] More GDI path support. * [graphics/x11drv/graphics.c] Fixed the return value of GRAPH_DrawArc for the zero height / zero width case to reflect Windows' behaviour. * [include/windows.h] [relay32/gdi32.spec] [objects/dc.c] Implemented ModifyWorldTransform and CombineTransform. Tue May 14 18:03:46 1998 Eric Kohl <ekohl@abo.rhein-zeitung.de> * [controls/commctrl.c][relay32/comctl32.spec] [controls/*.c][include/*.h] Implemented InitCommonControlsEx (dll version 4.72 compatible). InitCommonControls calls ImageCommonControlsEx. Registering code of the common controls had to be changed (see XXXX_Register functions). * [controls/status.c][include/commctrl.h][include/status.h] Implemented most new features and fixed the look and feel. * [contols/commctrl.c][include/commctrl.h][relay32/comctl32.spec] Implemented MenuHelp (incomplete). * [controls/status.c][controls/progress.c] Changed allocation strategy for control specific memory. * [controls/header.c][include/header.h][include/commctrl.h] First implementation of header control. * [windows/defwnd.c][windows/syscolors.c] Fixed default control colors for Win95 look. * [windows/nonclient.c] Fixed off by one error for Win95 look. Top border of child windows should be visible. * [misc/imagelist.h] Improved documentation and fixed some bugs. Thu May 14 15:42:21 1998 Robert Wilhelm <robert@physiol.med.tu-muenchen.de> * [relay32/crtdll.spec] Added hypot,j0,j1,jn and ceil. Wed May 13 19:10:10 1998 Pascal Cuoq <pcuoq@ens-lyon.fr> * [controls/listbox.c] Item height is now exactly font height. Wine listboxes now behave like Windows' when they are created without WS_VSCROLL but the program subsequently calls ShowScrollBar or SetScrollInfo. Wed May 13 18:33:01 1998 Ulrich Weigand <weigand@informatik.uni-erlangen.de> * [relay32/relay386.c] Restore ES also in the non-debug case. * [windows/event.c] Bugfix: Blocking TSXNextEvent could deadlock Wine. * [win32/process.c] [windows/message.c] Silly stubs for MsgWaitForMultipleObjects / PostThreadMessage that make some programs run better. * [windows/winproc.c] WINPROC_MapMsg32Ato16/16To32A: added WM_NOTIFY. * [win32/kernel32.c] Added 16->32 thunking and improved 32->16 thunking functions. * [tools/build.c] Added new variant of CallFrom16 stub for use with Win95 thunks. * [if1632/kernel.spec] [if1632/builtin.c] [win32/kernel32.c] Added a few undocumented KERNEL functions. * [loader/ne/module.c] [loader/ne/segment.c] Call DllEntryPoint for 16-bit DLLs with subsystem >= 4.0. * [win32/kernel32.spec] [win32/wow32.spec] [win32/ordinals.c] Use names from the Oct 94 beta release for undoc. functions. Wed May 13 14:18:26 1998 Matthew Becker <mbecker@glasscity.net> * [misc/registry.c] Code cleanup. * [misc/cpu.c] Commented out the registry puts temporarily. * [programs/regtest/*] New registry testing program. Tue May 12 22:54:03 1998 Michael Mess <michael@kawo2.rwth-aachen.de> * [multimedia/audio.c] ioctl's do not commute in /dev/dsp initialization. Tue May 12 20:11:42 1998 Karl Garrison <karlos@eznet.net> * [win32/console.c] Implemented SetConsoleTextAttribute, FillConsoleOutputCharacter. Improved cursor positioning. This allows for text colors in an xterm, rxvt, or console. Tue May 12 17:57:52 1998 Petter Reinholdtsen <pere@td.org.uit.no> * [Makefile.in] Create prefix/{bin|lib} directories if missing during install. Sun May 10 19:37:51 1998 Jan Willamowius <jan@janhh.shnet.org> * [multimedia/mmio.c] Have mmioSetBuffer return success (0), so Corel Draw 4 keeps working. (IO is still unbuffered) Wed May 6 16:57:55 1998 James Juran <jrj120@psu.edu> * [Makefile.in] [Make.rules.in] Changed "make clean" to remove `textedit` backup files (*%) * [controls/menu.c][graphics/x11drv/xfont.c][include/libres.h] [loader/main.c][loader/ne/module.c][scheduler/synchro.c] [win32/time.c][windows/winpos.c][include/windows.h] Fixed miscellaneous compilation warnings. * [misc/main.c][miscemu/main.c][include/main.h] Moved prototypes to new include file main.h, various cleanups. Tue May 5 21:05:06 1998 Morten Welinder <terra@diku.dk> * [misc/winsock.c] Don't refer to __FreeBSD__ when HAVE_STRERROR is meant. * [misc/debugstr.c] For debug_dumpstrSend, send strings to stderr. Tue May 5 21:47:40 1998 Huw D M Davies <h.davies1@physics.oxford.ac.uk> * [objects/region.c] Fix for REGION_RegionOp() if newReg is one of the source regions. Tue May 5 18:27:32 1998 Jim Peterson <jspeter@roanoke.infi.net> * [misc/main.c] Add '-h/-help' option and print WINE_RELEASE_INFO with usage message. * [misc/spy.c] Realign trace messages. Tue May 5 15:46:47 1998 Donnie V. Savage <dsavage@cisco.com> * [graphics/ddraw.c] Fixed compile warnings * [misc/winsock.c] Warnings should not be errors. Tue May 5 13:40:42 1998 Jim Peterson <jspeter@roanoke.infi.net> * [*/*] Remove many warnings through explicit casts, added #include's, and corrected printf formats. Tue May 5 05:18:12 1998 Insomnia (Stea Greene) <insomnia@core.binghamton.edu> * [graphics/ddraw.c] Kept unchanged portion of old palette when changing only a few palette entries. Really should only deallocate the changed cells. This make StarCraft work almost perfectly (sound overflows still cause static). Mon May 4 15:04:57 1998 Alexander V. Lukyanov <lav@long.yar.ru> * [misc/lstr.c] FormatMessage: terminate string on %0, undo linefeed strip.
662 lines
18 KiB
C
662 lines
18 KiB
C
/*
|
|
* Debugger break-points handling
|
|
*
|
|
* Copyright 1994 Martin von Loewis
|
|
* Copyright 1995 Alexandre Julliard
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <sys/types.h>
|
|
#include <sys/mman.h>
|
|
#include "module.h"
|
|
#include "process.h"
|
|
#include "toolhelp.h"
|
|
#include "windows.h"
|
|
#include "debugger.h"
|
|
|
|
#define INT3 0xcc /* int 3 opcode */
|
|
|
|
#define MAX_BREAKPOINTS 100
|
|
|
|
typedef struct
|
|
{
|
|
DBG_ADDR addr;
|
|
BYTE addrlen;
|
|
BYTE opcode;
|
|
BOOL16 enabled;
|
|
WORD skipcount;
|
|
BOOL16 in_use;
|
|
struct expr * condition;
|
|
} BREAKPOINT;
|
|
|
|
static BREAKPOINT breakpoints[MAX_BREAKPOINTS];
|
|
|
|
static int next_bp = 1; /* breakpoint 0 is reserved for step-over */
|
|
|
|
|
|
/***********************************************************************
|
|
* DEBUG_ChangeOpcode
|
|
*
|
|
* Change the opcode at segment:addr.
|
|
*/
|
|
static void DEBUG_SetOpcode( const DBG_ADDR *addr, BYTE op )
|
|
{
|
|
BYTE *ptr;
|
|
|
|
if (addr->seg) ptr = (BYTE *)PTR_SEG_OFF_TO_LIN( addr->seg, addr->off );
|
|
else ptr = (BYTE *)addr->off;
|
|
|
|
/* There are a couple of problems with this. On Linux prior to
|
|
1.1.62, this call fails (ENOACCESS) due to a bug in fs/exec.c.
|
|
This code is currently not tested at all on BSD.
|
|
How do I get the old protection in order to restore it later on?
|
|
*/
|
|
if (mprotect((caddr_t)((int)ptr & (~4095)), 4096,
|
|
PROT_READ | PROT_WRITE | PROT_EXEC) == -1)
|
|
{
|
|
perror( "Can't set break point" );
|
|
return;
|
|
}
|
|
*ptr = op;
|
|
/* mprotect((caddr_t)(addr->off & ~4095), 4096,
|
|
PROT_READ | PROT_EXEC ); */
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DEBUG_IsStepOverInstr
|
|
*
|
|
* Determine if the instruction at CS:EIP is an instruction that
|
|
* we need to step over (like a call or a repetitive string move).
|
|
*/
|
|
static BOOL32 DEBUG_IsStepOverInstr()
|
|
{
|
|
BYTE *instr = (BYTE *)PTR_SEG_OFF_TO_LIN( CS_reg(&DEBUG_context),
|
|
EIP_reg(&DEBUG_context) );
|
|
|
|
for (;;)
|
|
{
|
|
switch(*instr)
|
|
{
|
|
/* Skip all prefixes */
|
|
|
|
case 0x2e: /* cs: */
|
|
case 0x36: /* ss: */
|
|
case 0x3e: /* ds: */
|
|
case 0x26: /* es: */
|
|
case 0x64: /* fs: */
|
|
case 0x65: /* gs: */
|
|
case 0x66: /* opcode size prefix */
|
|
case 0x67: /* addr size prefix */
|
|
case 0xf0: /* lock */
|
|
case 0xf2: /* repne */
|
|
case 0xf3: /* repe */
|
|
instr++;
|
|
continue;
|
|
|
|
/* Handle call instructions */
|
|
|
|
case 0xe8: /* call <offset> */
|
|
case 0x9a: /* lcall <seg>:<off> */
|
|
return TRUE;
|
|
|
|
case 0xff: /* call <regmodrm> */
|
|
return (((instr[1] & 0x38) == 0x10) ||
|
|
((instr[1] & 0x38) == 0x18));
|
|
|
|
/* Handle string instructions */
|
|
|
|
case 0x6c: /* insb */
|
|
case 0x6d: /* insw */
|
|
case 0x6e: /* outsb */
|
|
case 0x6f: /* outsw */
|
|
case 0xa4: /* movsb */
|
|
case 0xa5: /* movsw */
|
|
case 0xa6: /* cmpsb */
|
|
case 0xa7: /* cmpsw */
|
|
case 0xaa: /* stosb */
|
|
case 0xab: /* stosw */
|
|
case 0xac: /* lodsb */
|
|
case 0xad: /* lodsw */
|
|
case 0xae: /* scasb */
|
|
case 0xaf: /* scasw */
|
|
return TRUE;
|
|
|
|
default:
|
|
return FALSE;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DEBUG_IsFctReturn
|
|
*
|
|
* Determine if the instruction at CS:EIP is an instruction that
|
|
* is a function return.
|
|
*/
|
|
BOOL32 DEBUG_IsFctReturn(void)
|
|
{
|
|
BYTE *instr = (BYTE *)PTR_SEG_OFF_TO_LIN( CS_reg(&DEBUG_context),
|
|
EIP_reg(&DEBUG_context) );
|
|
|
|
for (;;)
|
|
{
|
|
switch(*instr)
|
|
{
|
|
case 0xc2:
|
|
case 0xc3:
|
|
return TRUE;
|
|
default:
|
|
return FALSE;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DEBUG_SetBreakpoints
|
|
*
|
|
* Set or remove all the breakpoints.
|
|
*/
|
|
void DEBUG_SetBreakpoints( BOOL32 set )
|
|
{
|
|
int i;
|
|
|
|
for (i = 0; i < MAX_BREAKPOINTS; i++)
|
|
{
|
|
if (breakpoints[i].in_use && breakpoints[i].enabled)
|
|
{
|
|
/* Note: we check for read here, because if reading is allowed */
|
|
/* writing permission will be forced in DEBUG_SetOpcode. */
|
|
if (DEBUG_IsBadReadPtr( &breakpoints[i].addr, 1 ))
|
|
{
|
|
fprintf( stderr, "Invalid address for breakpoint %d, disabling it\n", i );
|
|
breakpoints[i].enabled = FALSE;
|
|
}
|
|
else DEBUG_SetOpcode( &breakpoints[i].addr,
|
|
set ? INT3 : breakpoints[i].opcode );
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DEBUG_FindBreakpoint
|
|
*
|
|
* Find the breakpoint for a given address. Return the breakpoint
|
|
* number or -1 if none.
|
|
*/
|
|
int DEBUG_FindBreakpoint( const DBG_ADDR *addr )
|
|
{
|
|
int i;
|
|
|
|
for (i = 0; i < MAX_BREAKPOINTS; i++)
|
|
{
|
|
if (breakpoints[i].in_use && breakpoints[i].enabled &&
|
|
breakpoints[i].addr.seg == addr->seg &&
|
|
breakpoints[i].addr.off == addr->off) return i;
|
|
}
|
|
return -1;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DEBUG_AddBreakpoint
|
|
*
|
|
* Add a breakpoint.
|
|
*/
|
|
void DEBUG_AddBreakpoint( const DBG_ADDR *address )
|
|
{
|
|
DBG_ADDR addr = *address;
|
|
int num;
|
|
unsigned int seg2;
|
|
BYTE *p;
|
|
|
|
DBG_FIX_ADDR_SEG( &addr, CS_reg(&DEBUG_context) );
|
|
|
|
if( addr.type != NULL && addr.type == DEBUG_TypeIntConst )
|
|
{
|
|
/*
|
|
* We know that we have the actual offset stored somewhere
|
|
* else in 32-bit space. Grab it, and we
|
|
* should be all set.
|
|
*/
|
|
seg2 = addr.seg;
|
|
addr.seg = 0;
|
|
addr.off = DEBUG_GetExprValue(&addr, NULL);
|
|
addr.seg = seg2;
|
|
}
|
|
if (!DBG_CHECK_READ_PTR( &addr, 1 )) return;
|
|
|
|
if (next_bp < MAX_BREAKPOINTS)
|
|
num = next_bp++;
|
|
else /* try to find an empty slot */
|
|
{
|
|
for (num = 1; num < MAX_BREAKPOINTS; num++)
|
|
if (!breakpoints[num].in_use) break;
|
|
if (num >= MAX_BREAKPOINTS)
|
|
{
|
|
fprintf( stderr, "Too many breakpoints. Please delete some.\n" );
|
|
return;
|
|
}
|
|
}
|
|
p = DBG_ADDR_TO_LIN( &addr );
|
|
breakpoints[num].addr = addr;
|
|
breakpoints[num].addrlen = !addr.seg ? 32 :
|
|
(GET_SEL_FLAGS(addr.seg) & LDT_FLAGS_32BIT) ? 32 : 16;
|
|
breakpoints[num].opcode = *p;
|
|
breakpoints[num].enabled = TRUE;
|
|
breakpoints[num].in_use = TRUE;
|
|
breakpoints[num].skipcount = 0;
|
|
fprintf( stderr, "Breakpoint %d at ", num );
|
|
DEBUG_PrintAddress( &breakpoints[num].addr, breakpoints[num].addrlen,
|
|
TRUE );
|
|
fprintf( stderr, "\n" );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DEBUG_DelBreakpoint
|
|
*
|
|
* Delete a breakpoint.
|
|
*/
|
|
void DEBUG_DelBreakpoint( int num )
|
|
{
|
|
if ((num <= 0) || (num >= next_bp) || !breakpoints[num].in_use)
|
|
{
|
|
fprintf( stderr, "Invalid breakpoint number %d\n", num );
|
|
return;
|
|
}
|
|
|
|
if( breakpoints[num].condition != NULL )
|
|
{
|
|
DEBUG_FreeExpr(breakpoints[num].condition);
|
|
breakpoints[num].condition = NULL;
|
|
}
|
|
|
|
breakpoints[num].enabled = FALSE;
|
|
breakpoints[num].in_use = FALSE;
|
|
breakpoints[num].skipcount = 0;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DEBUG_EnableBreakpoint
|
|
*
|
|
* Enable or disable a break point.
|
|
*/
|
|
void DEBUG_EnableBreakpoint( int num, BOOL32 enable )
|
|
{
|
|
if ((num <= 0) || (num >= next_bp) || !breakpoints[num].in_use)
|
|
{
|
|
fprintf( stderr, "Invalid breakpoint number %d\n", num );
|
|
return;
|
|
}
|
|
breakpoints[num].enabled = enable;
|
|
breakpoints[num].skipcount = 0;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DEBUG_InfoBreakpoints
|
|
*
|
|
* Display break points information.
|
|
*/
|
|
void DEBUG_InfoBreakpoints(void)
|
|
{
|
|
int i;
|
|
|
|
fprintf( stderr, "Breakpoints:\n" );
|
|
for (i = 1; i < next_bp; i++)
|
|
{
|
|
if (breakpoints[i].in_use)
|
|
{
|
|
fprintf( stderr, "%d: %c ", i, breakpoints[i].enabled ? 'y' : 'n');
|
|
DEBUG_PrintAddress( &breakpoints[i].addr, breakpoints[i].addrlen,
|
|
TRUE);
|
|
fprintf( stderr, "\n" );
|
|
if( breakpoints[i].condition != NULL )
|
|
{
|
|
fprintf(stderr, "\t\tstop when ");
|
|
DEBUG_DisplayExpr(breakpoints[i].condition);
|
|
fprintf(stderr, "\n");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DEBUG_AddModuleBreakpoints
|
|
*
|
|
* Add a breakpoint at the start of every loaded module.
|
|
*/
|
|
void DEBUG_AddModuleBreakpoints(void)
|
|
{
|
|
MODULEENTRY entry;
|
|
NE_MODULE *pModule;
|
|
BOOL32 ok;
|
|
DBG_ADDR addr = { NULL, 0, 0 };
|
|
WINE_MODREF *wm;
|
|
|
|
for (ok = ModuleFirst(&entry); ok; ok = ModuleNext(&entry))
|
|
{
|
|
if (!(pModule = NE_GetPtr( entry.hModule ))) continue;
|
|
if (pModule->flags & NE_FFLAGS_LIBMODULE) continue; /* Library */
|
|
|
|
if (!(pModule->flags & NE_FFLAGS_WIN32)) /* NE module */
|
|
{
|
|
addr.seg = NE_SEG_TABLE(pModule)[pModule->cs-1].selector;
|
|
addr.off = pModule->ip;
|
|
fprintf( stderr, "Win16 task '%s': ", entry.szModule );
|
|
DEBUG_AddBreakpoint( &addr );
|
|
}
|
|
}
|
|
for (wm=PROCESS_Current()->modref_list;wm;wm=wm->next) {
|
|
addr.seg = 0;
|
|
addr.off =(DWORD)RVA_PTR(wm->module,OptionalHeader.AddressOfEntryPoint);
|
|
fprintf( stderr, "Win32 module '%s': ", wm->modname );
|
|
DEBUG_AddBreakpoint( &addr );
|
|
}
|
|
|
|
DEBUG_SetBreakpoints( TRUE ); /* Setup breakpoints */
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DEBUG_ShouldContinue
|
|
*
|
|
* Determine if we should continue execution after a SIGTRAP signal when
|
|
* executing in the given mode.
|
|
*/
|
|
BOOL32 DEBUG_ShouldContinue( enum exec_mode mode, int * count )
|
|
{
|
|
DBG_ADDR addr;
|
|
DBG_ADDR cond_addr;
|
|
int bpnum;
|
|
struct list_id list;
|
|
|
|
/* If not single-stepping, back up over the int3 instruction */
|
|
if (!(EFL_reg(&DEBUG_context) & STEP_FLAG)) EIP_reg(&DEBUG_context)--;
|
|
|
|
addr.seg = CS_reg(&DEBUG_context);
|
|
addr.off = EIP_reg(&DEBUG_context);
|
|
if (IS_SELECTOR_SYSTEM(addr.seg)) addr.seg = 0;
|
|
|
|
bpnum = DEBUG_FindBreakpoint( &addr );
|
|
breakpoints[0].enabled = 0; /* disable the step-over breakpoint */
|
|
|
|
if ((bpnum != 0) && (bpnum != -1))
|
|
{
|
|
if( breakpoints[bpnum].condition != NULL )
|
|
{
|
|
cond_addr = DEBUG_EvalExpr(breakpoints[bpnum].condition);
|
|
if( cond_addr.type == NULL )
|
|
{
|
|
/*
|
|
* Something wrong - unable to evaluate this expression.
|
|
*/
|
|
fprintf(stderr, "Unable to evaluate expression ");
|
|
DEBUG_DisplayExpr(breakpoints[bpnum].condition);
|
|
fprintf(stderr, "\nTurning off condition\n");
|
|
DEBUG_AddBPCondition(bpnum, NULL);
|
|
}
|
|
else if( ! DEBUG_GetExprValue( &cond_addr, NULL) )
|
|
{
|
|
return TRUE;
|
|
}
|
|
}
|
|
|
|
if( breakpoints[bpnum].skipcount > 0 )
|
|
{
|
|
breakpoints[bpnum].skipcount--;
|
|
if( breakpoints[bpnum].skipcount > 0 )
|
|
{
|
|
return TRUE;
|
|
}
|
|
}
|
|
fprintf( stderr, "Stopped on breakpoint %d at ", bpnum );
|
|
DEBUG_PrintAddress( &breakpoints[bpnum].addr,
|
|
breakpoints[bpnum].addrlen, TRUE );
|
|
fprintf( stderr, "\n" );
|
|
|
|
/*
|
|
* See if there is a source file for this bp. If so,
|
|
* then dig it out and display one line.
|
|
*/
|
|
DEBUG_FindNearestSymbol( &addr, TRUE, NULL, 0, &list);
|
|
if( list.sourcefile != NULL )
|
|
{
|
|
DEBUG_List(&list, NULL, 0);
|
|
}
|
|
return FALSE;
|
|
}
|
|
|
|
/*
|
|
* If our mode indicates that we are stepping line numbers,
|
|
* get the current function, and figure out if we are exactly
|
|
* on a line number or not.
|
|
*/
|
|
if( mode == EXEC_STEP_OVER
|
|
|| mode == EXEC_STEP_INSTR )
|
|
{
|
|
if( DEBUG_CheckLinenoStatus(&addr) == AT_LINENUMBER )
|
|
{
|
|
(*count)--;
|
|
}
|
|
}
|
|
else if( mode == EXEC_STEPI_OVER
|
|
|| mode == EXEC_STEPI_INSTR )
|
|
|
|
{
|
|
(*count)--;
|
|
}
|
|
|
|
if( *count > 0 || mode == EXEC_FINISH )
|
|
{
|
|
/*
|
|
* We still need to execute more instructions.
|
|
*/
|
|
return TRUE;
|
|
}
|
|
|
|
/*
|
|
* If we are about to stop, then print out the source line if we
|
|
* have it.
|
|
*/
|
|
if( (mode != EXEC_CONT && mode != EXEC_FINISH) )
|
|
{
|
|
DEBUG_FindNearestSymbol( &addr, TRUE, NULL, 0, &list);
|
|
if( list.sourcefile != NULL )
|
|
{
|
|
DEBUG_List(&list, NULL, 0);
|
|
}
|
|
}
|
|
|
|
/* If there's no breakpoint and we are not single-stepping, then we */
|
|
/* must have encountered an int3 in the Windows program; let's skip it. */
|
|
if ((bpnum == -1) && !(EFL_reg(&DEBUG_context) & STEP_FLAG))
|
|
EIP_reg(&DEBUG_context)++;
|
|
|
|
/* no breakpoint, continue if in continuous mode */
|
|
return (mode == EXEC_CONT || mode == EXEC_FINISH);
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DEBUG_RestartExecution
|
|
*
|
|
* Set the breakpoints to the correct state to restart execution
|
|
* in the given mode.
|
|
*/
|
|
enum exec_mode DEBUG_RestartExecution( enum exec_mode mode, int count )
|
|
{
|
|
DBG_ADDR addr;
|
|
DBG_ADDR addr2;
|
|
int bp;
|
|
int delta;
|
|
int status;
|
|
unsigned int * value;
|
|
enum exec_mode ret_mode;
|
|
BYTE *instr;
|
|
|
|
addr.seg = CS_reg(&DEBUG_context);
|
|
addr.off = EIP_reg(&DEBUG_context);
|
|
if (IS_SELECTOR_SYSTEM(addr.seg)) addr.seg = 0;
|
|
|
|
/*
|
|
* This is the mode we will be running in after we finish. We would like
|
|
* to be able to modify this in certain cases.
|
|
*/
|
|
ret_mode = mode;
|
|
|
|
bp = DEBUG_FindBreakpoint( &addr );
|
|
if ( bp != -1 && bp != 0)
|
|
{
|
|
/*
|
|
* If we have set a new value, then save it in the BP number.
|
|
*/
|
|
if( count != 0 && mode == EXEC_CONT )
|
|
{
|
|
breakpoints[bp].skipcount = count;
|
|
}
|
|
mode = EXEC_STEPI_INSTR; /* If there's a breakpoint, skip it */
|
|
}
|
|
else
|
|
{
|
|
if( mode == EXEC_CONT && count > 1 )
|
|
{
|
|
fprintf(stderr,"Not stopped at any breakpoint; argument ignored.\n");
|
|
}
|
|
}
|
|
|
|
if( mode == EXEC_FINISH && DEBUG_IsFctReturn() )
|
|
{
|
|
mode = ret_mode = EXEC_STEPI_INSTR;
|
|
}
|
|
|
|
instr = (BYTE *)PTR_SEG_OFF_TO_LIN( CS_reg(&DEBUG_context),
|
|
EIP_reg(&DEBUG_context) );
|
|
/*
|
|
* See if the function we are stepping into has debug info
|
|
* and line numbers. If not, then we step over it instead.
|
|
* FIXME - we need to check for things like thunks or trampolines,
|
|
* as the actual function may in fact have debug info.
|
|
*/
|
|
if( *instr == 0xe8 )
|
|
{
|
|
delta = *(unsigned int*) (instr + 1);
|
|
addr2 = addr;
|
|
DEBUG_Disasm(&addr2, FALSE);
|
|
addr2.off += delta;
|
|
|
|
status = DEBUG_CheckLinenoStatus(&addr2);
|
|
/*
|
|
* Anytime we have a trampoline, step over it.
|
|
*/
|
|
if( ((mode == EXEC_STEP_OVER) || (mode == EXEC_STEPI_OVER))
|
|
&& status == FUNC_IS_TRAMPOLINE )
|
|
{
|
|
#if 0
|
|
fprintf(stderr, "Not stepping into trampoline at %x (no lines)\n",
|
|
addr2.off);
|
|
#endif
|
|
mode = EXEC_STEP_OVER_TRAMPOLINE;
|
|
}
|
|
|
|
if( mode == EXEC_STEP_INSTR && status == FUNC_HAS_NO_LINES )
|
|
{
|
|
#if 0
|
|
fprintf(stderr, "Not stepping into function at %x (no lines)\n",
|
|
addr2.off);
|
|
#endif
|
|
mode = EXEC_STEP_OVER;
|
|
}
|
|
}
|
|
|
|
|
|
if( mode == EXEC_STEP_INSTR )
|
|
{
|
|
if( DEBUG_CheckLinenoStatus(&addr) == FUNC_HAS_NO_LINES )
|
|
{
|
|
fprintf(stderr, "Single stepping until exit from function, \n");
|
|
fprintf(stderr, "which has no line number information.\n");
|
|
|
|
ret_mode = mode = EXEC_FINISH;
|
|
}
|
|
}
|
|
|
|
switch(mode)
|
|
{
|
|
case EXEC_CONT: /* Continuous execution */
|
|
EFL_reg(&DEBUG_context) &= ~STEP_FLAG;
|
|
DEBUG_SetBreakpoints( TRUE );
|
|
break;
|
|
|
|
case EXEC_STEP_OVER_TRAMPOLINE:
|
|
/*
|
|
* This is the means by which we step over our conversion stubs
|
|
* in callfrom*.s and callto*.s. We dig the appropriate address
|
|
* off the stack, and we set the breakpoint there instead of the
|
|
* address just after the call.
|
|
*/
|
|
value = (unsigned int *) ESP_reg(&DEBUG_context) + 2;
|
|
addr.off = *value;
|
|
EFL_reg(&DEBUG_context) &= ~STEP_FLAG;
|
|
breakpoints[0].addr = addr;
|
|
breakpoints[0].enabled = TRUE;
|
|
breakpoints[0].in_use = TRUE;
|
|
breakpoints[0].skipcount = 0;
|
|
breakpoints[0].opcode = *(BYTE *)DBG_ADDR_TO_LIN( &addr );
|
|
DEBUG_SetBreakpoints( TRUE );
|
|
break;
|
|
|
|
case EXEC_FINISH:
|
|
case EXEC_STEPI_OVER: /* Stepping over a call */
|
|
case EXEC_STEP_OVER: /* Stepping over a call */
|
|
if (DEBUG_IsStepOverInstr())
|
|
{
|
|
EFL_reg(&DEBUG_context) &= ~STEP_FLAG;
|
|
DEBUG_Disasm(&addr, FALSE);
|
|
breakpoints[0].addr = addr;
|
|
breakpoints[0].enabled = TRUE;
|
|
breakpoints[0].in_use = TRUE;
|
|
breakpoints[0].skipcount = 0;
|
|
breakpoints[0].opcode = *(BYTE *)DBG_ADDR_TO_LIN( &addr );
|
|
DEBUG_SetBreakpoints( TRUE );
|
|
break;
|
|
}
|
|
/* else fall through to single-stepping */
|
|
|
|
case EXEC_STEP_INSTR: /* Single-stepping an instruction */
|
|
case EXEC_STEPI_INSTR: /* Single-stepping an instruction */
|
|
EFL_reg(&DEBUG_context) |= STEP_FLAG;
|
|
break;
|
|
}
|
|
return ret_mode;
|
|
}
|
|
|
|
int
|
|
DEBUG_AddBPCondition(int num, struct expr * exp)
|
|
{
|
|
if ((num <= 0) || (num >= next_bp) || !breakpoints[num].in_use)
|
|
{
|
|
fprintf( stderr, "Invalid breakpoint number %d\n", num );
|
|
return FALSE;
|
|
}
|
|
|
|
if( breakpoints[num].condition != NULL )
|
|
{
|
|
DEBUG_FreeExpr(breakpoints[num].condition);
|
|
breakpoints[num].condition = NULL;
|
|
}
|
|
|
|
if( exp != NULL )
|
|
{
|
|
breakpoints[num].condition = DEBUG_CloneExpr(exp);
|
|
}
|
|
|
|
return TRUE;
|
|
}
|