diff options
author | Rajendra SY <rajendra.sy@gmail.com> | 2018-04-22 18:19:26 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2018-04-22 18:20:05 -0400 |
commit | db86b02b3ac8426f3fc0754f48f3645235cc2ae6 (patch) | |
tree | 2317e038c8d994a48c37c595cd3b98534216c952 /ltgcc.m4 | |
parent | b2c5b54ee3b2906d72d390f90722d517e2f96e85 (diff) | |
download | gdb-db86b02b3ac8426f3fc0754f48f3645235cc2ae6.zip gdb-db86b02b3ac8426f3fc0754f48f3645235cc2ae6.tar.gz gdb-db86b02b3ac8426f3fc0754f48f3645235cc2ae6.tar.bz2 |
Fixed test case to compile & run on FreeBSD
Problems:
1. linking -dl lib on FreeBSD platform
2. backtrace from ld-elf shows r_debug_state() instead of _dl_debug_state()
Cause:
1. There is no dl library on FreeBSD platform test has to ignore linking "-ldl"
2. The stop due to a shared library event shows backtrace frame #0
function as r_debug_state()
gdb/ChangeLog:
PR gdb/23095
* gdb/testsuite/gdb.base/break-probes.exp: Pass shlib_load to
prepare_for_testing. Set normal_bp to r_debug_state if target
is bsd.
Diffstat (limited to 'ltgcc.m4')
0 files changed, 0 insertions, 0 deletions