diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-10-17 12:57:15 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-10-17 12:57:15 +0000 |
commit | 21ae7a4d84e8fbd5c9723a7929ababe9ac57ec3a (patch) | |
tree | 26950f1f8d40890eb034e1e09c22d0309198ff2f /gdb/testsuite/gdb.dwarf2/dw2-stack-boundary.exp | |
parent | 4c58e0d81504856e1b6d1bdffbe5146260a07bbc (diff) | |
download | gdb-21ae7a4d84e8fbd5c9723a7929ababe9ac57ec3a.zip gdb-21ae7a4d84e8fbd5c9723a7929ababe9ac57ec3a.tar.gz gdb-21ae7a4d84e8fbd5c9723a7929ababe9ac57ec3a.tar.bz2 |
gdb/
Revert:
2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
* dwarf2expr.c (ctx_no_read_reg): New function.
* dwarf2expr.h (ctx_no_read_reg): New declaration.
* dwarf2read.c (read_2_signed_bytes, read_4_signed_bytes): Remove.
(decode_locdesc_read_mem, decode_locdesc_ctx_funcs): New.
(decode_locdesc): Replace by a caller of dwarf_expr_eval.
gdb/testsuite/
* gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
Revert the part of:
2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
* gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
Change the expected string.
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2/dw2-stack-boundary.exp')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/dw2-stack-boundary.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/dw2-stack-boundary.exp b/gdb/testsuite/gdb.dwarf2/dw2-stack-boundary.exp index db11f71..78bfefe 100644 --- a/gdb/testsuite/gdb.dwarf2/dw2-stack-boundary.exp +++ b/gdb/testsuite/gdb.dwarf2/dw2-stack-boundary.exp @@ -41,7 +41,7 @@ if [is_remote host] { } } gdb_test_no_output "set complaints 100" -gdb_test "file $binfile" {Reading symbols from .*\.\.\.Asked for position 0 of stack, stack only has 0 elements on it\..*\.\.\.done\.} "check partial symtab errors" +gdb_test "file $binfile" {Reading symbols from .*\.\.\.location description stack underflow\.\.\.location description stack overflow\.\.\.done\.} "check partial symtab errors" gdb_test "p underflow" {Asked for position 0 of stack, stack only has 0 elements on it\.} gdb_test "p overflow" " = 2" |