From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_00,FREEMAIL_FROM, PDS_FROM_2_EMAILS autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:a02:c6b8:: with SMTP id o24mr7918548jan.80.1560338513055; Wed, 12 Jun 2019 04:21:53 -0700 (PDT) X-Received: by 2002:a9d:3ee2:: with SMTP id b89mr26634650otc.342.1560338512960; Wed, 12 Jun 2019 04:21:52 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.dns-netz.com!news.freedyn.net!newsreader4.netcologne.de!news.netcologne.de!peer01.ams1!peer.ams1.xlned.com!news.xlned.com!peer01.am4!peer.am4.highwinds-media.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!g15no120486itd.0!news-out.google.com!l135ni148itc.0!nntp.google.com!g15no120481itd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 12 Jun 2019 04:21:52 -0700 (PDT) In-Reply-To: <5e598460-5260-4283-94d7-6562f635e63d@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=130.76.112.24; posting-account=fNO1SwoAAAARgeF8HKn4Duw-aHSqtuTg NNTP-Posting-Host: 130.76.112.24 References: <7bb01593-2920-4d58-b9b5-2fdad4ef74e5@googlegroups.com> <5e598460-5260-4283-94d7-6562f635e63d@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <556e2cad-f2cd-4da7-82b5-a78e6f28c5db@googlegroups.com> Subject: Re: Can AdaMULTI preprocessor directives be defined with the GUI? From: "JudySmith@gmail.com" Injection-Date: Wed, 12 Jun 2019 11:21:53 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 3167 X-Received-Body-CRC: 1644924546 Xref: reader01.eternal-september.org comp.lang.ada:56627 Date: 2019-06-12T04:21:52-07:00 List-Id: On Wednesday, June 12, 2019 at 3:31:06 AM UTC-5, R R wrote: > You typically define or set preprocessor variables at the command line (e= .g.=20 > -XDAYSOFOURLIVES=3D1000). GNAT uses a configuration file (gpr file) to se= t some=20 > variables. Most probably AdaMULTI IDE has some equivalent means. You have= to=20 > look it up in your AdaMULTI documentation. There is a configuration file(adabare.mc in the event_analyzer folder) whic= h I don't think is what I want. The Help page says this file defines the fo= llowing Ada Bare Board objects: Task Status Event Event Category Event Overlap Events are defined in the config file using:=20 event:TYPE:SUB_TYPE:EVENT_NAME:BITMAP_NAME:EXTRA_DATA: VISIBILITY event is a keyword and should be entered exactly as shown above. TYPE and SUB_TYPE are two numbers used by the target operating system to= identify an event. For example a TYPE of 3 and a SUB_TYPE of 22 correspond= s to the tx_thread_create event. EVENT_NAME is the event's name as supported by the target operating syst= em. BITMAP_NAME is the name of the icon used to represent the event in the E= ventAnalyzer. Do not include the .bmp file extension. EXTRA_DATA specifies additional data that can be useful in understanding= an event. For example, if a task is created, the new TaskID can be recorde= d as extra data for the logged task creation event. Subsequent operations o= n the task (e.g., running the task) can also log the TaskID so that operati= ons on the same task can be located easily. There is a "User Guide and Compiler Reference" manual as well as a "Configu= ring Connections for ARM Targets", and "Debugging." Thank you, Doris