package frama-c
Install
Dune Dependency
Authors
-
MMichele Alberti
-
TThibaud Antignac
-
GGergö Barany
-
PPatrick Baudin
-
NNicolas Bellec
-
TThibaut Benjamin
-
AAllan Blanchard
-
LLionel Blatter
-
FFrançois Bobot
-
RRichard Bonichon
-
VVincent Botbol
-
QQuentin Bouillaguet
-
DDavid Bühler
-
ZZakaria Chihani
-
LLoïc Correnson
-
JJulien Crétin
-
PPascal Cuoq
-
ZZaynah Dargaye
-
BBasile Desloges
-
JJean-Christophe Filliâtre
-
PPhilippe Herrmann
-
MMaxime Jacquemin
-
FFlorent Kirchner
-
AAlexander Kogtenkov
-
RRemi Lazarini
-
TTristan Le Gall
-
JJean-Christophe Léchenet
-
MMatthieu Lemerre
-
DDara Ly
-
DDavid Maison
-
CClaude Marché
-
AAndré Maroneze
-
TThibault Martin
-
FFonenantsoa Maurica
-
MMelody Méaulle
-
BBenjamin Monate
-
YYannick Moy
-
PPierre Nigron
-
AAnne Pacalet
-
VValentin Perrelle
-
GGuillaume Petiot
-
DDario Pinto
-
VVirgile Prevosto
-
AArmand Puccetti
-
FFélix Ridoux
-
VVirgile Robles
-
JJan Rochel
-
MMuriel Roger
-
JJulien Signoles
-
NNicolas Stouls
-
KKostyantyn Vorobyov
-
BBoris Yakobowski
Maintainers
Sources
sha256=d2fbb3b8d0ff83945872e9e6fa258e934a706360e698dae3b4d5f971addf7493
doc/frama-c.gui/Frama_c_gui/Gui_printers/index.html
Module Frama_c_gui.Gui_printers
Source
Special pretty-printers for the GUI. Some sub-elements are annotated by format tags, in order to make them reactive.
Returns the base type for a pointer/array, otherwise t
itself. E.g. for t = int***
, returns int
.
Same as Printer.pp_typ
, except that the type is output between Format tags @{<link:typN>}
, that are recognized by the GUI.
Pretty-prints a type, unfolding it once if it is a typedef, enum, struct or union.
Special pretty-printer that outputs tags link:vidN
around varinfos, and link:typN
around types.
Convert a string of the form link:vidN
into the varinfo of vid N
. This varinfo must have been printed by a pretty-printer extended with LinkPrinter
. Raise NoMatch
if the link is not of the form link:vidN
.
Convert a string of the form link:typN
into a type. The association between N
and the type is done by printing the type once using pp_typ
, or by using a printer extended with LinkPrinter
. Raise NoMatch
if the link is not of the form link:typN
.
Convert a string of the form link:locN
into the location of id N
. This location must have been printed by a pretty-printer extended with LinkPrinter
. Raise NoMatch
if the link is not of the form link:locN
.