Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

start-avarice - launch avarice in detached mode

Description

start-avarice  is  a helper to launch avarice in detached mode.  avarice will be listening in GDB mode on
       local port 6423. You can then connect from avr-gdb like so:

              (gdb) target remote localhost:6423

       Other running instances of avarice are killed first.

       If the optional argument file 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.

Environment

       AVARICE_ARGS
              Additional arguments to pass on to avarice.

Name

       start-avarice - launch avarice in detached mode

See Also

avarice(1), gdb(1), kill-avarice(1).

                                                   2015-04-10                                   START-AVARICE(1)

Synopsis

start-avarice [file]

See Also