Home
last modified time | relevance | path

Searched full:debugging (Results 1 – 25 of 2256) sorted by relevance

12345678910>>...91

/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.331 .Nd access debugging information in object files
39 provides functions that allow an application to read and write debugging
41 The format of debugging information accessible through this API
90 Describes attributes of debugging information entries.
98 A debugging information entry.
204 a debugging information entry.
215 Retrieve attribute descriptors for a debugging information entry.
314 Retrieve the offset of the debugging information entry for a
323 .It Debugging Information Entries
326 Returns the child of a debugging information entry.
[all …]
H A Ddwarf_child.336 .Nd retrieve DWARF Debugging Information Entry descriptors
75 Debugging Information Entry (DIE) descriptors associated with
85 DWARF Debugging Information Entry descriptors are represented
105 is NULL, the first debugging information entry descriptor for the
109 may be used together to traverse the tree of debugging information
126 should be associated with a debugging information entry in the
137 the first debugging information entry descriptor for the
142 retrieves the debugging information entry descriptor at global offset
155 except that it can retrieve the debugging information entry descriptor at
166 is non-zero, the function will retrieve the debugging information
[all …]
H A Ddwarf_new_die.332 .Nd allocate a new debugging information entry
50 allocates a new DWARF debugging information entry and links it
51 to another debugging information entry.
62 should specify the tag of the newly created debugging information entry.
70 specifies the parent link of the debugging information entry.
74 specifies the first child link of the debugging information entry.
78 specifies the left sibling link of the debugging information entry.
82 specifies the right sibling link of the debugging information entry.
93 to change the links for the created debugging information entry.
102 returns the newly created debugging information entry.
[all …]
H A Ddwarf_die_link.332 .Nd link a debugging information entry
49 links debugging information entries together.
53 should specify the debugging information entry to be updated.
57 specifies the new parent link for the debugging information entry.
61 specifies the new first child link for the debugging information entry.
65 specifies the new left sibling link for the debugging information entry.
69 specifies the new right sibling link for the debugging information entry.
78 Existing links to parent, child, left or right debugging information
89 returns the debugging information entry provided in argument
H A Ddwarf_dieoffset.336 .Nd return offsets of DWARF debugging information entries
76 These functions are used to retrieve offsets for DWARF debugging
81 returns the offset of the debugging information entry referenced by
96 containing the debugging information entry referenced by argument
112 retrieves the section-relative offset of the debugging information
126 returns the offset for the first debugging information entry for a
131 should reference a valid debugging context allocated using
155 returns the offset for the first debugging information entry for a
H A Ddwarf_get_funcs.3105 section, of the compilation unit that contains the debugging
116 section, of the debugging information entry associated with the
124 retrieves the name and offsets for the debugging information entry for
130 NUL-terminated string containing the name of the associated debugging
137 section, of the associated debugging information entry.
143 section, of the first debugging information entry in the compilation
152 debugging information entry associated with the argument
208 The DWARF debugging context referenced by argument
H A Ddwarf_get_weaks.3105 section, of the compilation unit that contains the debugging
116 section, of the debugging information entry associated with the
124 retrieves the name and offsets for the debugging information
130 NUL-terminated string containing the name of the associated debugging
137 section, of the associated debugging information entry.
143 section, of the first debugging information entry in the compilation
152 debugging information entry associated with the argument
208 The DWARF debugging context referenced by argument
H A Ddwarf_get_types.3117 section, of the compilation unit that contains the debugging
128 section, of the debugging information entry associated with the
136 retrieves the name and offsets for the debugging information
142 NUL-terminated string containing the name of the associated debugging
149 section, of the associated debugging information entry.
155 section, of the first debugging information entry in the compilation
164 debugging information entry associated with the argument
220 The DWARF debugging context referenced by argument
H A Ddwarf_get_pubtypes.3105 section, of the compilation unit that contains the debugging
116 section, of the debugging information entry associated with the
124 retrieves the name and offsets for the debugging information entry for
130 NUL-terminated string containing the name of the associated debugging
137 section, of the associated debugging information entry.
143 section, of the first debugging information entry in the compilation
152 debugging information entry associated with the argument
235 The DWARF debugging context referenced by argument
H A Ddwarf_get_globals.3105 section, of the compilation unit that contains the debugging
116 section, of the debugging information entry associated with the
124 retrieves the name and the offsets for the debugging information
130 NUL-terminated string containing the name of the associated debugging
137 section, of the associated debugging information entry.
143 section, of the first debugging information entry in
152 debugging information entry associated with the argument
H A Ddwarf_get_vars.3104 contains the debugging information entry associated with the argument
114 section, of the debugging information
122 retrieves both the name and the associated offsets for the debugging
128 NUL-terminated string containing the name of the associated debugging
135 section, of the associated debugging information entry.
141 section, of the first debugging information entry in
150 debugging information entry associated with the argument
H A Ddwarf_attrval_signed.335 .Nd retrieve the value of an attribute within a DWARF debugging information entry
69 These functions search the debugging information entry referenced
173 and is not present in the debugging information entry referenced by argument
179 attribute is present in the debugging information entry,
182 will search for the named attribute in the debugging information entry
191 If the named attribute was not found in the specified debugging
/freebsd/share/man/man4/
H A Dgdb.459 When used for remote debugging,
68 .Sh PREPARING FOR DEBUGGING
69 When debugging kernels, it is practically essential to have built a kernel with
70 debugging symbols
103 .Ss "Debugging a crash dump"
111 .Ss "Debugging a live system with a remote link"
123 enables the debugging machine stop the debugged machine once a connection has
126 .Ss "Debugging a live system with a remote serial link"
138 .Ss "Debugging a live system with a remote firewire link"
139 As with serial debugging, to debug a live system with a firewire link, the
[all …]
H A Dscsi.491 debugging printf code.
93 cause any debugging information to be printed out when included by itself.
129 debugging of
378 There are currently seven debugging flags that may be compiled in and used:
387 This flag enables debugging output internal to various functions.
408 Users can enable debugging from their kernel config file, by using
414 debugging.
416 This specifies support for which debugging flags described above
419 see printfs for multiple debugging levels.
421 This sets the various debugging flags from a kernel config file.
[all …]
/freebsd/usr.sbin/rpcbind/
H A Drpcb_svc_4.c87 if (debugging) in rpcb_service_4()
123 if (debugging) in rpcb_service_4()
133 if (debugging) in rpcb_service_4()
143 if (debugging) in rpcb_service_4()
152 if (debugging) in rpcb_service_4()
160 if (debugging) in rpcb_service_4()
170 if (debugging) in rpcb_service_4()
180 if (debugging) in rpcb_service_4()
190 if (debugging) in rpcb_service_4()
200 if (debugging) in rpcb_service_4()
[all …]
H A Drpcb_svc.c87 if (debugging) in rpcb_service_3()
115 if (debugging) in rpcb_service_3()
129 if (debugging) in rpcb_service_3()
139 if (debugging) in rpcb_service_3()
149 if (debugging) in rpcb_service_3()
165 if (debugging) in rpcb_service_3()
177 if (debugging) { in rpcb_service_3()
187 if (debugging) { in rpcb_service_3()
211 if (debugging) { in rpcbproc_getaddr_3_local()
H A Drpcb_svc_com.c132 if (debugging) in rpcbproc_set_com()
139 if (debugging) in rpcbproc_set_com()
217 if (debugging) in rpcbproc_unset_com()
224 if (debugging) in rpcbproc_unset_com()
335 if (debugging) in rpcbproc_getaddr_com()
490 if (debugging) in create_rmtcall_fd()
498 if (debugging) in create_rmtcall_fd()
640 if (debugging) in rpcbproc_callit_com()
656 if (debugging) in rpcbproc_callit_com()
669 if (debugging) { in rpcbproc_callit_com()
[all …]
H A Dpmap_svc.c73 if (debugging) in pmap_service()
78 debugging) { in pmap_service()
112 if (debugging) in pmap_service()
172 if (debugging) in pmapproc_change()
237 debugging) { in pmapproc_change()
244 if (debugging) in pmapproc_change()
277 if (debugging) { in pmapproc_getport()
318 debugging) { in pmapproc_getport()
325 if (debugging) in pmapproc_getport()
350 (caddr_t)&list_pml)) && debugging) { in pmapproc_dump()
[all …]
/freebsd/tools/debugscripts/
H A Ddot.gdbinit1 # .gdbinit file for remote serial debugging.
33 # Remote debugging port
67 # When debugging the same machine (via /dev/mem), we can get the
69 # work for crashes or remote debugging, of course, because we'd get
75 # debugging the local system. Instead, we have two scripts:
88 …ymbol tables for the debugging machine. This only makes sense when debugging /dev/mem; use the 'g…
102 … This causes the symbols for the KLDs to be loaded. When doing memory debugging, use the command…
115 echo If you're debugging a local system, you can use 'kldsyms' instead\n
/freebsd/usr.sbin/wlandebug/
H A Dwlandebug.830 .Nd "set/query 802.11 wireless debugging messages"
39 debugging messages in the
47 The default debugging level for new interfaces can be set
53 can be used to enable and/or disable debugging messages.
55 To enable debugging messages of a certain
66 general debugging facilities; equivalent to setting the debug
87 scanning operation; especially useful for debugging problems
161 Different wireless drivers support different debugging messages.
169 most of the debugging messages while devices that
172 Some debugging messages are no longer meaningful
/freebsd/libexec/rc/
H A Ddebug.sh11 # Debugging
56 # Debugging returns true if tracing is enabled.
69 # enable/disable code that should be skipped/run when debugging
70 # is turned on. "DEBUGGING" is the same as "DEBUG_SKIP" for
105 DEBUGGING=
108 export DEBUGGING DEBUG_DO DEBUG_SKIP
267 # Output message if we are debugging
274 # Debugging
276 # return 0 if we are debugging.
278 Debugging() { function
[all …]
/freebsd/contrib/wpa/src/utils/
H A Dwpa_debug.h19 /* Debugging function - conditional printf and hex dump. Driver wrappers can
20 * use these for debugging purposes. */
68 * This function is used to print conditional debugging and error messages. The
84 * This function is used to print conditional debugging and error messages. The
104 * This function is used to print conditional debugging and error messages. The
126 * This function is used to print conditional debugging and error messages. The
142 * This function is used to print conditional debugging and error messages. The
154 * binary size. As such, it should be used with debugging messages that are not
180 * This function is used to print conditional debugging and error messages. The
196 * This function is used to print conditional debugging and error messages.
[all …]
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_debug.m45 AC_MSG_CHECKING([if we're including debugging code])
7 [debugging],
9 [--enable-debugging],
10 [+ include ntpd debugging code]
17 AC_DEFINE([DEBUG], [1], [Enable debugging code?])
/freebsd/contrib/sendmail/libsm/
H A Dheap.c14 ** debugging memory allocation package
93 ** debugging is disabled at compile time. Otherwise, a call to
353 ** SM_MALLOC_TAGGED -- wrapper around malloc(), debugging version.
357 ** tag -- tag for debugging.
358 ** num -- additional value for debugging.
359 ** group -- heap group for debugging.
404 ** SM_MALLOC_TAGGED_X -- wrapper around malloc(), debugging version.
408 ** tag -- tag for debugging.
409 ** num -- additional value for debugging.
410 ** group -- heap group for debugging.
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h9 // This file defines a DIBuilder that is useful for creating debugging
142 /// A CompileUnit provides an anchor for all debugging
146 /// \param Producer Identify the producer of debugging information
154 /// analyzing generated debugging information.
182 /// Create a file descriptor to hold debugging information for a file.
193 /// Create debugging information entry for a macro.
202 /// Create debugging information temporary entry for a macro file.
222 /// Create debugging information entry for a basic
232 /// Create debugging information entry for a string
238 /// Create debugging information entry for Fortran
[all …]

12345678910>>...91