mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-31 01:01:19 +00:00
Initial revision
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@5815 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
commit
0b7966e1ec
376 changed files with 69720 additions and 0 deletions
12
GSWeb.framework/attach.h
Normal file
12
GSWeb.framework/attach.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
#ifndef H_DEBUG_ATTACH
|
||||
#define H_DEBUG_ATTACH
|
||||
|
||||
// $Id$
|
||||
|
||||
void DebugInstall(char *processname);
|
||||
void DebugUninstall(void);
|
||||
void DebugBreakpoint(void);
|
||||
void DebugEnableBreakpoints(void);
|
||||
void DebugDisableBreakpoints(void);
|
||||
|
||||
#endif //H_DEBUG_ATTACH
|
Loading…
Add table
Add a link
Reference in a new issue