Home
last modified time | relevance | path

Searched refs:addr2line (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-12-stable/usr.bin/clang/llvm-symbolizer/
DMakefile6 MAN= llvm-symbolizer.1 llvm-addr2line.1
29 LINKS+= ${BINDIR}/llvm-symbolizer ${BINDIR}/llvm-addr2line
32 LINKS= ${BINDIR}/llvm-symbolizer ${BINDIR}/addr2line
33 MLINKS= llvm-addr2line.1 addr2line.1
/freebsd-12-stable/contrib/elftoolchain/addr2line/
DMakefile5 PROG= addr2line
6 SRCS= addr2line.c
13 MAN1= addr2line.1
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_posix_libcdep.cpp287 Addr2LineProcess *addr2line = 0; in SendCommand() local
291 addr2line = addr2line_pool_[i]; in SendCommand()
295 if (!addr2line) { in SendCommand()
296 addr2line = in SendCommand()
298 addr2line_pool_.push_back(addr2line); in SendCommand()
300 CHECK_EQ(0, internal_strcmp(module_name, addr2line->module_name())); in SendCommand()
304 return addr2line->SendCommand(buffer); in SendCommand()
Dsanitizer_flags.inc32 "If set, allows online symbolizer to run addr2line binary to symbolize "
33 "stack traces (addr2line will only be used if llvm-symbolizer binary is "
/freebsd-12-stable/contrib/binutils/binutils/doc/
DMakefile.am18 addr2line.1 \
43 addr2line.1: $(binutils_TEXI) $(binutils_TEXINFOS)
45 -$(TEXI2POD) $(MANCONF) -Daddr2line < $(binutils_TEXI) > addr2line.pod
46 -($(POD2MAN) addr2line.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
48 rm -f addr2line.pod
DMakefile.in240 addr2line.1 \
593 addr2line.1: $(binutils_TEXI) $(binutils_TEXINFOS)
595 -$(TEXI2POD) $(MANCONF) -Daddr2line < $(binutils_TEXI) > addr2line.pod
596 -($(POD2MAN) addr2line.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
598 rm -f addr2line.pod
Dbinutils.texi25 * addr2line: (binutils)addr2line. Convert addresses to file and line
140 @item addr2line
173 * addr2line:: Convert addresses to file and line
2481 @node c++filt, addr2line, strip, Top
2665 @node addr2line
2666 @chapter addr2line
2668 @kindex addr2line
2671 @c man title addr2line convert addresses into file names and line numbers.
2674 @c man begin SYNOPSIS addr2line
2675 addr2line [@option{-b} @var{bfdname}|@option{--target=}@var{bfdname}]
[all …]
/freebsd-12-stable/usr.bin/addr2line/
DMakefile6 ADDR2LINEDIR= ${ELFTCDIR}/addr2line
10 PROG= addr2line
/freebsd-12-stable/targets/pseudo/toolchain/
DMakefile.depend12 usr.bin/addr2line \
/freebsd-12-stable/contrib/binutils/binutils/po/
DPOTFILES.in1 addr2line.c
Dbinutils.pot19 #: addr2line.c:74
24 #: addr2line.c:75
29 #: addr2line.c:76
36 #: addr2line.c:77
53 #: addr2line.c:92 ar.c:264 coffdump.c:467 dlltool.c:3172 dllwrap.c:510
60 #: addr2line.c:279
65 #: addr2line.c:296
70 #: addr2line.c:362 nm.c:1534 objdump.c:3099
/freebsd-12-stable/share/mk/
Dlocal.gendirdeps.mk35 Nusr.bin/addr2line \
/freebsd-12-stable/contrib/gdb/gdb/
Dgdb_mbuild.sh304 func="`addr2line -f -e ./gdb/gdb -s ${addr} | sed -n -e 1p`"
/freebsd-12-stable/contrib/binutils/binutils/
DChangeLog-000140 * addr2line.c (main): Protoype.
307 * addr2line.c (program_version): Remove unused declaration.
375 * addr2line.c: Don't include <ctype.h>.
665 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
770 * addr2line.1: Removed.
1156 * addr2line.1: Ditto.
1202 * addr2line.1: Add GNU Free Documentation License.
1283 * addr2line.c: Changed email address for Ulrich Lauther.
1306 * addr2line.c (main): Add const to char *.
1347 * addr2line.c: Add optional style to demangle switch.
[all …]
DChangeLog-2006201 * addr2line.c (process_file): Change function from void to
333 * doc/Makefile.am (addr2line.1): Depend on $(binutils_TEXINFOS).
407 * addr2line.c (long_options): Add new option 'section'.
417 * doc/binutils.texi (addr2line): Document new -j/--section option.
DMakefile.in92 am__EXEEXT_12 = addr2line$(EXEEXT)
102 am_addr2line_OBJECTS = addr2line.$(OBJEXT) $(am__objects_1)
380 ADDR2LINE_PROG = addr2line
410 addr2line.c ar.c arsup.c bin2c.c binemul.c bucomm.c \
495 addr2line_SOURCES = addr2line.c $(BULIBS)
615 addr2line$(EXEEXT): $(addr2line_OBJECTS) $(addr2line_DEPENDENCIES)
616 @rm -f addr2line$(EXEEXT)
1198 addr2line.o: addr2line.c sysdep.h $(INCDIR)/ansidecl.h \
DMakefile.am46 ADDR2LINE_PROG=addr2line
90 addr2line.c ar.c arsup.c bin2c.c binemul.c bucomm.c \
240 addr2line_SOURCES = addr2line.c $(BULIBS)
448 addr2line.o: addr2line.c sysdep.h $(INCDIR)/ansidecl.h \
DChangeLog-0203145 * addr2line.c (process_file): Use new function.
246 * addr2line.c: Convert to ISO C90 prototypes, change PTR, remove
1101 * addr2line.c, ar.c, arsup.c, binemul.c, binemul.h, bucomm.c, bucomm.h,
1259 * addr2line.c (slurp_symtab): Read in dynamic symbols if no
1382 * addr2line.c (process_file): Rename parameter 'filename' to
1415 * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
1453 * addr2line.c (translate_addresses): Use "demangle".
1733 * addr2line.c: Fix formatting.
2076 * addr2line.c (usage): Update text to provide verbose
DNEWS38 * Add "-i/--inlines" to addr2line to print enclosing scope information
231 * Added new addr2line program. This uses the debugging information to convert
DChangeLog316 * addr2line.c (translate_addresses): Call bfd_demangle rather than
550 * addr2line.c (usage): Don't print empty REPORT_BUGS_TO.
DChangeLog-9899760 * addr2line.c (main): Don't pass LC_MESSAGES to setlocale if the
1295 * addr2line.c (find_address_in_section): Only consider a section
1605 * addr2line.c (main): Conditionally call setlocale.
1646 * addr2line.c (main): Call setlocale, bindtextdomain, textdomain.
1826 * addr2line.c (usage): Update bug-gnu-utils address.
DChangeLog-919764 * addr2line.c (translate_addresses): Use bfd_scan_vma rather
431 addr2line.c contributed by Ulrich Lauther
433 * addr2line.c: New file.
436 (MANPAGES): Add addr2line.
438 (CFILES): Add addr2line.c.
440 * binutils.texi: Document addr2line.
441 * addr2line.1: New file.
/freebsd-12-stable/contrib/elftoolchain/
DREADME.rst21 addr2line Debug tool.
/freebsd-12-stable/usr.bin/
DMakefile265 SUBDIR.${MK_TOOLCHAIN}+= addr2line
/freebsd-12-stable/
DUPDATING1357 GNU Binutils versions of addr2line, c++filt, nm, readelf, size,
1550 ELF tools addr2line, elfcopy (strip), nm, size, and strings are now

12