|
0 A.D. | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
SDL_Cursor* |
defaultCursor
See unix.cpp |
Method Summary | |
LibError |
debug_dump_stack( wchar_t* UNUSED( buf ), size_t UNUSED( max_chars ), uint UNUSED( skip ), void* UNUSED( context ) )
See udbg.cpp |
void* |
debug_get_nth_caller( uint UNUSED( n ), void* UNUSED( context ) )
See udbg.cpp |
void |
debug_heap_check()
See udbg.cpp |
void |
debug_heap_disable()
See udbg.cpp |
void |
debug_heap_enable( DebugHeapChecks UNUSED( what ) )
See udbg.cpp |
int |
debug_is_pointer_bogus( const void* UNUSED( p ) )
See udbg.cpp |
void |
debug_puts( const char* text )
See udbg.cpp |
LibError |
debug_resolve_symbol( void* UNUSED( ptr_of_interest ), char* UNUSED( sym_name ), char* UNUSED( file ), int* UNUSED( line ) )
See udbg.cpp |
int |
debug_write_crashlog( const char* UNUSED( file ), wchar_t* UNUSED( header ), void* UNUSED( context ) )
See udbg.cpp |
LibError |
dir_add_watch( const char* const n_full_path, intptr_t* const watch )
See dir_watch_fam.cpp |
LibError |
dir_cancel_watch( const intptr_t watch )
See dir_watch_fam.cpp |
LibError |
dir_get_changed_file( char* )
See dir_watch_fam.cpp |
LibError |
sys_cursor_create( uint w, uint h, void* bgra_img, uint hx, uint hy, void** cursor )
See unix.cpp |
LibError |
sys_cursor_create_empty( void** cursor )
See unix.cpp |
LibError |
sys_cursor_free( void* cursor )
See unix.cpp |
LibError |
sys_cursor_set( void* cursor )
See unix.cpp |
ErrorReaction |
sys_display_error( const wchar_t* text, uint flags )
See unix.cpp |
void |
sys_display_msg( const char* caption, const char* msg )
See unix.cpp |
void |
sys_display_msgw( const wchar_t* caption, const wchar_t* msg )
See unix.cpp |
LibError |
sys_error_description_r( int err, char* buf, size_t max_chars )
See unix.cpp |
LibError |
sys_get_executable_name( char* n_path, size_t buf_size )
See unix.cpp |
size_t |
sys_max_sector_size()
See unix.cpp |
int |
sys_vsnprintf( char* buffer, size_t count, const char* format, va_list argptr )
See printf.cpp |
LibError |
ucpu_CallByEachCPU( CpuCallback cb, void* param )
See ucpu.cpp |
double |
ucpu_ClockFrequency()
See ucpu.cpp |
int |
ucpu_IsThrottlingPossible()
See ucpu.cpp |
int |
ucpu_NumPackages()
See ucpu.cpp |
void |
udbg_launch_debugger()
See udbg.cpp |
void |
unix_debug_break()
See udbg.cpp |
Symbol Summary | |
#define |
bfd_get_section_size bfd_get_section_size_before_reloc
See udbg_bfd.cpp |
#define |
DEBUGGER_ARG_FORMAT "--pid=%d"
See udbg.cpp |
#define |
DEBUGGER_BREAK_AFTER_WAIT 0
See udbg.cpp |
#define |
DEBUGGER_CMD "gdb"
See udbg.cpp |
#define |
DEBUGGER_WAIT 3
See udbg.cpp |
#define |
EXE_NAME "pyrogenesis_dbg"
See udbg_bfd.cpp |
#define |
GNU_SOURCE
See unix.cpp |
#define |
INCLUDED_BSD
See bsd.h |
#define |
INCLUDED_UCPU
See ucpu.h |
#define |
INCLUDED_UDBG
See udbg.h |
#define |
PROFILE_RESOLVE_SYMBOL 0
See udbg_bfd.cpp |
#define |
sysdep_unix_unix_h__
See unix.h |
Field Detail |
SDL_Cursor* defaultCursor;
Method Detail |
LibError debug_dump_stack( wchar_t* UNUSED( buf ), size_t UNUSED( max_chars ), uint UNUSED( skip ), void* UNUSED( context ) );
void* debug_get_nth_caller( uint UNUSED( n ), void* UNUSED( context ) );
void debug_heap_check();
void debug_heap_disable();
void debug_heap_enable( DebugHeapChecks UNUSED( what ) );
int debug_is_pointer_bogus( const void* UNUSED( p ) );
void debug_puts( const char* text );
LibError debug_resolve_symbol( void* UNUSED( ptr_of_interest ), char* UNUSED( sym_name ), char* UNUSED( file ), int* UNUSED( line ) );
int debug_write_crashlog( const char* UNUSED( file ), wchar_t* UNUSED( header ), void* UNUSED( context ) );
LibError dir_add_watch( const char* const n_full_path, intptr_t* const watch );
LibError dir_cancel_watch( const intptr_t watch );
LibError dir_get_changed_file( char* );
LibError sys_cursor_create( uint w, uint h, void* bgra_img, uint hx, uint hy, void** cursor );
LibError sys_cursor_create_empty( void** cursor );
LibError sys_cursor_free( void* cursor );
LibError sys_cursor_set( void* cursor );
ErrorReaction sys_display_error( const wchar_t* text, uint flags );
void sys_display_msg( const char* caption, const char* msg );
void sys_display_msgw( const wchar_t* caption, const wchar_t* msg );
LibError sys_error_description_r( int err, char* buf, size_t max_chars );
LibError sys_get_executable_name( char* n_path, size_t buf_size );
size_t sys_max_sector_size();
int sys_vsnprintf( char* buffer, size_t count, const char* format, va_list argptr );
LibError ucpu_CallByEachCPU( CpuCallback cb, void* param );
double ucpu_ClockFrequency();
int ucpu_IsThrottlingPossible();
int ucpu_NumPackages();
void udbg_launch_debugger();
void unix_debug_break();
Symbol Detail |
#define bfd_get_section_size bfd_get_section_size_before_reloc
#define DEBUGGER_ARG_FORMAT "--pid=%d"
#define DEBUGGER_BREAK_AFTER_WAIT 0
#define DEBUGGER_CMD "gdb"
#define DEBUGGER_WAIT 3
#define EXE_NAME "pyrogenesis_dbg"
#define GNU_SOURCE
#define INCLUDED_BSD
#define INCLUDED_UCPU
#define INCLUDED_UDBG
#define PROFILE_RESOLVE_SYMBOL 0
#define sysdep_unix_unix_h__
|
0 A.D.
Generated on September 04, 2007 at 18:13 CppDoc v2.4.0 |
|||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |