~ubuntu-branches/ubuntu/quantal/gdb/quantal

« back to all changes in this revision

Viewing changes to gdb/testsuite/gdb.threads/threxit-hop-specific.exp

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2011-03-15 16:14:08 UTC
  • Revision ID: james.westby@ubuntu.com-20110315161408-o3sk4typcfgzuiqb
Tags: 7.2-1ubuntu10
* Update with changes from the Linaro 7.2-2011.03-0 release (Ulrich Weigand).
* Configure with --with-pkgversion, don't run post-patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
set bpexitline [gdb_get_line_number "set exit breakpoint here"]
53
53
gdb_breakpoint "$bpexitline"
54
54
 
55
 
gdb_test "next" \
 
55
gdb_test "continue" \
56
56
    ".*set exit breakpoint here.*" \
57
57
    "get past the thread specific breakpoint"
58
58