repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH 7/57][Arm][GAS] Add support for MVE instructions: vstr/vldr
[binutils-gdb.git]
/
gdb
/
testsuite
/
gdb.base
/
args.c
blob
637544a9050e06e2956f5d84e2f9beb140c99aba
1
#include <stdio.h>
2
3
int
4
main
(
int
argc
,
char
**
argv
)
5
{
6
int
i
=
0
;
7
printf
(
"%d
\n
"
,
argc
);
8
while
(
i
<
argc
)
9
printf
(
"%s
\n
"
,
argv
[
i
++]);
10
11
return
0
;
/* set breakpoint here */
12
}