Skip to content

Commit

Permalink
Add process record support to gdb
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Green committed Jul 13, 2009
1 parent 89c9abc commit e894063
Show file tree
Hide file tree
Showing 5 changed files with 448 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BUILDNUM
@@ -1 +1 @@
82
84
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
2009-07-13 Anthony Green <green@moxielogic.com>

* scripts/dejagnu/moxie-sim.exp: Tweak gdb test options (can
reverse debug, for instance).

2009-06-26 Anthony Green <green@moxielogic.com>

* build.xml: Build GCC with g++.
Expand Down
8 changes: 6 additions & 2 deletions scripts/dejagnu/moxie-sim.exp
Expand Up @@ -41,11 +41,14 @@ set_board_info ldflags "[libgloss_link_flags] [newlib_link_flags]"
# No linker script needed.
set_board_info ldscript "-Tsim.ld"

# Doesn't pass arguments or signals, can't return results, and doesn't
# do inferiorio.
# Configuration settings for testsuites
set_board_info noargs 1
set_board_info gdb,nosignals 1
set_board_info gdb,noresults 1
set_board_info gdb,cannot_call_functions 1
set_board_info gdb,skip_float_tests 1
set_board_info gdb,can_reverse 1
set_board_info gdb,use_precord 1

# More time is needed
set_board_info gcc,timeout 800
Expand All @@ -54,3 +57,4 @@ set_board_info gdb,timeout 60
# Used by a few gcc.c-torture testcases to delimit how large the stack can
# be.
set_board_info gcc,stack_size 5000

7 changes: 7 additions & 0 deletions src/gdb/ChangeLog
@@ -1,3 +1,10 @@
2009-07-11 Anthony Green <green@moxielogic.com>

* moxie-tdep.c (moxie_gdbarch_init): Call
set_gdbarch_process_record.
(moxie_process_record): New.
(moxie_process_readu): New.

2009-06-30 Vladimir Prus <vladimir@codesourcery.com>

* mi/mi-cmd-stack.c (parse_print_values): New.
Expand Down

0 comments on commit e894063

Please sign in to comment.