Browsing Bosnian translation

877 of 6146 results
877.
Set a static tracepoint at specified line, function or marker.

strace [LOCATION] [if CONDITION]
LOCATION may be a line number, function name, "*" and an address,
or -m MARKER_ID.
If a line number is specified, probe the marker at start of code
for that line. If a function is specified, probe the marker at start
of code for that function. If an address is specified, probe the marker
at that exact address. If a marker id is specified, probe the marker
with that name. With no LOCATION, uses current execution address of
the selected stack frame.
Static tracepoints accept an extra collect action -- ``collect $_sdata''.
This collects arbitrary user data passed in the probe point call to the
tracing library. You can inspect it when analyzing the trace buffer,
by printing the $_sdata variable like any other convenience variable.

CONDITION is a boolean expression.

Multiple tracepoints at one place are permitted, and useful if their
conditions are different.

Do "help breakpoints" for info on other commands dealing with breakpoints.
Do "help tracepoints" for info on other tracepoint commands.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
Postavite statičnu tačku praćenja na određenoj liniju, funkciju ili marker.

strace [LOCATION] [IF CONDITION]
LOCATION može biti broj linije, ime funkcije, "*" i adresa
ili -m MARKER_ID.
Ako je broj linije određen, testirajte marker na početku koda
za tu liniju.Ako je funkcija određena, testirajte marker na poćetku
koda te funkcije.Ako je adresa određena, testirajte maker na
toj određenoj adresi.Ako je identifikacijski broj markera je određen
testirajte marker sa tim imenom.Bez LOCATION, koristi trentuacno izvršenje
adrese sa odabranim okvirom steka.
Statične tačke praćenja prihvataju dodatnu akciju -- " collect $_sdata".
Ovo sakuplja podrazumjevane korisničke podatke provedenu u testnom pokazivaću na
prateću biblioteku.Možete je provjeriti tokom analize buffera pračenja,
printajući $_sdata varijablu kao bilo koju drugu varijablu lake prerade.

CONDITION je booleanski izraz.

Višestruke tačke praćenja na jednom mjestu su dozvoljenje, i korisno je ako
su im uslovi različiti.

Pokrenite "help breakpoints" za informacije o drugim komandama koje rade sa tačkama prekida.
Pokrenite "help tracepoints" za informacije o drugim komandama nad tačkama praćenja.
Translated and reviewed by Dado Bajramović
Located in breakpoint.c:16475
877 of 6146 results

This translation is managed by Ubuntu Bosnia and Herzegovina translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.