mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-20 09:31:29 +00:00
Cleanup open comments.
This commit is contained in:
parent
3f235519e6
commit
5f084e47d4
@ -74,10 +74,11 @@ static int last_run_status;
|
||||
other form of hairy serial connection, I would think 2 seconds would
|
||||
be plenty. */
|
||||
|
||||
#if 0
|
||||
/* FIXME: Change to allow option to set timeout value on a per target
|
||||
basis.
|
||||
|
||||
basis. */
|
||||
static int remote_timeout = 2;
|
||||
#endif
|
||||
|
||||
/* Descriptor for I/O to remote machine. Initialize it to NULL so that
|
||||
ocd_open knows that we don't have a file open when the program
|
||||
@ -1288,7 +1289,9 @@ ocd_load (args, from_tty)
|
||||
not yet supported fully */
|
||||
|
||||
#define BDM_BREAKPOINT {0x0,0x0,0x0,0x0} /* For ppc 8xx */
|
||||
/* #define BDM_BREAKPOINT {0x4a,0xfa} /* BGND insn used for CPU32 */
|
||||
#if 0
|
||||
#define BDM_BREAKPOINT {0x4a,0xfa} /* BGND insn used for CPU32 */
|
||||
#endif
|
||||
|
||||
/* BDM (at least on CPU32) uses a different breakpoint */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user