Re: Combining ELF Files
From: Ted Wood (ted.wood_at_sortex.com)
Date: 09/16/04
- Next message: Tim Mitchell: "Re: PBC gunk cleaning"
- Previous message: David Brown: "Re: MSP430 serial receive-RX problem"
- In reply to: David Brown: "Re: Combining ELF Files"
- Next in thread: Hans-Bernhard Broeker: "Re: Combining ELF Files"
- Reply: Hans-Bernhard Broeker: "Re: Combining ELF Files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 16 Sep 2004 01:15:16 -0700
> I think having two symbol tables at a time is going to cause problems - what
> should the debugger do when you ask for a breakpoint at "main", and it
> appears in both tables?
There's only one main().
> system call, I simply switched symbol table to the boot code table. On
> exiting the call, I switched back.
VisionClick has no ability to "switch between" symbol tables. You have
to reload the symbol table file.
I would prefer not to have to interrupt my flow to spend 30 seconds
manually load a symbol file.
Cheers
TW
- Next message: Tim Mitchell: "Re: PBC gunk cleaning"
- Previous message: David Brown: "Re: MSP430 serial receive-RX problem"
- In reply to: David Brown: "Re: Combining ELF Files"
- Next in thread: Hans-Bernhard Broeker: "Re: Combining ELF Files"
- Reply: Hans-Bernhard Broeker: "Re: Combining ELF Files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|