gdb: handle endbr64 instruction in amd64_analyze_prologue
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / reread1.c
CommitLineData
c906108c
SS
1/* pr 13484 */
2
3#include <stdio.h>
4
5int x;
6
7void bar()
8{
9 x--;
10}
11
12void foo()
13{
14 x++;
15}
16
17int main()
18{
c906108c
SS
19 foo();
20 bar();
21 return 0;
22}
This page took 2.076725 seconds and 4 git commands to generate.