mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
btrace, test: remove buffer-size test with unlimited buffer size
The gdb.btrace/buffer-size.exp test starts recording with an unlimited buffer size. This will, for a short time, use up most if not all BTS resources. I don' think this test is necessary. Remove it. testsuite/ * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS buffer size test.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
|
||||||
|
|
||||||
|
* gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
|
||||||
|
buffer size test.
|
||||||
|
|
||||||
2015-09-11 Don Breazeal <donb@codesourcery.com>
|
2015-09-11 Don Breazeal <donb@codesourcery.com>
|
||||||
|
|
||||||
* gdb.base/foll-exec.c: Add copyright header. Fix
|
* gdb.base/foll-exec.c: Add copyright header. Fix
|
||||||
|
@ -44,14 +44,4 @@ gdb_test "info record" [multi_line \
|
|||||||
gdb_test "record stop" ".*" "stop recording with small bts buffer"
|
gdb_test "record stop" ".*" "stop recording with small bts buffer"
|
||||||
|
|
||||||
gdb_test_no_output "set record btrace bts buffer-size 0"
|
gdb_test_no_output "set record btrace bts buffer-size 0"
|
||||||
gdb_test "show record btrace bts buffer-size" "The record/replay bts buffer size is unlimited\.\r" "unlimited bts buffer size before recording"
|
gdb_test "show record btrace bts buffer-size" "The record/replay bts buffer size is unlimited\.\r" "unlimited bts buffer size"
|
||||||
|
|
||||||
gdb_test_no_output "record btrace bts"
|
|
||||||
gdb_test "show record btrace bts buffer-size" "The record/replay bts buffer size is unlimited\.\r" "unlimited bts buffer size while recording"
|
|
||||||
gdb_test "info record" [multi_line \
|
|
||||||
"Active record target: record-btrace" \
|
|
||||||
"Recording format: Branch Trace Store\." \
|
|
||||||
"Buffer size: .*\." \
|
|
||||||
"Recorded 0 instructions in 0 functions \\\(0 gaps\\\) for \[^\\\r\\\n\]*" \
|
|
||||||
] "info record with unlimited bts buffer"
|
|
||||||
gdb_test "record stop" ".*" "stop recording with unlimited bts buffer"
|
|
||||||
|
Reference in New Issue
Block a user