summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.gdb
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-08-10 22:36:39 +0000
committerAndrew Cagney <cagney@redhat.com>2004-08-10 22:36:39 +0000
commite982ffaeea3882c6bb9afb5b7929a5444f098dd1 (patch)
treed56b8fef57c7eb8ebe1aadf2fab66b5a5e10b773 /gdb/testsuite/gdb.gdb
parentca42c670865be7b7646552c087f5a0af91af1a9b (diff)
downloadgdb-e982ffaeea3882c6bb9afb5b7929a5444f098dd1.tar.gz
2004-08-10 Andrew Cagney <cagney@gnu.org>
* main.c (captured_main): Delete call to init_malloc. * defs.h (init_malloc): Delete declaration. * utils.c (mmalloc, mrealloc, mcalloc, mfree) (init_malloc): Delete functions. Index: testsuite/ChangeLog 2004-08-10 Andrew Cagney <cagney@gnu.org> * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip init_malloc call.
Diffstat (limited to 'gdb/testsuite/gdb.gdb')
-rw-r--r--gdb/testsuite/gdb.gdb/selftest.exp4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.gdb/selftest.exp b/gdb/testsuite/gdb.gdb/selftest.exp
index 4196b74e786..283de5100d9 100644
--- a/gdb/testsuite/gdb.gdb/selftest.exp
+++ b/gdb/testsuite/gdb.gdb/selftest.exp
@@ -105,10 +105,6 @@ proc do_steps_and_nexts {} {
set description "next over mac_init and everything it calls"
set command "next"
}
- -re ".*init_malloc.*$gdb_prompt $" {
- set description "next over init_malloc and everything it calls"
- set command "next"
- }
-re ".*lim_at_start.*$gdb_prompt $" {
set description "next over lim_at_start initialization"
set command "next"