mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
2002-08-14 Greg Menke <gregory.menke@gsfc.nasa.gov>
* mips-stub.c: Re-debugged a breakpoint problem, zbreak target address was a char * which caused the target instruction to not be fully copied, so the zbreak logic corrupted the original instruction and didn't insert a valid break instruction.
This commit is contained in:
@@ -1391,6 +1391,13 @@ int rtems_gdb_stub_get_offsets(
|
||||
unsigned char **bss_addr
|
||||
)
|
||||
{
|
||||
/*
|
||||
** These are the right symbols for the desired addresses,
|
||||
** but giving them causes gdb to have fits, so we leave
|
||||
** the reported values as 0. Doesn't hurt the stub's
|
||||
** operation as far as I've observed.
|
||||
*/
|
||||
|
||||
/*
|
||||
extern unsigned32 _ftext;
|
||||
extern unsigned32 _fdata;
|
||||
|
||||
Reference in New Issue
Block a user