/openbsd-src/gnu/llvm/lldb/docs/use/ |
H A D | links.rst | 13 A high level overview of LLDB with a focus on debugging Objective-C 22 LLDB is a powerful tool for exploring and debugging your app at runtime. 31 Xcode debugging workflows. Learn how to take advantage of LLDB and 32 custom breakpoints for more powerful debugging. Get the most out of 33 Xcode’s view debugging tools to solve UI issues in your app more 67 Chisel is a collection of LLDB commands to assist in the debugging of 75 …in the Debugger — A Waltz with LLDB (2014): https://www.objc.io/issues/19-debugging/lldb-debugging/ 80 … Engineering (2018): https://www.raywenderlich.com/books/advanced-apple-debugging-reverse-engineer…
|
H A D | remote.rst | 4 Remote debugging refers to the act of debugging a process which is running on a 9 To enable remote debugging, LLDB employs a client-server architecture. The 16 advanced debugging operations, like copying files from/to the remote system and 19 In order to reduce code complexity and improve remote debugging experience LLDB 20 on Linux and macOS uses the remote debugging stub even when debugging a process 23 debugging this whole process is transparent to the user. The platform binary is 32 While the process of actual debugging (stepping, backtraces, evaluating 33 expressions) is same as in the local case, in the case of remote debugging, 51 remote debugging. You can either compile on the remote system directly or copy 75 debugging. This is achieved through the platform command and its sub-commands. [all …]
|
H A D | intel_pt.rst | 63 When you are debugging a process, you can turn on intel-pt tracing, 65 After turning it on, you can continue debugging, and at any breakpoint, 76 # keep debugging until you hit a breakpoint 138 What if you are debugging + tracing a process that crashes? 252 .. _blog: https://engineering.fb.com/2021/04/27/developer-tools/reverse-debugging/
|
/openbsd-src/gnu/llvm/clang/docs/ |
H A D | DebuggingCoroutines.rst | 16 However, this design forces us to generate insufficient debugging information. 283 When debugging step-by-step, the value of `__int_32_0` seemingly does not 314 An important requirement for debugging coroutines is to understand suspended 378 // debugging-example.cpp 474 # debugging-helper.py 621 $ clang++ -std=c++20 -g debugging-example.cpp -o debugging-example 622 $ gdb ./debugging-example 626 detail::chain_fn<0> () at debugging-example2.cpp:73 628 (gdb) # Executes the debugging scripts 629 (gdb) source debugging-helper.py [all …]
|
/openbsd-src/gnu/llvm/lldb/docs/status/ |
H A D | status.rst | 22 i386, ARM, and AArch64 debugging. The entire public API is exposed 28 scripted. It also allows powerful debugging actions to be created and attached 29 to a variety of debugging workflows. 57 | Core file debugging | YES (ELF) | YES (ELF) | YES (MachO) | YES (E… 59 | Remote debugging | YES (lldb-server) | YES (lldb-server) | YES (debugserver) | YES (l… 65 | JIT debugging | Unknown | Symbolic debugging only | Untested | Work I…
|
H A D | goals.rst | 10 The goal of LLDB is to provide an amazing debugging experience that "just 12 confused, so that you can think about debugging your problem, not about 30 * Excellent multi-threaded debugging support 39 that would support modern multi-threaded programs, handle debugging symbols in
|
H A D | features.rst | 4 LLDB supports a broad variety of basic debugging features such as reading DWARF, supporting step, n… 16 * A remote protocol server, debugserver, implements macOS debugging on i386 and x86-64.
|
/openbsd-src/usr.sbin/portmap/ |
H A D | portmap.c | 96 int debugging; variable 113 debugging = 1; in main() 121 if (!debugging && daemon(0, 0)) { in main() 126 openlog("portmap", LOG_NDELAY | (debugging ? LOG_PID | LOG_PERROR : in main() 295 if (debugging) in reg_service() 302 if (!svc_sendreply(xprt, xdr_void, NULL) && debugging) { in reg_service() 334 if (debugging) in reg_service() 376 debugging) { in reg_service() 423 debugging) { in reg_service() 442 debugging) { in reg_service() [all …]
|
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/ |
H A D | llvm_debuginfo.mli | 182 debugging information generated during this instance of compilation. 187 (** [dibuild_create_file] Create a file descriptor to hold debugging information 337 (** [dibuild_create_enumerator] Create debugging information entry for an 351 (** [dibuild_create_enumeration_type] Create debugging information entry for 367 (** [dibuild_create_union_type] Create debugging information entry for a union. 377 (** [dibuild_create_array_type] Create debugging information entry for an array. 387 (** [dibuild_create_vector_type] Create debugging information entry for a 401 (** [dibuild_create_basic_type] Create debugging information entry for a basic 412 (** [dibuild_create_pointer_type] Create debugging information entry for a 430 (** [dibuild_create_struct_type] Create debugging information entry for a [all …]
|
/openbsd-src/gnu/llvm/lldb/docs/ |
H A D | index.rst | 12 LLDB is the default debugger in Xcode on macOS and supports debugging C, 62 Sharing the LLDB API allows LLDB to not only be used for debugging, but also 72 * macOS debugging for i386, x86_64 and AArch64 73 * iOS, tvOS, and watchOS simulator debugging on i386, x86_64 and AArch64 74 * iOS, tvOS, and watchOS device debugging on ARM and AArch64 75 * Linux user-space debugging for i386, x86_64, ARM, AArch64, MIPS64, PPC64le, 77 * FreeBSD user-space debugging for i386, x86_64, ARM, AArch64, MIPS64, PPC 78 * NetBSD user-space debugging for i386 and x86_64 79 * Windows user-space debugging for i386, x86_64, ARM and AArch64 (*)
|
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
H A D | passes.texi | 49 Also included is a description of where debugging dumps can be requested 184 Aside from debugging information output, none of the following passes 201 The option @option{-dr} causes a debugging dump of the RTL code after 217 The option @option{-di} causes a debugging dump of the RTL code after 244 The option @option{-dj} causes a debugging dump of the RTL code after 279 The option @option{-de} causes a debugging dump of the RTL code after 295 The option @option{-dW} causes a debugging dump of the RTL code after 310 The option @option{-dX} causes a debugging dump of the RTL code after 325 The option @option{-ds} causes a debugging dump of the RTL code after 353 The option @option{-dG} causes a debugging dump of the RTL code after [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ |
H A D | BaseTo.pm | 49 sub debugging { subroutine 57 return unless $self->debugging;
|
/openbsd-src/gnu/usr.bin/perl/dist/Storable/t/ |
H A D | canonical.t | 21 our ($debugging, $verbose); 41 if ($debugging) {
|
/openbsd-src/gnu/usr.bin/perl/t/op/ |
H A D | closure.t | 7 # Run with -debug for debugging output. 172 my($debugging, %expected, $inner_type, $where_declared, $within); 176 $debugging = 1 if defined($ARGV[0]) and $ARGV[0] eq '-debug'; 219 print <<"DEBUG_INFO" if $debugging; 469 if ($debugging && ($errors || $? || ($output =~ /not ok/))) { 476 print '#', "-" x 30, "\n" if $debugging;
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | NEWS | 22 Initial support for debugging programs compiled with the GNAT 39 features including 32x64 (e.g., 64-bit amd64 GDB debugging a 32-bit 211 Pending breakpoints are very useful for GCJ Java debugging. 258 and SSE registers. If you rely on those registers for your debugging, 285 improved, especially if you use the DWARF 2 debugging format. (This 302 * New debugging protocols 355 Support for debugging the Objective-C programming language has been 379 to include cross-architecture native debugging support (i386 on amd64, 517 When debugging a multi-threaded application on GNU/Linux, GDB now uses 525 Support for debugging multi-threaded applications which use [all …]
|
H A D | gdbinit.in | 1 echo Setting up the environment for debugging gdb.\n
|
/openbsd-src/gnu/llvm/llvm/docs/ |
H A D | DebuggingJITedCode.rst | 8 Without special runtime support, debugging dynamically generated code can be 41 Due to a regression in release 6.0, LLDB didn't support JITed code debugging for 42 a while. The bug was fixed in mainline recently, so that debugging JITed ELF 51 The emerging MCJIT component of LLVM allows full debugging of JIT-ed code with 53 DWARF debugging information to GDB.
|
H A D | Bugpoint.rst | 19 For detailed case scenarios, such as debugging ``opt``, or one of the LLVM code 30 compiler-debugging process; consequently, it may take a long period of 32 that ``bugpoint`` is generally very quick unless debugging a miscompilation 68 passes triggers the bug. This is useful when debugging a problem exposed by 73 debugging intraprocedural optimizations. Once the number of functions has been 130 * In the code generator and miscompilation debuggers, debugging will go faster 224 being done. If that can be figured out, then do the usual debugging. If which 227 Alternatively, you can use "``printf``" style debugging to report waypoints.
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
H A D | listing.c | 174 int debugging; member 301 && ! listing_tail->debugging) in listing_newline() 308 listing_tail->debugging = 1; in listing_newline() 398 new->debugging = 0; in listing_newline() 412 new->debugging = 1; in listing_newline() 872 if (list->debugging) in debugging_pseudo() 895 && list->next->debugging) in debugging_pseudo()
|
/openbsd-src/gnu/usr.bin/binutils/gas/ |
H A D | listing.c | 174 int debugging; member 301 && ! listing_tail->debugging) in listing_newline() 308 listing_tail->debugging = 1; in listing_newline() 398 new->debugging = 0; in listing_newline() 412 new->debugging = 1; in listing_newline() 877 if (list->debugging) in debugging_pseudo() 900 && list->next->debugging) in debugging_pseudo()
|
/openbsd-src/sbin/isakmpd/ |
H A D | README | 32 (like an IPsec implementation) logging to stderr with full debugging output, 43 99 (max). Read log.[ch] and ui.c to see how to alter the debugging levels. 55 and watch. You can turn on debugging on that isakmpd too of course, for
|
/openbsd-src/gnu/gcc/config/ |
H A D | mh-interix | 5 # built without debugging information
|
/openbsd-src/gnu/usr.bin/binutils-2.17/config/ |
H A D | mh-interix | 5 # built without debugging information
|
/openbsd-src/gnu/usr.bin/binutils/config/ |
H A D | mh-interix | 5 # built without debugging information
|
H A D | mh-mingw32 | 2 # built without debugging information
|