mirror of
https://github.com/reactos/wine.git
synced 2025-02-09 05:36:56 +00:00
![Alexandre Julliard](/assets/img/avatar_default.png)
Thu Apr 30 16:28:12 1998 James Juran <jrj120@psu.edu> * [scheduler/process.c] Implemented GetExitCodeProcess. The code is a direct translation of GetExitCodeThread. Mon Apr 27 22:20:25 1998 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de> * [loader/pe_image.c] Unload dummy module when PE_LoadLibraryEx32A fails with PE_LoadImage (makes Encarta 98 installer proceed). * [files/drive.c] Make GetDriveType16 return DRIVE_REMOVABLE for TYPE_CDROM. Make GetCurrentDirectory32 behave like the code does and not like the help describes. * [files/profile.c] Revoke recent change in PROFILE_GetSection and try better handling of special case. * [include/windows.h] Change definition of ACCEL32. * [misc/commdlg.c] Replace the GetXXXFilename32 macros by normal code. Fix two reported bugs in my changes to commdlg. * [windows/win.c] Add a hook to catch bogus WM_SIZE messages by emitting a warning in the appropriate case. * [objects/bitmap.c] Reject unreasonbable large size arguments in CreateCompatibleBitmap32 and add an fixme for that situation. Sun Apr 26 18:30:07 1998 Alexandre Julliard <julliard@lrc.epfl.ch> * [include/ldt.h] [debugger/*.c] [miscemu/instr.c] Added IS_SELECTOR_SYSTEM and IS_SELECTOR_32BIT macros. Make instruction emulation support system selectors. * [loader/*.c] Started moving NE specific functions to the new loader/ne directory. * [memory/environ.c] Enforce the 127 chars limit only when creating the environment of a Win16 process. Sun Apr 26 12:22:23 1998 Andreas Mohr <100.30936@germany.net> * [files/file.c] Fixed an incredible typo in CopyFile32A that made it unusable since a rewrite in 970112 (!!). * [files/directory.c] Fixed GetTempPath32A/W to include trailing backslash. * [misc/ver.c] Make find_pe_resource "work" with corrupt files. * [misc/wsprintf.c] Altered WPRINTF_ParseFormatA/W to treat invalid format chars as normal output, too. * [msdos/dpmi.c] Implemented "Allocate/Free real mode callback" (0x0303/0x0304). Cross your fingers if you need to use it ;) (completely untested) Implemented "Call real mode proc with far return" (0x0301, tested). * [msdos/int21.c] Fixed ioctlGenericBlkDevReq/0x60. * [relay32/dplayx.spec] [relay32/builtin32.c] [relay32/Makefile.in] Added built-in DPLAYX.DLL. * [windows/win.c] Fixed GetWindowWord()/GWW_HWNDPARENT to return the window's owner if it has no parent (SDK). Sat Apr 25 15:09:53 1998 M.T.Fortescue <mark@mtfhpc.demon.co.uk> * [debugger/db_disasm.c] Fixed disassemble bug for no-display option and 'lock', 'repne' and 'repe' prefixes. * [debugger/registers.c] Added textual flag description output on 'info regs'. Sat Apr 25 14:18:26 1998 Matthew Becker <mbecker@glasscity.net> * [*/*.c] Added stubs and/or documentation for the following functions: LookupPrivilegeValue, OpenService, ControlService, RegGetKeySecurity, StartService, SetComputerName, DeleteService, CloseServiceHandle, OpenProcessToken, OpenSCManager, DeregisterEventSource, WaitForDebugEvent, WaitForInputIdle, RegisterEventSource, SetDebugErrorLevel, SetConsoleCursorPosition, ChoosePixelFormat, SetPixelFormat, GetPixelFormat, DescribePixelFormat, SwapBuffers, PolyBezier, AbortPath, DestroyAcceleratorTable, HeapWalk, DdeInitialize, DdeUninitialize, DdeConnectList, DdeDisconnectList, DdeCreateStringHandle, DdePostAdvise, DdeGetData, DdeNameService, DdeGetLastError, WNetGetDirectoryType, EnumPrinters, RegFlushKey, RegGetKeySecurity, DllGetClassObject, DllCanUnloadNow, CreateBitmap, CreateCompatibleBitmap, CreateBitmapIndirect, GetBitmapBits, SetBitmapBits, LoadImage, CopyImage, LoadBitmap, DrawIcon, CreateDiscardableBitmap, SetDIBits, GetCharABCWidths, LoadTypeLib, SetConsoleCtrlHandler, CreateConsoleScreenBuffer, ReadConsoleInput, GetConsoleCursorInfo, SetConsoleCursorInfo, SetConsoleWindowInfo, SetConsoleTextAttribute, SetConsoleScreenBufferSize, FillConsoleOutputCharacter, FillConsoleOutputAttribute, CreateMailslot, GetMailslotInfo, GetCompressedFileSize, GetProcessWindowStation, GetThreadDesktop, SetDebugErrorLevel, WaitForDebugEvent, SetComputerName, CreateMDIWindow. Thu Apr 23 23:54:04 1998 Douglas Ridgway <ridgway@winehq.com> * [include/windows.h] [objects/enhmetafile.c] [relay32/gdi32.spec] Implement CopyEnhMetaFile, Get/SetEnhMetaFileBits, other fixes. * [include/windows.h] [objects/metafile.c] [relay32/gdi32.spec] 32-bit metafile fixes, implement EnumMetaFile32, GetMetaFileBitsEx. * [objects/font.c] [graphics/x11drv/xfont.c] [graphics/x11drv/text.c] Some rotated text support for X11R6 displays. * [win32/newfns.c] [ole/ole2nls.c] Moved GetNumberFormat32A. Wed Apr 22 17:38:20 1998 David Lee Lambert <lamber45@egr.msu.edu> * [ole/ole2nls.c] [misc/network.c] Changed some function documentation to the new style. * [misc/network.c] [include/windows.h] [if1632/user.spec] [relay32/mpr.spec] [misc/mpr.c] Added stubs for some Win32 network functions; renamed some 16-bit ones with 32-bit counterparts, as well as WNetGetDirectoryType; moved the stubs in misc/mpr.c (three of them!) to misc/network.c. * [ole/compobj.c] [ole/storage.c] [ole/ole2disp.c] [ole/ole2nls.c] [ole/folders.c] [ole/moniker.c] [ole/ole2.c] [graphics/fontengine.c] [graphics/ddraw.c] [graphics/env.c] [graphics/driver.c] [graphics/escape.c] Changed fprintf's to proper debug-macros. * [include/winnls.h] Added some flags (for internal use). * [ole/ole2nls.c] Added the Unicode core function, and worked out a way to hide the commonality of the core. * [relay32/kernel32.spec] Added support for GetDate/Time32A/W. Wed Apr 22 09:16:03 1998 Gordon Chaffee <chaffee@cs.berkeley.edu> * [win32/code_page.c] Fixed problem with MultiByteToWideChar that was introduced in last release. Made MultiByteToWideChar more compatible with Win32. * [graphics/x11drv/graphics.c] Fixed problem with drawing arcs. Tue Apr 21 11:24:58 1998 Constantine Sapuntzakis <csapuntz@tma-1.lcs.mit.edu> * [ole/ole2nls.c] Move stuff from 0x409 case to Lang_En. * [relay32/user32.spec] [windows/winpos.c] Added stubs for GetWindowRgn32 and SetWindowRgn32. Makes Office Paperclip happy. Tue Apr 21 11:16:16 1998 Constantine Sapuntzakis <csapuntz@tma-1.lcs.mit.edu> * [loader/pe_image.c] If image is relocated, TLS addresses need to be adjusted. * [debugger/*.c] Generalized tests for 32-bit segments. Tue Apr 21 02:04:59 1998 James Juran <jrj120@psu.edu> * [misc/*.c] [miscemu/*.c] [msdos/*.c] [if1632/*.c] [include/*.h] [loader/*.c] [memory/*.c] [multimedia/*.c] [objects/*.c] Almost all fprintf statements converted to appropriate debug messages. * [README] Updated "GETTING MORE INFORMATION" section to include WineHQ. * [documentation/debugger] Fixed typo. * [windows/defwnd.c] Added function documentation. Sun Apr 19 16:30:58 1998 Marcus Meissner <marcus@mud.de> * [Make.rules.in] Added lint target (using lclint). * [relay32/oleaut32.spec][relay32/Makefile.in][ole/typelib.c] [ole/ole2disp.c] Added oleaut32 spec, added some SysString functions. * [if1632/signal.c] Added printing of faultaddress in Linux (using CR2 debug register). * [configure.in] Added <sys/types.h> for statfs checks. * [loader/*.c][debugger/break.c][debugger/hash.c] Started to split win32/win16 module handling, preparing support for other binary formats (like ELF). Sat Apr 18 10:07:41 1998 Rein Klazes <rklazes@casema.net> * [misc/registry.c] Fixed a bug that made RegQueryValuexxx returning incorrect registry values. Fri Apr 17 22:59:22 1998 Alexander V. Lukyanov <lav@long.yar.ru> * [misc/lstr.c] FormatMessage32*: remove linefeed when nolinefeed set; check for target underflow. Fri Apr 17 00:38:14 1998 Alexander V. Lukyanov <lav@long.yar.ru> * [misc/crtdll.c] Implement xlat_file_ptr for CRT stdin/stdout/stderr address translation. Wed Apr 15 20:43:56 1998 Jim Peterson <jspeter@birch.ee.vt.edu> * [controls/menu.c] Added 'odaction' parameter to MENU_DrawMenuItem() and redirected WM_DRAWITEM messages to GetWindow(hwnd,GW_OWNER). Tue Apr 14 16:17:55 1998 Berend Reitsma <berend@united-info.com> * [graphics/metafiledrv/init.c] [graphics/painting.c] [graphics/win16drv/init.c] [graphics/x11drv/graphics.c] [graphics/x11drv/init.c] [include/gdi.h] [include/x11drv.h] [relay32/gdi32.spec] Added PolyPolyline routine. * [windows/winproc.c] Changed WINPROC_GetProc() to return proc instead of &(jmp proc).
316 lines
11 KiB
C
316 lines
11 KiB
C
/*
|
|
* Debugger definitions
|
|
*
|
|
* Copyright 1995 Alexandre Julliard
|
|
*/
|
|
|
|
#ifndef __WINE_DEBUGGER_H
|
|
#define __WINE_DEBUGGER_H
|
|
|
|
#include "winnt.h"
|
|
#include "selectors.h"
|
|
#include "sig_context.h"
|
|
#include "pe_image.h"
|
|
|
|
#define STEP_FLAG 0x100 /* single step flag */
|
|
|
|
#define SYM_FUNC 0x0
|
|
#define SYM_DATA 0x1
|
|
#define SYM_WIN32 0x2
|
|
#define SYM_WINE 0x4
|
|
#define SYM_INVALID 0x8
|
|
#define SYM_TRAMPOLINE 0x10
|
|
#define SYM_STEP_THROUGH 0x20
|
|
|
|
enum debug_type {BASIC, CONST, POINTER, ARRAY, STRUCT, ENUM, TYPEDEF, FUNC, BITFIELD};
|
|
|
|
|
|
/*
|
|
* Return values for DEBUG_CheckLinenoStatus. Used to determine
|
|
* what to do when the 'step' command is given.
|
|
*/
|
|
#define FUNC_HAS_NO_LINES (0)
|
|
#define NOT_ON_LINENUMBER (1)
|
|
#define AT_LINENUMBER (2)
|
|
#define FUNC_IS_TRAMPOLINE (3)
|
|
|
|
/*
|
|
* For constants generated by the parser, we use this datatype
|
|
*/
|
|
extern struct datatype * DEBUG_TypeInt;
|
|
extern struct datatype * DEBUG_TypeIntConst;
|
|
extern struct datatype * DEBUG_TypeUSInt;
|
|
extern struct datatype * DEBUG_TypeString;
|
|
|
|
typedef struct
|
|
{
|
|
struct datatype * type;
|
|
DWORD seg; /* 0xffffffff means current default segment (cs or ds) */
|
|
DWORD off;
|
|
} DBG_ADDR;
|
|
|
|
struct list_id
|
|
{
|
|
char * sourcefile;
|
|
int line;
|
|
};
|
|
|
|
struct wine_lines {
|
|
unsigned long line_number;
|
|
DBG_ADDR pc_offset;
|
|
};
|
|
|
|
struct symbol_info
|
|
{
|
|
struct name_hash * sym;
|
|
struct list_id list;
|
|
};
|
|
|
|
typedef struct wine_lines WineLineNo;
|
|
|
|
/*
|
|
* This structure holds information about stack variables, function
|
|
* parameters, and register variables, which are all local to this
|
|
* function.
|
|
*/
|
|
struct wine_locals {
|
|
unsigned int regno:8; /* For register symbols */
|
|
signed int offset:24; /* offset from esp/ebp to symbol */
|
|
unsigned int pc_start; /* For RBRAC/LBRAC */
|
|
unsigned int pc_end; /* For RBRAC/LBRAC */
|
|
char * name; /* Name of symbol */
|
|
struct datatype * type; /* Datatype of symbol */
|
|
};
|
|
|
|
typedef struct wine_locals WineLocals;
|
|
|
|
|
|
#define DBG_FIX_ADDR_SEG(addr,default) { \
|
|
if ((addr)->seg == 0xffffffff) (addr)->seg = (default); \
|
|
if (IS_SELECTOR_SYSTEM((addr)->seg)) (addr)->seg = 0; }
|
|
|
|
#define DBG_ADDR_TO_LIN(addr) \
|
|
(IS_SELECTOR_SYSTEM((addr)->seg) ? (char *)(addr)->off \
|
|
: (char *)PTR_SEG_OFF_TO_LIN((addr)->seg,(addr)->off))
|
|
|
|
#define DBG_CHECK_READ_PTR(addr,len) \
|
|
(!DEBUG_IsBadReadPtr((addr),(len)) || \
|
|
(fprintf(stderr,"*** Invalid address "), \
|
|
DEBUG_PrintAddress((addr),dbg_mode, FALSE), \
|
|
fprintf(stderr,"\n"),0))
|
|
|
|
#define DBG_CHECK_WRITE_PTR(addr,len) \
|
|
(!DEBUG_IsBadWritePtr((addr),(len)) || \
|
|
(fprintf(stderr,"*** Invalid address "), \
|
|
DEBUG_PrintAddress(addr,dbg_mode, FALSE), \
|
|
fprintf(stderr,"\n"),0))
|
|
|
|
#ifdef REG_SP /* Some Sun includes define this */
|
|
#undef REG_SP
|
|
#endif
|
|
|
|
enum debug_regs
|
|
{
|
|
REG_EAX, REG_EBX, REG_ECX, REG_EDX, REG_ESI,
|
|
REG_EDI, REG_EBP, REG_EFL, REG_EIP, REG_ESP,
|
|
REG_AX, REG_BX, REG_CX, REG_DX, REG_SI,
|
|
REG_DI, REG_BP, REG_FL, REG_IP, REG_SP,
|
|
REG_CS, REG_DS, REG_ES, REG_SS, REG_FS, REG_GS
|
|
};
|
|
|
|
|
|
enum exec_mode
|
|
{
|
|
EXEC_CONT, /* Continuous execution */
|
|
EXEC_STEP_OVER, /* Stepping over a call to next source line */
|
|
EXEC_STEP_INSTR, /* Step to next source line, stepping in if needed */
|
|
EXEC_STEPI_OVER, /* Stepping over a call */
|
|
EXEC_STEPI_INSTR, /* Single-stepping an instruction */
|
|
EXEC_FINISH, /* Step until we exit current frame */
|
|
EXEC_STEP_OVER_TRAMPOLINE /* Step over trampoline. Requires that
|
|
* we dig the real return value off the stack
|
|
* and set breakpoint there - not at the
|
|
* instr just after the call.
|
|
*/
|
|
};
|
|
|
|
extern CONTEXT DEBUG_context; /* debugger/registers.c */
|
|
extern unsigned int dbg_mode;
|
|
|
|
/* debugger/break.c */
|
|
extern void DEBUG_SetBreakpoints( BOOL32 set );
|
|
extern int DEBUG_FindBreakpoint( const DBG_ADDR *addr );
|
|
extern void DEBUG_AddBreakpoint( const DBG_ADDR *addr );
|
|
extern void DEBUG_DelBreakpoint( int num );
|
|
extern void DEBUG_EnableBreakpoint( int num, BOOL32 enable );
|
|
extern void DEBUG_InfoBreakpoints(void);
|
|
extern void DEBUG_AddModuleBreakpoints(void);
|
|
extern BOOL32 DEBUG_HandleTrap(void);
|
|
extern BOOL32 DEBUG_ShouldContinue( enum exec_mode mode, int * count );
|
|
extern enum exec_mode DEBUG_RestartExecution( enum exec_mode mode, int count );
|
|
extern BOOL32 DEBUG_IsFctReturn(void);
|
|
|
|
/* debugger/db_disasm.c */
|
|
extern void DEBUG_Disasm( DBG_ADDR *addr, int display );
|
|
|
|
/* debugger/expr.c */
|
|
extern void DEBUG_FreeExprMem(void);
|
|
struct expr * DEBUG_RegisterExpr(enum debug_regs);
|
|
struct expr * DEBUG_SymbolExpr(const char * name);
|
|
struct expr * DEBUG_ConstExpr(int val);
|
|
struct expr * DEBUG_StringExpr(const char * str);
|
|
struct expr * DEBUG_SegAddr(struct expr *, struct expr *);
|
|
struct expr * DEBUG_USConstExpr(unsigned int val);
|
|
struct expr * DEBUG_BinopExpr(int oper, struct expr *, struct expr *);
|
|
struct expr * DEBUG_UnopExpr(int oper, struct expr *);
|
|
struct expr * DEBUG_StructPExpr(struct expr *, const char * element);
|
|
struct expr * DEBUG_StructExpr(struct expr *, const char * element);
|
|
struct expr * DEBUG_ArrayExpr(struct expr *, struct expr * index);
|
|
struct expr * DEBUG_CallExpr(const char *, int nargs, ...);
|
|
struct expr * DEBUG_TypeCastExpr(struct datatype *, struct expr *);
|
|
extern int DEBUG_ExprValue(DBG_ADDR *, unsigned int *);
|
|
DBG_ADDR DEBUG_EvalExpr(struct expr *);
|
|
extern int DEBUG_DelDisplay(int displaynum);
|
|
extern struct expr * DEBUG_CloneExpr(struct expr * exp);
|
|
extern int DEBUG_FreeExpr(struct expr * exp);
|
|
extern int DEBUG_DisplayExpr(struct expr * exp);
|
|
|
|
/* more debugger/break.c */
|
|
extern int DEBUG_AddBPCondition(int bpnum, struct expr * exp);
|
|
|
|
/* debugger/display.c */
|
|
extern int DEBUG_DoDisplay(void);
|
|
extern int DEBUG_AddDisplay(struct expr * exp, int count, char format);
|
|
extern int DEBUG_DoDisplay(void);
|
|
extern int DEBUG_DelDisplay(int displaynum);
|
|
extern int DEBUG_InfoDisplay(void);
|
|
|
|
/* debugger/hash.c */
|
|
extern struct name_hash * DEBUG_AddSymbol( const char *name,
|
|
const DBG_ADDR *addr,
|
|
const char * sourcefile,
|
|
int flags);
|
|
extern struct name_hash * DEBUG_AddInvSymbol( const char *name,
|
|
const DBG_ADDR *addr,
|
|
const char * sourcefile);
|
|
extern BOOL32 DEBUG_GetSymbolValue( const char * name, const int lineno,
|
|
DBG_ADDR *addr, int );
|
|
extern BOOL32 DEBUG_SetSymbolValue( const char * name, const DBG_ADDR *addr );
|
|
extern const char * DEBUG_FindNearestSymbol( const DBG_ADDR *addr, int flag,
|
|
struct name_hash ** rtn,
|
|
unsigned int ebp,
|
|
struct list_id * source);
|
|
extern void DEBUG_ReadSymbolTable( const char * filename );
|
|
extern void DEBUG_LoadEntryPoints(void);
|
|
extern void DEBUG_AddLineNumber( struct name_hash * func, int line_num,
|
|
unsigned long offset );
|
|
extern struct wine_locals *
|
|
DEBUG_AddLocal( struct name_hash * func, int regno,
|
|
int offset,
|
|
int pc_start,
|
|
int pc_end,
|
|
char * name);
|
|
extern int DEBUG_CheckLinenoStatus(const DBG_ADDR *addr);
|
|
extern void DEBUG_GetFuncInfo(struct list_id * ret, const char * file,
|
|
const char * func);
|
|
extern int DEBUG_SetSymbolSize(struct name_hash * sym, unsigned int len);
|
|
extern int DEBUG_SetSymbolBPOff(struct name_hash * sym, unsigned int len);
|
|
extern int DEBUG_GetSymbolAddr(struct name_hash * sym, DBG_ADDR * addr);
|
|
extern int DEBUG_cmp_sym(const void * p1, const void * p2);
|
|
extern BOOL32 DEBUG_GetLineNumberAddr( struct name_hash *, const int lineno,
|
|
DBG_ADDR *addr, int bp_flag );
|
|
|
|
extern int DEBUG_SetLocalSymbolType(struct wine_locals * sym,
|
|
struct datatype * type);
|
|
BOOL32 DEBUG_Normalize(struct name_hash * nh );
|
|
|
|
/* debugger/info.c */
|
|
extern void DEBUG_PrintBasic( const DBG_ADDR *addr, int count, char format );
|
|
extern struct symbol_info DEBUG_PrintAddress( const DBG_ADDR *addr,
|
|
int addrlen, int flag );
|
|
extern void DEBUG_Help(void);
|
|
extern void DEBUG_HelpInfo(void);
|
|
extern struct symbol_info DEBUG_PrintAddressAndArgs( const DBG_ADDR *addr,
|
|
int addrlen,
|
|
unsigned int ebp,
|
|
int flag );
|
|
|
|
/* debugger/memory.c */
|
|
extern BOOL32 DEBUG_IsBadReadPtr( const DBG_ADDR *address, int size );
|
|
extern BOOL32 DEBUG_IsBadWritePtr( const DBG_ADDR *address, int size );
|
|
extern int DEBUG_ReadMemory( const DBG_ADDR *address );
|
|
extern void DEBUG_WriteMemory( const DBG_ADDR *address, int value );
|
|
extern void DEBUG_ExamineMemory( const DBG_ADDR *addr, int count, char format);
|
|
|
|
/* debugger/registers.c */
|
|
extern void DEBUG_SetRegister( enum debug_regs reg, int val );
|
|
extern int DEBUG_GetRegister( enum debug_regs reg );
|
|
extern void DEBUG_InfoRegisters(void);
|
|
extern BOOL32 DEBUG_ValidateRegisters(void);
|
|
extern void DEBUG_SetSigContext( const SIGCONTEXT *sigcontext );
|
|
extern void DEBUG_GetSigContext( SIGCONTEXT *sigcontext );
|
|
extern int DEBUG_PrintRegister(enum debug_regs reg);
|
|
|
|
/* debugger/stack.c */
|
|
extern void DEBUG_InfoStack(void);
|
|
extern void DEBUG_BackTrace(void);
|
|
extern void DEBUG_SilentBackTrace(void);
|
|
extern int DEBUG_InfoLocals(void);
|
|
extern int DEBUG_SetFrame(int newframe);
|
|
extern int DEBUG_GetCurrentFrame(struct name_hash ** name,
|
|
unsigned int * eip,
|
|
unsigned int * ebp);
|
|
|
|
/* debugger/stabs.c */
|
|
extern int DEBUG_ReadExecutableDbgInfo(void);
|
|
|
|
/* debugger/msc.c */
|
|
extern int DEBUG_RegisterDebugInfo( HMODULE32, const char *,
|
|
unsigned long, unsigned long);
|
|
extern int DEBUG_ProcessDeferredDebug(void);
|
|
extern int DEBUG_RegisterELFDebugInfo(int load_addr, u_long size, char * name);
|
|
extern void DEBUG_InfoShare(void);
|
|
extern void DEBUG_InitCVDataTypes(void);
|
|
|
|
/* debugger/types.c */
|
|
extern int DEBUG_nchar;
|
|
extern void DEBUG_InitTypes(void);
|
|
extern struct datatype * DEBUG_NewDataType(enum debug_type xtype,
|
|
const char * typename);
|
|
extern unsigned int
|
|
DEBUG_TypeDerefPointer(DBG_ADDR * addr, struct datatype ** newtype);
|
|
extern int DEBUG_AddStructElement(struct datatype * dt,
|
|
char * name, struct datatype * type,
|
|
int offset, int size);
|
|
extern int DEBUG_SetStructSize(struct datatype * dt, int size);
|
|
extern int DEBUG_SetPointerType(struct datatype * dt, struct datatype * dt2);
|
|
extern int DEBUG_SetArrayParams(struct datatype * dt, int min, int max,
|
|
struct datatype * dt2);
|
|
extern void DEBUG_Print( const DBG_ADDR *addr, int count, char format, int level );
|
|
extern unsigned int DEBUG_FindStructElement(DBG_ADDR * addr,
|
|
const char * ele_name, int * tmpbuf);
|
|
extern struct datatype * DEBUG_GetPointerType(struct datatype * dt);
|
|
extern int DEBUG_GetObjectSize(struct datatype * dt);
|
|
extern unsigned int DEBUG_ArrayIndex(DBG_ADDR * addr, DBG_ADDR * result, int index);
|
|
extern struct datatype * DEBUG_FindOrMakePointerType(struct datatype * reftype);
|
|
extern long long int DEBUG_GetExprValue(DBG_ADDR * addr, char ** format);
|
|
extern int DEBUG_SetBitfieldParams(struct datatype * dt, int offset,
|
|
int nbits, struct datatype * dt2);
|
|
extern int DEBUG_CopyFieldlist(struct datatype * dt, struct datatype * dt2);
|
|
extern enum debug_type DEBUG_GetType(struct datatype * dt);
|
|
extern struct datatype * DEBUG_TypeCast(enum debug_type, const char *);
|
|
extern int DEBUG_PrintTypeCast(struct datatype *);
|
|
|
|
/* debugger/source.c */
|
|
extern void DEBUG_ShowDir(void);
|
|
extern void DEBUG_AddPath(const char * path);
|
|
extern void DEBUG_List(struct list_id * line1, struct list_id * line2,
|
|
int delta);
|
|
extern void DEBUG_NukePath(void);
|
|
extern void DEBUG_Disassemble( const DBG_ADDR *, const DBG_ADDR*, int offset );
|
|
|
|
/* debugger/dbg.y */
|
|
extern void wine_debug( int signal, SIGCONTEXT *regs );
|
|
|
|
#endif /* __WINE_DEBUGGER_H */
|