File: start-avarice.1

package info (click to toggle)
avarice 2.13%2Bsvn375-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,900 kB
  • sloc: cpp: 23,305; sh: 4,174; ansic: 1,134; makefile: 95
file content (25 lines) | stat: -rw-r--r-- 800 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.TH START-AVARICE 1 "2015-04-10"
.SH NAME
start-avarice \- launch avarice in detached mode
.SH SYNOPSIS
.B start-avarice
.RI [ file ]
.SH DESCRIPTION
\fBstart-avarice\fR is a helper to launch \fBavarice\fR in detached mode.
\fBavarice\fR will be listening in GDB mode on local port \fB6423\fR. You can
then connect from \fBavr-gdb\fR like so:
.IP
(gdb) target remote localhost:6423
.PP
Other running instances of \fBavarace\fP are killed first.

If the optional argument \fIfile\fR is specified, the target is first
erased, and then programmed with this file. Note that this feature has
been deprecated though, and may disappear anytime in the future.
.SH ENVIRONMENT
.IP AVARICE_ARGS
Additional arguments to pass on to \fBavarice\fR.
.SH SEE ALSO
.BR avarice (1),
.BR gdb (1),
.BR kill-avarice (1).