Test run by tcwg-buildslave on Sat May 23 14:33:48 2026 Native configuration is armv8l-unknown-linux-gnueabihf === gdb tests === Schedule of variations: tcwg-local Running target tcwg-local Using /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/config/boards/tcwg-local.exp as board description file for target. Using /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/hosttools/armv8l-unknown-linux-gnueabihf/share/dejagnu/baseboards/unix.exp as board description file for target. Using /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/hosttools/armv8l-unknown-linux-gnueabihf/share/dejagnu/config/unix.exp as generic interface file for target. Using /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/config/unix.exp as tool-and-target-specific interface file. Running /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.base/help.exp ... Executing on build: rm -rf /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.base/help (timeout = 300) builtin_spawn -ignore SIGHUP rm -rf /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.base/help Starting logfile: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.base/help/gdb.in.1 builtin_spawn /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/../../gdb/gdb -nw -nx -q -iex set height 0 -iex set width 0 -data-directory /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/data-directory -iex set interactive-mode on (gdb) set height 0 (gdb) set width 0 (gdb) set height 0 (gdb) PASS: gdb.base/help.exp: disable pagination help aliases User-defined aliases of other commands. List of commands: Type "help" followed by command name for full documentation. Type "apropos word" to search for commands related to "word". Type "apropos -v word" for full documentation of commands related to "word". Command name abbreviations are allowed if unambiguous. (gdb) PASS: gdb.base/help.exp: help aliases help breakpoints Making program stop at certain points. List of commands: awatch -- Set an access watchpoint for EXPRESSION. break, brea, bre, br, b -- Set breakpoint at specified location. break-range -- Set a breakpoint for an address range. catch -- Set catchpoints to catch events. catch assert -- Catch failed Ada assertions, when raised. catch catch -- Catch an exception, when caught. catch exception -- Catch Ada exceptions, when raised. catch exec -- Catch calls to exec. catch fork -- Catch calls to fork. catch handlers -- Catch Ada exceptions, when handled. catch load -- Catch loads of shared libraries. catch rethrow -- Catch an exception, when rethrown. catch signal -- Catch signals by their names and/or numbers. catch syscall -- Catch system calls by their names, groups and/or numbers. catch throw -- Catch an exception, when thrown. catch unload -- Catch unloads of shared libraries. catch vfork -- Catch calls to vfork. clear, cl -- Clear breakpoint at specified location. commands -- Set commands to be executed when the given breakpoints are hit. condition -- Specify breakpoint number N to break only if COND is true. delete, del, d -- Delete all or some breakpoints. delete bookmark -- Delete a bookmark from the bookmark list. delete breakpoints -- Delete all or some breakpoints or auto-display expressions. delete checkpoint -- Delete a checkpoint (experimental). delete display -- Cancel some expressions to be displayed when program stops. delete mem -- Delete memory region. delete skip -- Delete skip entries. delete tracepoints, delete tr -- Delete specified tracepoints. delete tvariable -- Delete one or more trace state variables. disable, disa, dis -- Disable all or some breakpoints. disable breakpoints -- Disable all or some breakpoints. disable display -- Disable some expressions to be displayed when program stops. disable frame-filter -- GDB command to disable the specified frame-filter. disable mem -- Disable memory region. disable missing-debug-handler -- GDB command to disable missing debug handlers. disable missing-objfile-handler -- GDB command to disable missing objfile handlers. disable pretty-printer -- GDB command to disable the specified pretty-printer. disable probes -- Disable probes. disable skip -- Disable skip entries. disable type-printer -- GDB command to disable the specified type-printer. disable unwinder -- GDB command to disable the specified unwinder. disable xmethod -- GDB command to disable a specified (group of) xmethod(s). dprintf -- Set a dynamic printf at specified location. enable, en -- Enable all or some breakpoints. enable breakpoints -- Enable all or some breakpoints. enable breakpoints count -- Enable some breakpoints for COUNT hits. enable breakpoints delete -- Enable some breakpoints and delete when hit. enable breakpoints once -- Enable some breakpoints for one hit. enable count -- Enable some breakpoints for COUNT hits. enable delete -- Enable some breakpoints and delete when hit. enable display -- Enable some expressions to be displayed when program stops. enable frame-filter -- GDB command to enable the specified frame-filter. enable mem -- Enable memory region. enable missing-debug-handler -- GDB command to enable missing debug handlers. enable missing-objfile-handler -- GDB command to enable missing objfile handlers. enable once -- Enable some breakpoints for one hit. enable pretty-printer -- GDB command to enable the specified pretty-printer. enable probes -- Enable probes. enable skip -- Enable skip entries. enable type-printer -- GDB command to enable the specified type printer. enable unwinder -- GDB command to enable unwinders. enable xmethod -- GDB command to enable a specified (group of) xmethod(s). ftrace -- Set a fast tracepoint at specified location. hbreak -- Set a hardware assisted breakpoint. ignore -- Set ignore-count of breakpoint number N to COUNT. rbreak -- Set a breakpoint for all functions matching REGEXP. rwatch -- Set a read watchpoint for EXPRESSION. save -- Save breakpoint definitions as a script. save breakpoints -- Save current breakpoint definitions as a script. save gdb-index -- Save a gdb-index file. save history -- Save current history as a script. save skip -- Save current skips as a script. save tracepoints -- Save current tracepoint definitions as a script. save user -- Save current user-defined commands as a script. skip -- Ignore a function while stepping. skip delete, delete skip -- Delete skip entries. skip disable, disable skip -- Disable skip entries. skip enable, enable skip -- Enable skip entries. skip file -- Ignore a file while stepping. skip function -- Ignore a function while stepping. strace -- Set a static tracepoint at location or marker. tbreak -- Set a temporary breakpoint. tcatch -- Set temporary catchpoints to catch events. tcatch assert -- Catch failed Ada assertions, when raised. tcatch catch -- Catch an exception, when caught. tcatch exception -- Catch Ada exceptions, when raised. tcatch exec -- Catch calls to exec. tcatch fork -- Catch calls to fork. tcatch handlers -- Catch Ada exceptions, when handled. tcatch load -- Catch loads of shared libraries. tcatch rethrow -- Catch an exception, when rethrown. tcatch signal -- Catch signals by their names and/or numbers. tcatch syscall -- Catch system calls by their names, groups and/or numbers. tcatch throw -- Catch an exception, when thrown. tcatch unload -- Catch unloads of shared libraries. tcatch vfork -- Catch calls to vfork. thbreak -- Set a temporary hardware assisted breakpoint. trace, trac, tra, tr, tp -- Set a tracepoint at specified location. watch -- Set a watchpoint for EXPRESSION. Type "help" followed by command name for full documentation. Type "apropos word" to search for commands related to "word". Type "apropos -v word" for full documentation of commands related to "word". Command name abbreviations are allowed if unambiguous. (gdb) PASS: gdb.base/help.exp: help breakpoints help data Examining data. List of commands: agent-printf -- Target agent only formatted printing, like the C "printf" function. append -- Append target code/data to a local file. append binary -- Append target code/data to a raw binary file. append binary memory -- Append contents of memory to a raw binary file. append binary value -- Append the value of an expression to a raw binary file. append memory -- Append contents of memory to a raw binary file. append value -- Append the value of an expression to a raw binary file. call -- Call a function in the program. disassemble -- Disassemble a specified section of memory. display -- Print value of expression EXP each time the program stops. dump -- Dump target code/data to a local file. dump binary -- Write target code/data to a raw binary file. dump binary memory -- Write contents of memory to a raw binary file. dump binary value -- Write the value of an expression to a raw binary file. dump ihex -- Write target code/data to an intel hex file. dump ihex memory -- Write contents of memory to an ihex file. dump ihex value -- Write the value of an expression to an ihex file. dump memory -- Write contents of memory to a raw binary file. dump srec -- Write target code/data to an srec file. dump srec memory -- Write contents of memory to an srec file. dump srec value -- Write the value of an expression to an srec file. dump tekhex -- Write target code/data to a tekhex file. dump tekhex memory -- Write contents of memory to a tekhex file. dump tekhex value -- Write the value of an expression to a tekhex file. dump value -- Write the value of an expression to a raw binary file. dump verilog -- Write target code/data to a verilog hex file. dump verilog memory -- Write contents of memory to a verilog hex file. dump verilog value -- Write the value of an expression to a verilog hex file. explore -- Explore a value or a type valid in the current context. explore type -- Explore a type or the type of an expression. explore value -- Explore value of an expression valid in the current context. find -- Search memory for a sequence of bytes. init-if-undefined -- Initialize a convenience variable if necessary. mem -- Define or reset attributes for memory regions. memory-tag -- Generic command for printing and manipulating memory tag properties. memory-tag check -- Validate a pointer's logical tag against the allocation tag. memory-tag print-allocation-tag -- Print the allocation tag for ADDRESS. memory-tag print-logical-tag -- Print the logical tag from POINTER. memory-tag set-allocation-tag -- Set the allocation tag(s) for a memory range. memory-tag with-logical-tag -- Print a POINTER with a specific logical TAG. output -- Like "print" but don't put in value history and don't print newline. print, inspect, p -- Print value of expression EXP. print-object, po -- Ask an Objective-C object to print itself. printf -- Formatted printing, like the C "printf" function. ptype -- Print definition of type TYPE. restore -- Restore the contents of FILE to target memory. set -- Evaluate expression EXP and assign result to variable VAR. set ada -- Prefix command for changing Ada-specific settings. set ada print-signatures -- Control the display of functions in overloads selection menu. set ada source-charset -- Set the Ada source character set. set ada trust-PAD-over-XVS -- Enable or disable an optimization trusting PAD types over XVS types. set agent -- Set debugger's willingness to use agent as a helper. set always-read-ctf -- Set whether CTF is always read. set annotate -- Set annotation_level. set architecture, set processor -- Set architecture of target. set args -- Set argument list to give program being debugged when it is started. set arm -- Various ARM-specific commands. set arm abi -- Set the ABI. set arm apcs32 -- Set usage of ARM 32-bit mode. set arm disassembler -- Set the disassembly style. set arm fallback-mode -- Set the mode assumed when symbols are unavailable. set arm force-mode -- Set the mode assumed even when symbols are available. set arm fpu -- Set the floating point type. set arm unwind-secure-frames -- Set usage of non-secure to secure exception stack unwinding. set auto-connect-native-target -- Set whether GDB may automatically connect to the native target. set auto-load -- Auto-loading specific settings. set auto-load gdb-scripts -- Enable or disable auto-loading of canned sequences of commands scripts. set auto-load guile-scripts -- Set the debugger's behavior regarding auto-loaded Guile scripts. set auto-load libthread-db -- Enable or disable auto-loading of inferior specific libthread_db. set auto-load local-gdbinit -- Enable or disable auto-loading of .gdbinit script in current directory. set auto-load python-scripts -- Set the debugger's behavior regarding auto-loaded Python scripts. set auto-load safe-path -- Set the list of files and directories that are safe for auto-loading. set auto-load scripts-directory -- Set the list of directories from which to load auto-loaded scripts. set auto-solib-add -- Set autoloading of shared library symbols. set backtrace -- Set backtrace specific variables. set backtrace limit -- Set an upper bound on the number of backtrace levels. set backtrace past-entry -- Set whether backtraces should continue past the entry point of a program. set backtrace past-main -- Set whether backtraces should continue past "main". set basenames-may-differ -- Set whether a source file may have multiple base names. set breakpoint -- Breakpoint specific settings. set breakpoint always-inserted -- Set mode for inserting breakpoints. set breakpoint auto-hw -- Set automatic usage of hardware breakpoints. set breakpoint condition-evaluation -- Set mode of breakpoint condition evaluation. set breakpoint pending -- Set debugger's behavior regarding pending breakpoints. set can-use-hw-watchpoints -- Set debugger's willingness to use watchpoint hardware. set case-sensitive -- Set case sensitivity in name search (on/off/auto). set charset -- Set the host and target character sets. set check, set ch, set c -- Set the status of the type/range checker. set check range -- Set range checking (on/warn/off/auto). set check type -- Set strict type checking. set circular-trace-buffer -- Set target's use of circular trace buffer. set code-cache -- Set cache use for code segment access. set coerce-float-to-double -- Set coercion of floats to doubles when calling functions. set compile-args -- Set compile command GCC command-line arguments. set compile-gcc -- Set compile command GCC driver filename. set complaints -- Set max number of complaints about incorrect symbols. set confirm -- Set whether to confirm potentially dangerous operations. set cp-abi -- Set the ABI used for inspecting C++ objects. set cwd -- Set the current working directory to be used when the inferior is started. set data-directory -- Set GDB's data directory. set dcache -- Use this command to set number of lines in dcache and line-size. set dcache line-size -- Set dcache line size in bytes (must be power of 2). set dcache size -- Set number of dcache lines. set debug -- Generic command for setting gdb debugging flags. set debug arch -- Set architecture debugging. set debug arm -- Set ARM debugging. set debug auto-load -- Set auto-load verifications debugging. set debug bfd-cache -- Set bfd cache debugging. set debug breakpoint -- Set breakpoint location debugging. set debug check-physname -- Set cross-checking of "physname" code against demangler. set debug coff-pe-read -- Set coff PE read debugging. set debug compile -- Set compile command debugging. set debug compile-cplus-scopes -- Set debugging of C++ compile scopes. set debug compile-cplus-types -- Set debugging of C++ compile type conversion. set debug ctf -- Set CTF reading debugging. set debug displaced -- Set displaced stepping debugging. set debug dwarf-die -- Set debugging of the DWARF DIE reader. set debug dwarf-line -- Set debugging of the dwarf line reader. set debug dwarf-read -- Set debugging of the DWARF reader. set debug entry-values -- Set entry values and tail call frames debugging. set debug event-loop -- Set event-loop debugging. set debug expression -- Set expression debugging. set debug fortran-array-slicing -- Set debugging of Fortran array slicing. set debug frame -- Set frame debugging. set debug gnu-ifunc -- Set GNU ifunc debugging. set debug index-cache -- Set display of index-cache debug messages. set debug infcall -- Set inferior call debugging. set debug infrun -- Set inferior debugging. set debug jit -- Set JIT debugging. set debug libthread-db -- Set libthread-db debugging. set debug linux-namespaces -- Set debugging of GNU/Linux namespaces module. set debug linux-nat -- Set debugging of GNU/Linux native target. set debug notification -- Set debugging of async remote notification. set debug observer -- Set observer debugging. set debug overload -- Set debugging of C++ overloading. set debug parser -- Set parser debugging. set debug py-breakpoint -- Set Python breakpoint debugging. set debug py-micmd -- Set Python micmd debugging. set debug py-unwind -- Set Python unwinder debugging. set debug record -- Set debugging of record/replay feature. set debug remote -- Set debugging of remote protocol. set debug remote-packet-max-chars -- Set the maximum number of characters to display for each remote packet. set debug separate-debug-file -- Set printing of separate debug info file search debug. set debug serial -- Set serial debugging. set debug skip -- Set whether to print the debug output about skipping files and functions. set debug solib -- Set solib debugging. set debug stap-expression -- Set SystemTap expression debugging. set debug symbol-lookup -- Set debugging of symbol lookup. set debug symfile -- Set debugging of the symfile functions. set debug symtab-create -- Set debugging of symbol table creation. set debug target -- Set target debugging. set debug threads -- Set thread debugging. set debug timestamp -- Set timestamping of debugging messages. set debug tui -- Set tui debugging. set debug varobj -- Set varobj debugging. set debug xml -- Set XML parser debugging. set debug-file-directory -- Set the directories where separate debug symbols are searched for. set debuginfod -- Set debuginfod options. set debuginfod enabled -- Set whether to use debuginfod. set debuginfod urls -- Set the list of debuginfod server URLs. set debuginfod verbose -- Set verbosity of debuginfod output. set default-collect -- Set the list of expressions to collect by default. set demangle-style -- Set the current C++ demangling style. set detach-on-fork -- Set whether gdb will detach the child of a fork. set direct-call-timeout -- Set the timeout, for direct calls to inferior function calls. set directories -- Set the search path for finding source files. set disable-randomization -- Set disabling of debuggee's virtual address space randomization. set disassemble-next-line -- Set whether to disassemble next source line or insn when execution stops. set disassembler-options -- Set the disassembler options. set disconnected-dprintf -- Set whether dprintf continues after GDB disconnects. set disconnected-tracing -- Set whether tracing continues after GDB disconnects. set displaced-stepping -- Set debugger's willingness to use displaced stepping. set dprintf-channel -- Set the channel to use for dynamic printf. set dprintf-function -- Set the function to use for dynamic printf. set dprintf-style -- Set the style of usage for dynamic printf. set dump-excluded-mappings -- Set whether gcore should dump mappings marked with the VM_DONTDUMP flag. set editing -- Set editing of command lines as they are typed. set endian -- Set endianness of target. set environment -- Set environment variable value to give the program. set exec-direction -- Set direction of execution. set exec-done-display -- Set notification of completion for asynchronous execution commands. set exec-file-mismatch -- Set exec-file-mismatch handling (ask|warn|off). set exec-wrapper -- Set a wrapper for running programs. set extended-prompt -- Set the extended prompt. set extension-language -- Set mapping between filename extension and source language. set filename-display -- Set how to display filenames. set follow-exec-mode -- Set debugger response to a program call of exec. set follow-fork-mode -- Set debugger response to a program call of fork or vfork. set fortran -- Prefix command for changing Fortran-specific settings. set fortran repack-array-slices -- Enable or disable repacking of non-contiguous array slices. set frame-filter -- Prefix command for 'set' frame-filter related operations. set frame-filter priority -- GDB command to set the priority of the specified frame-filter. set gnutarget, set g -- Set the current BFD target. set guile, set gu -- Prefix command for Guile preference settings. set guile print-stack -- Set mode for Guile exception printing on error. set height -- Set number of lines in a page for GDB output pagination. set history -- Generic command for setting command history parameters. set history expansion -- Set history expansion on command input. set history filename -- Set the filename in which to record the command history. set history remove-duplicates -- Set how far back in history to look for and remove duplicate entries. set history save -- Set saving of the history record on exit. set history size -- Set the size of the command history. set host-charset -- Set the host character set. set index-cache -- Set index-cache options. set index-cache directory -- Set the directory of the index cache. set index-cache enabled -- Enable the index cache. set indirect-call-timeout -- Set the timeout, for indirect calls to inferior function calls. set inferior-tty, tty -- Set terminal for future runs of program being debugged. set input-radix -- Set default input radix for entering numbers. set interactive-mode -- Set whether GDB's standard input is a terminal. set language -- Set the current source language. set libthread-db-search-path -- Set search path for libthread_db. set listsize -- Set number of source lines gdb will list by default. set local-environment -- Set local environment variable value. set logging -- Set logging options. set logging debugredirect -- Set the logging debug output mode. set logging enabled -- Enable logging. set logging file -- Set the current logfile. set logging overwrite -- Set whether logging overwrites or appends to the log file. set logging redirect -- Set the logging output mode. set max-completions -- Set maximum number of completion candidates. set max-user-call-depth -- Set the max call depth for non-python/scheme user-defined commands. set max-value-size -- Set maximum sized value gdb will load from the inferior. set may-call-functions -- Set permission to call functions in the program. set may-insert-breakpoints -- Set permission to insert breakpoints in the target. set may-insert-fast-tracepoints -- Set permission to insert fast tracepoints in the target. set may-insert-tracepoints -- Set permission to insert tracepoints in the target. set may-interrupt -- Set permission to interrupt or signal the target. set may-write-memory -- Set permission to write into target memory. set may-write-registers -- Set permission to write into registers. set mem -- Memory regions settings. set mem inaccessible-by-default -- Set handling of unknown memory regions. set mi-async -- Set whether MI asynchronous mode is enabled. set multiple-symbols -- Set how the debugger handles ambiguities in expressions. set non-stop -- Set whether gdb controls the inferior in non-stop mode. set observer -- Set whether gdb controls the inferior in observer mode. set opaque-type-resolution -- Set resolution of opaque struct/class/union types. set osabi -- Set OS ABI of target. set output-radix -- Set default output radix for printing of values. set overload-resolution -- Set overload resolution in evaluating C++ functions. set pagination -- Set state of GDB output pagination. set print, set pr, set p -- Generic command for setting how things print. set print address -- Set printing of addresses. set print array -- Set pretty formatting of arrays. set print array-indexes -- Set printing of array indexes. set print asm-demangle -- Set demangling of C++/ObjC names in disassembly listings. set print characters -- Set limit on string chars to print. set print demangle -- Set demangling of encoded C++/ObjC names when displaying symbols. set print elements -- Set limit on array elements to print. set print entry-values -- Set printing of function arguments at function entry. set print finish -- Set whether `finish' prints the return value. set print frame-arguments -- Set printing of non-scalar frame arguments. set print frame-info -- Set printing of frame information. set print inferior-events -- Set printing of inferior events (such as inferior start and exit). set print max-depth -- Set maximum print depth for nested structures, unions and arrays. set print max-symbolic-offset -- Set the largest offset that will be printed in form. set print memory-tag-violations -- Set printing of memory tag violations for pointers. set print nibbles -- Set whether to print binary values in groups of four bits. set print null-stop -- Set printing of char arrays to stop at first null char. set print object -- Set printing of C++ virtual function tables. set print pascal_static-members -- Set printing of pascal static members. set print pretty -- Set pretty formatting of structures. set print raw-frame-arguments -- Set whether to print frame arguments in raw form. set print raw-values -- Set whether to print values in raw form. set print repeats -- Set threshold for repeated print elements. set print sevenbit-strings -- Set printing of 8-bit characters in strings as \nnn. set print static-members -- Set printing of C++ static members. set print symbol -- Set printing of symbol names when printing pointers. set print symbol-filename -- Set printing of source filename and line number with . set print symbol-loading -- Set printing of symbol loading messages. set print thread-events -- Set printing of thread events (such as thread start and exit). set print type -- Generic command for showing type-printing settings. set print type hex -- Set printing of struct members sizes and offsets using hex notation. set print type methods -- Set printing of methods defined in classes. set print type nested-type-limit -- Set the number of recursive nested type definitions to print. set print type typedefs -- Set printing of typedefs defined in classes. set print union -- Set printing of unions interior to structures. set print vtbl -- Set printing of C++ virtual function tables. set progress-bars -- Set progress-bars options. set progress-bars enabled -- Set whether progress bars should be displayed. set prompt -- Set gdb's prompt. set python -- Prefix command for python preference settings. set python dont-write-bytecode -- Set whether the Python interpreter should avoid byte-compiling python modules. set python ignore-environment -- Set whether the Python interpreter should ignore environment variables. set python print-stack -- Set mode for Python stack dump on error. set radix -- Set default input and output number radices. set range-stepping -- Enable or disable range stepping. set record, set rec -- Set record options. set record btrace -- Set record options. set record btrace bts -- Set record btrace bts options. set record btrace bts buffer-size -- Set the record/replay bts buffer size. set record btrace cpu -- Set the cpu to be used for trace decode. set record btrace cpu auto -- Automatically determine the cpu to be used for trace decode. set record btrace cpu none -- Do not enable errata workarounds for trace decode. set record btrace pt -- Set record btrace pt options. set record btrace pt buffer-size -- Set the record/replay pt buffer size. set record btrace pt event-tracing -- Set event-tracing for record pt. set record btrace replay-memory-access -- Set what memory accesses are allowed during replay. set record full -- Set record options. set record full insn-number-max -- Set record/replay buffer limit. set record full memory-query -- Set whether query if PREC cannot record memory change of next instruction. set record full stop-at-limit -- Set whether record/replay stops when record/replay buffer becomes full. set record function-call-history-size -- Set number of function to print in "record function-call-history". set record instruction-history-size -- Set number of instructions to print in "record instruction-history". set remote -- Remote protocol specific variables. set remote P-packet -- Set use of remote protocol `P' packet. set remote TracepointSource-packet -- Set use of remote protocol `TracepointSource' packet. set remote X-packet -- Set use of remote protocol `X' packet. set remote Z-packet -- Set use of remote protocol `Z' packets. set remote access-watchpoint-packet -- Set use of remote protocol `Z4' packet. set remote agent-packet -- Set use of remote protocol `QAgent' packet. set remote allow-packet -- Set use of remote protocol `QAllow' packet. set remote attach-packet -- Set use of remote protocol `vAttach' packet. set remote binary-download-packet, set remote X-packet -- Set use of remote protocol `X' packet. set remote binary-upload-packet -- Set use of remote protocol `x' packet. set remote breakpoint-commands-packet -- Set use of remote protocol `BreakpointCommands' packet. set remote btrace-conf-bts-size-packet -- Set use of remote protocol `Qbtrace-conf:bts:size' packet. set remote btrace-conf-pt-event-tracing-packet -- Set use of remote protocol `Qbtrace-conf:pt:event-tracing' packet. set remote btrace-conf-pt-ptwrite-packet -- Set use of remote protocol `Qbtrace-conf:pt:ptwrite' packet. set remote btrace-conf-pt-size-packet -- Set use of remote protocol `Qbtrace-conf:pt:size' packet. set remote catch-syscalls-packet -- Set use of remote protocol `QCatchSyscalls' packet. set remote conditional-breakpoints-packet -- Set use of remote protocol `ConditionalBreakpoints' packet. set remote conditional-tracepoints-packet -- Set use of remote protocol `ConditionalTracepoints' packet. set remote ctrl-c-packet -- Set use of remote protocol `vCtrlC' packet. set remote disable-btrace-packet -- Set use of remote protocol `Qbtrace:off' packet. set remote disable-randomization-packet -- Set use of remote protocol `QDisableRandomization' packet. set remote enable-btrace-bts-packet -- Set use of remote protocol `Qbtrace:bts' packet. set remote enable-btrace-pt-packet -- Set use of remote protocol `Qbtrace:pt' packet. set remote environment-hex-encoded-packet -- Set use of remote protocol `QEnvironmentHexEncoded' packet. set remote environment-reset-packet -- Set use of remote protocol `QEnvironmentReset' packet. set remote environment-unset-packet -- Set use of remote protocol `QEnvironmentUnset' packet. set remote error-message-packet -- Set use of remote protocol `error-message' packet. set remote exec-event-feature-packet -- Set use of remote protocol `exec-event-feature' packet. set remote exec-file -- Set the remote file name for starting inferiors. set remote fast-tracepoints-packet -- Set use of remote protocol `FastTracepoints' packet. set remote fetch-exec-and-args-packet -- Set use of remote protocol `qExecAndArgs' packet. set remote fetch-register-packet, set remote p-packet -- Set use of remote protocol `p' packet. set remote fork-event-feature-packet -- Set use of remote protocol `fork-event-feature' packet. set remote get-thread-information-block-address-packet -- Set use of remote protocol `qGetTIBAddr' packet. set remote get-thread-local-storage-address-packet -- Set use of remote protocol `qGetTLSAddr' packet. set remote hardware-breakpoint-limit -- Set the maximum number of target hardware breakpoints. set remote hardware-breakpoint-packet -- Set use of remote protocol `Z1' packet. set remote hardware-watchpoint-length-limit -- Set the maximum length (in bytes) of a target hardware watchpoint. set remote hardware-watchpoint-limit -- Set the maximum number of target hardware watchpoints. set remote hostio-close-packet -- Set use of remote protocol `vFile:close' packet. set remote hostio-fstat-packet -- Set use of remote protocol `vFile:fstat' packet. set remote hostio-lstat-packet -- Set use of remote protocol `vFile:lstat' packet. set remote hostio-open-packet -- Set use of remote protocol `vFile:open' packet. set remote hostio-pread-packet -- Set use of remote protocol `vFile:pread' packet. set remote hostio-pwrite-packet -- Set use of remote protocol `vFile:pwrite' packet. set remote hostio-readlink-packet -- Set use of remote protocol `vFile:readlink' packet. set remote hostio-setfs-packet -- Set use of remote protocol `vFile:setfs' packet. set remote hostio-stat-packet -- Set use of remote protocol `vFile:stat' packet. set remote hostio-unlink-packet -- Set use of remote protocol `vFile:unlink' packet. set remote hwbreak-feature-packet -- Set use of remote protocol `hwbreak-feature' packet. set remote install-in-trace-packet -- Set use of remote protocol `InstallInTrace' packet. set remote interrupt-on-connect -- Set whether interrupt-sequence is sent to remote target when gdb connects to. set remote interrupt-sequence -- Set interrupt sequence to remote target. set remote kill-packet -- Set use of remote protocol `vKill' packet. set remote library-info-packet -- Set use of remote protocol `qXfer:libraries:read' packet. set remote library-info-svr4-packet -- Set use of remote protocol `qXfer:libraries-svr4:read' packet. set remote memory-map-packet -- Set use of remote protocol `qXfer:memory-map:read' packet. set remote memory-read-packet-size -- Set the maximum number of bytes per memory-read packet. set remote memory-tagging-address-check-packet -- Set use of remote protocol `qIsAddressTagged' packet. set remote memory-tagging-feature-packet -- Set use of remote protocol `memory-tagging-feature' packet. set remote memory-write-packet-size -- Set the maximum number of bytes per memory-write packet. set remote multiple-watchpoint-addresses-packet -- Set use of remote protocol `multi-wp-addr' packet. set remote multiprocess-feature-packet -- Set use of remote protocol `multiprocess-feature' packet. set remote no-resumed-stop-reply-packet -- Set use of remote protocol `N stop reply' packet. set remote noack-packet -- Set use of remote protocol `QStartNoAckMode' packet. set remote osdata-packet -- Set use of remote protocol `qXfer:osdata:read' packet. set remote p-packet -- Set use of remote protocol `p' packet. set remote pass-signals-packet -- Set use of remote protocol `QPassSignals' packet. set remote pid-to-exec-file-packet -- Set use of remote protocol `qXfer:exec-file:read' packet. set remote program-signals-packet -- Set use of remote protocol `QProgramSignals' packet. set remote query-attached-packet -- Set use of remote protocol `qAttached' packet. set remote read-aux-vector-packet -- Set use of remote protocol `qXfer:auxv:read' packet. set remote read-btrace-conf-packet -- Set use of remote protocol `qXfer:btrace-conf' packet. set remote read-btrace-packet -- Set use of remote protocol `qXfer:btrace' packet. set remote read-fdpic-loadmap-packet -- Set use of remote protocol `qXfer:fdpic:read' packet. set remote read-sdata-object-packet -- Set use of remote protocol `qXfer:statictrace:read' packet. set remote read-siginfo-object-packet -- Set use of remote protocol `qXfer:siginfo:read' packet. set remote read-watchpoint-packet -- Set use of remote protocol `Z3' packet. set remote reverse-continue-packet -- Set use of remote protocol `bc' packet. set remote reverse-step-packet -- Set use of remote protocol `bs' packet. set remote run-packet -- Set use of remote protocol `vRun' packet. set remote search-memory-packet -- Set use of remote protocol `qSearch:memory' packet. set remote set-register-packet, set remote P-packet -- Set use of remote protocol `P' packet. set remote set-working-dir-packet -- Set use of remote protocol `QSetWorkingDir' packet. set remote single-inferior-argument-feature-packet -- Set use of remote protocol `single-inferior-argument-feature' packet. set remote software-breakpoint-packet -- Set use of remote protocol `Z0' packet. set remote startup-with-shell-packet -- Set use of remote protocol `QStartupWithShell' packet. set remote static-tracepoints-packet -- Set use of remote protocol `StaticTracepoints' packet. set remote supported-packets-packet -- Set use of remote protocol `qSupported' packet. set remote swbreak-feature-packet -- Set use of remote protocol `swbreak-feature' packet. set remote symbol-lookup-packet -- Set use of remote protocol `qSymbol' packet. set remote system-call-allowed -- Set if the host system(3) call is allowed for the target. set remote target-features-packet -- Set use of remote protocol `qXfer:features:read' packet. set remote thread-events-packet -- Set use of remote protocol `QThreadEvents' packet. set remote thread-options-packet -- Set use of remote protocol `QThreadOptions' packet. set remote threads-packet -- Set use of remote protocol `qXfer:threads:read' packet. set remote trace-buffer-size-packet -- Set use of remote protocol `QTBuffer:size' packet. set remote trace-status-packet -- Set use of remote protocol `qTStatus' packet. set remote traceframe-info-packet -- Set use of remote protocol `qXfer:traceframe-info:read' packet. set remote unwind-info-block-packet -- Set use of remote protocol `qXfer:uib:read' packet. set remote verbose-resume-packet -- Set use of remote protocol `vCont' packet. set remote verbose-resume-supported-packet -- Set use of remote protocol `vContSupported' packet. set remote vfork-event-feature-packet -- Set use of remote protocol `vfork-event-feature' packet. set remote write-siginfo-object-packet -- Set use of remote protocol `qXfer:siginfo:write' packet. set remote write-watchpoint-packet -- Set use of remote protocol `Z2' packet. set remoteaddresssize -- Set the maximum size of the address (in bits) in a memory packet. set remotecache -- Set cache use for remote targets. set remoteflow -- Set use of hardware flow control for remote serial I/O. set remotelogbase -- Set numerical base for remote session logging. set remotelogfile -- Set filename for remote session recording. set remotetimeout -- Set timeout limit to wait for target to respond. set remotewritesize -- Set the maximum number of bytes per memory write packet (deprecated). set schedule-multiple -- Set mode for resuming threads of all processes. set scheduler-locking -- Set mode for locking scheduler during execution. set script-extension -- Set mode for script filename extension recognition. set serial -- Set default serial/parallel port configuration. set serial baud -- Set baud rate for remote serial I/O. set serial parity -- Set parity for remote serial I/O. set solib-absolute-prefix -- Set an alternate system root. set solib-search-path -- Set the search path for loading non-absolute shared library symbol files. set source -- Generic command for setting how sources are handled. set source open -- Set whether GDB should open source files. set stack-cache -- Set cache use for stack access. set startup-quietly -- Set whether GDB should start up quietly. set startup-with-shell -- Set use of shell to start subprocesses. The default is on. set step-mode -- Set mode of the step operation. set stop-on-solib-events -- Set stopping for shared library events. set style -- Style-specific settings. set style address, set style disassembler address -- Address display styling. set style address background -- Set the background color for this property. set style address foreground -- Set the foreground color for this property. set style address intensity -- Set the display intensity for this property. set style command -- Command display styling. set style command background -- Set the background color for this property. set style command foreground -- Set the foreground color for this property. set style command intensity -- Set the display intensity for this property. set style disassembler -- Style-specific settings for the disassembler. set style disassembler address -- Address display styling. set style disassembler comment -- Disassembler comment display styling. set style disassembler comment background -- Set the background color for this property. set style disassembler comment foreground -- Set the foreground color for this property. set style disassembler comment intensity -- Set the display intensity for this property. set style disassembler enabled -- Set whether disassembler output styling is enabled. set style disassembler immediate -- Disassembler immediate display styling. set style disassembler immediate background -- Set the background color for this property. set style disassembler immediate foreground -- Set the foreground color for this property. set style disassembler immediate intensity -- Set the display intensity for this property. set style disassembler mnemonic -- Disassembler mnemonic display styling. set style disassembler mnemonic background -- Set the background color for this property. set style disassembler mnemonic foreground -- Set the foreground color for this property. set style disassembler mnemonic intensity -- Set the display intensity for this property. set style disassembler register -- Disassembler register display styling. set style disassembler register background -- Set the background color for this property. set style disassembler register foreground -- Set the foreground color for this property. set style disassembler register intensity -- Set the display intensity for this property. set style disassembler symbol -- Function name display styling. set style emoji -- Set whether emoji output is enabled. set style enabled -- Set whether CLI styling is enabled. set style error-prefix -- Set the error prefix text. set style filename -- Filename display styling. set style filename background -- Set the background color for this property. set style filename foreground -- Set the foreground color for this property. set style filename intensity -- Set the display intensity for this property. set style function, set style disassembler symbol -- Function name display styling. set style function background -- Set the background color for this property. set style function foreground -- Set the foreground color for this property. set style function intensity -- Set the display intensity for this property. set style highlight -- Highlight display styling. set style highlight background -- Set the background color for this property. set style highlight foreground -- Set the foreground color for this property. set style highlight intensity -- Set the display intensity for this property. set style line-number -- Line number display styling. set style line-number background -- Set the background color for this property. set style line-number foreground -- Set the foreground color for this property. set style line-number intensity -- Set the display intensity for this property. set style metadata -- Metadata display styling. set style metadata background -- Set the background color for this property. set style metadata foreground -- Set the foreground color for this property. set style metadata intensity -- Set the display intensity for this property. set style sources -- Set whether source code styling is enabled. set style title -- Title display styling. set style title background -- Set the background color for this property. set style title foreground -- Set the foreground color for this property. set style title intensity -- Set the display intensity for this property. set style tui-active-border -- TUI active border display styling. set style tui-active-border background -- Set the background color for this property. set style tui-active-border foreground -- Set the foreground color for this property. set style tui-border -- TUI border display styling. set style tui-border background -- Set the background color for this property. set style tui-border foreground -- Set the foreground color for this property. set style tui-current-position -- Set whether to style text highlighted by the TUI's current position indicator. set style variable -- Variable name display styling. set style variable background -- Set the background color for this property. set style variable foreground -- Set the foreground color for this property. set style variable intensity -- Set the display intensity for this property. set style version -- Version string display styling. set style version background -- Set the background color for this property. set style version foreground -- Set the foreground color for this property. set style version intensity -- Set the display intensity for this property. set style warning-prefix -- Set the warning prefix text. set substitute-path -- Add a substitution rule to rewrite the source directories. set suppress-cli-notifications -- Set whether printing notifications on CLI is suppressed. set sysroot, set solib-absolute-prefix -- Set an alternate system root. set target-charset -- Set the target character set. set target-file-system-kind -- Set assumed file system kind for target reported file names. set target-wide-charset -- Set the target wide character set. set tcp -- TCP protocol specific variables. set tcp auto-retry -- Set auto-retry on socket connect. set tcp connect-timeout -- Set timeout limit in seconds for socket connection. set tdesc -- Set target description specific variables. set tdesc filename -- Set the file to read for an XML target description. set trace-buffer-size -- Set requested size of trace buffer. set trace-commands -- Set tracing of GDB CLI commands. set trace-notes -- Set notes string to use for current and future trace runs. set trace-stop-notes -- Set notes string to use for future tstop commands. set trace-user -- Set the user name to use for current and future trace runs. set trust-readonly-sections -- Set mode for reading from readonly sections. set tui -- TUI configuration variables. set tui active-border-mode -- Set the attribute mode to use for the active TUI window border. set tui border-kind -- Set the kind of border for TUI windows. set tui border-mode -- Set the attribute mode to use for the TUI window borders. set tui compact-source -- Set whether the TUI source window is compact. set tui mouse-events -- Set whether TUI mode handles mouse clicks. set tui tab-width -- Set the tab width, in characters, for the TUI. set unwind-on-signal, set unwindonsignal -- Set unwinding of stack if a signal is received while in a call dummy. set unwind-on-terminating-exception -- Set unwinding of stack if std::terminate is called while in call dummy. set unwind-on-timeout -- Set unwinding of stack if a timeout occurs while in a call dummy. set use-coredump-filter -- Set whether gcore should consider /proc/PID/coredump_filter. set use-deprecated-index-sections -- Set whether to use deprecated gdb_index sections. set var -- Evaluate expression EXP and assign result to variable VAR. set variable, set var -- Evaluate expression EXP and assign result to variable VAR. set verbose -- Set verbosity. set warn-language-frame-mismatch -- Enable or disable the frame language-mismatch warning. set watchdog -- Set watchdog timer. set width -- Set number of characters where GDB should wrap lines of its output. set write -- Set writing into executable and core files. undisplay -- Cancel some expressions to be displayed when program stops. whatis -- Print data type of expression EXP. with, w -- Temporarily set SETTING to VALUE, run COMMAND, and restore SETTING. x -- Examine memory: x/FMT ADDRESS. Type "help" followed by command name for full documentation. Type "apropos word" to search for commands related to "word". Type "apropos -v word" for full documentation of commands related to "word". Command name abbreviations are allowed if unambiguous. (gdb) PASS: gdb.base/help.exp: help data help files Specifying and examining files. List of commands: add-symbol-file -- Load symbols from FILE, assuming FILE has been dynamically loaded. add-symbol-file-from-memory -- Load the symbols out of memory from a dynamically loaded object file. cd -- Set working directory to DIR for debugger. core-file -- Use FILE as core dump for examining memory and registers. directory -- Add directory DIR to beginning of search path for source files. edit -- Edit specified file or function. exec-file -- Use FILE as program for getting contents of pure memory. file -- Use FILE as program to be debugged. forward-search, fo, search -- Search for regular expression (see regex(3)) from last line listed. generate-core-file, gcore -- Save a core file with the current state of the debugged process. list, l -- List specified function or line. load -- Dynamically load FILE into the running program. nosharedlibrary -- Unload all shared object library symbols. path -- Add directory DIR(s) to beginning of search path for object files. pwd -- Print working directory. remote -- Manipulate files on the remote system. remote delete -- Delete a remote file. remote get -- Copy a remote file to the local system. remote put -- Copy a local file to the remote system. remove-symbol-file -- Remove a symbol file added via the add-symbol-file command. reverse-search, rev -- Search backward for regular expression (see regex(3)) from last line listed. section -- Change the base address of section SECTION of the exec file to ADDR. sharedlibrary -- Load shared object library symbols for files matching REGEXP. symbol-file -- Load symbol table from executable file FILE. Type "help" followed by command name for full documentation. Type "apropos word" to search for commands related to "word". Type "apropos -v word" for full documentation of commands related to "word". Command name abbreviations are allowed if unambiguous. (gdb) PASS: gdb.base/help.exp: help files help internals Maintenance commands. Some gdb commands are provided just for use by gdb maintainers. These commands are subject to frequent change, and may not be as well documented as user commands. List of commands: maintenance, mt -- Commands for use by GDB maintainers. maintenance agent -- Translate an expression into remote agent bytecode for tracing. maintenance agent-eval -- Translate an expression into remote agent bytecode for evaluation. maintenance agent-printf -- Translate a printf into remote agent bytecode and display the bytecodes. maintenance btrace -- Branch tracing maintenance commands. maintenance btrace clear -- Clears the branch tracing data. maintenance btrace clear-packet-history -- Clears the branch tracing packet history. maintenance btrace packet-history -- Print the raw branch tracing data. maintenance canonicalize -- Show the canonical form of a C++ name. maintenance check -- Commands for checking internal gdb state. maintenance check libthread-db -- Run integrity checks on the current inferior's libthread_db. maintenance check symtabs -- Check consistency of currently expanded symtabs. maintenance check xml-descriptions -- Check equality of GDB target descriptions and XML created descriptions. maintenance cplus, maintenance cp -- C++ maintenance commands. maintenance cplus first_component -- Print the first class/namespace component of NAME. maintenance demangler-warning -- Give GDB a demangler warning. maintenance deprecate -- Deprecate a command (for testing purposes). maintenance dump-me -- Get fatal error; make debugger dump its core. maintenance expand-symtabs -- Expand symbol tables. maintenance flush -- Maintenance command for flushing GDB internal caches. maintenance flush dcache -- Force gdb to flush its target memory data cache. maintenance flush register-cache -- Force gdb to flush its register and frame cache. maintenance flush source-cache -- Force gdb to flush its source code cache. maintenance flush symbol-cache -- Flush the symbol cache for each program space. maintenance frame-unwinder -- Commands handling frame unwinders. maintenance frame-unwinder disable -- Disable one or more frame unwinder(s). maintenance frame-unwinder enable -- Enable one or more frame unwinder(s). maintenance ignore-probes -- Ignore probes. maintenance info, maintenance i -- Commands for showing internal info about the program being debugged. maintenance info bfds -- List the BFDs that are currently open. maintenance info blocks -- Display block information for current thread. maintenance info breakpoints -- Status of all breakpoints, or breakpoint number NUMBER. maintenance info btrace -- Info about branch tracing data. maintenance info frame-unwinders -- List the frame unwinders currently in effect. maintenance info inline-frames -- Display inline frame information for current thread. maintenance info jit -- Print information about JIT-ed code objects. maintenance info line-table -- List the contents of all line tables, from all symbol tables. maintenance info linux-lwps -- List the Linux LWPS. maintenance info program-spaces -- Info about currently known program spaces. maintenance info screen -- Show screen characteristics. maintenance info sections -- List the BFD sections of the exec and core files. maintenance info selftests -- List the registered selftests. maintenance info symtabs -- List the full symbol tables for all object files. maintenance info target-sections -- List GDB's internal section table. maintenance internal-error -- Give GDB an internal error. maintenance internal-warning -- Give GDB an internal warning. maintenance packet -- Send an arbitrary packet to a remote target. maintenance print -- Maintenance command for printing GDB internal state. maintenance print architecture -- Print the internal architecture configuration. maintenance print c-tdesc -- Print the current target description as a C source file. maintenance print cooked-registers -- Print the internal register configuration including cooked values. maintenance print core-file-backed-mappings -- Print core file's file-backed mappings. maintenance print dummy-frames -- Print the contents of the internal dummy-frame stack. maintenance print frame-id -- Print the current frame-id. maintenance print msymbols -- Print dump of current minimal symbol definitions. maintenance print objfiles -- Print dump of current object file definitions. maintenance print raw-registers -- Print the internal register configuration including raw values. maintenance print record-instruction -- Print a recorded instruction. maintenance print reggroups -- Print the internal register group names. maintenance print register-groups -- Print the internal register configuration including each register's group. maintenance print registers -- Print the internal register configuration. maintenance print remote-registers -- Print the internal register configuration. maintenance print statistics -- Print statistics about internal gdb state. maintenance print symbol-cache -- Dump the symbol cache for each program space. maintenance print symbol-cache-statistics -- Print symbol cache statistics for each program space. maintenance print symbols -- Print dump of current symbol definitions. maintenance print target-stack -- Print the name of each layer of the internal target stack. maintenance print type -- Print a type chain for a given symbol. maintenance print user-registers -- List the names of the current user registers. maintenance print xml-tdesc -- Print the current target description as an XML file. maintenance selftest -- Run gdb's unit tests. maintenance set -- Set GDB internal variables used by the GDB maintainer. maintenance set ada -- Set Ada maintenance-related variables. maintenance set ada ignore-descriptive-types -- Set whether descriptive types generated by GNAT should be ignored. maintenance set backtrace-on-fatal-signal -- Set whether to produce a backtrace if GDB receives a fatal signal. maintenance set bfd-sharing -- Set whether gdb will share bfds that appear to be the same file. maintenance set btrace -- Set branch tracing specific variables. maintenance set btrace pt -- Set Intel Processor Trace specific variables. maintenance set btrace pt skip-pad -- Set whether PAD packets should be skipped in the btrace packet history. maintenance set catch-demangler-crashes -- Set whether to attempt to catch demangler crashes. maintenance set check-libthread-db -- Set whether to check libthread_db at load time. maintenance set debuginfod -- Set debuginfod specific variables. maintenance set debuginfod download-sections -- Set whether debuginfod may download individual ELF/DWARF sections. maintenance set demangler-warning -- Configure what GDB does when demangler-warning is detected. maintenance set demangler-warning quit -- Set whether GDB should quit when an demangler-warning is detected. maintenance set dwarf -- Set DWARF specific variables. maintenance set dwarf always-disassemble -- Set whether `info address' always disassembles DWARF expressions. maintenance set dwarf max-cache-age -- Set the upper bound on the age of cached DWARF compilation units. maintenance set dwarf synchronous -- Set whether DWARF is read synchronously. maintenance set gnu-source-highlight -- Set gnu-source-highlight specific variables. maintenance set gnu-source-highlight enabled -- Set whether the GNU Source Highlight library should be used. maintenance set ignore-prologue-end-flag -- Set if the PROLOGUE-END flag is ignored. maintenance set internal-error -- Configure what GDB does when internal-error is detected. maintenance set internal-error backtrace -- Set whether GDB should show backtrace when internal-error is detected. maintenance set internal-error corefile -- Set whether GDB should dump core when internal-error is detected. maintenance set internal-error quit -- Set whether GDB should quit when an internal-error is detected. maintenance set internal-warning -- Configure what GDB does when internal-warning is detected. maintenance set internal-warning backtrace -- Set whether GDB should show backtrace when internal-warning is detected. maintenance set internal-warning corefile -- Set whether GDB should dump core when internal-warning is detected. maintenance set internal-warning quit -- Set whether GDB should quit when an internal-warning is detected. maintenance set libopcodes-styling -- Set libopcodes-styling specific variables. maintenance set libopcodes-styling enabled -- Set whether the libopcodes styling support should be used. maintenance set per-command -- Per-command statistics settings. maintenance set per-command space -- Set whether to display per-command space usage. maintenance set per-command symtab -- Set whether to display per-command symtab statistics. maintenance set per-command time -- Set whether to display per-command execution time. maintenance set profile -- Set internal profiling. maintenance set selftest -- Self tests-related settings. maintenance set selftest verbose -- Set whether selftests run in verbose mode. maintenance set symbol-cache-size -- Set the size of the symbol cache. maintenance set target-async -- Set whether gdb controls the inferior in asynchronous mode. maintenance set target-non-stop -- Set whether gdb always controls the inferior in non-stop mode. maintenance set test-settings -- Set GDB internal variables used for set/show command infrastructure testing. maintenance set test-settings auto-boolean -- command used for internal testing. maintenance set test-settings boolean -- command used for internal testing. maintenance set test-settings enum -- command used for internal testing. maintenance set test-settings filename -- command used for internal testing. maintenance set test-settings integer -- command used for internal testing. maintenance set test-settings optional-filename -- command used for internal testing. maintenance set test-settings string -- command used for internal testing. maintenance set test-settings string-noescape -- command used for internal testing. maintenance set test-settings uinteger -- command used for internal testing. maintenance set test-settings zinteger -- command used for internal testing. maintenance set test-settings zuinteger -- command used for internal testing. maintenance set test-settings zuinteger-unlimited -- command used for internal testing. maintenance set tui-left-margin-verbose -- Set whether the left margin should use '_' and '0' instead of spaces. maintenance set tui-resize-message -- Set TUI resize messaging. maintenance set worker-threads -- Set the number of worker threads GDB can use. maintenance show -- Show GDB internal variables used by the GDB maintainer. maintenance show ada -- Show Ada maintenance-related variables. maintenance show ada ignore-descriptive-types -- Show whether descriptive types generated by GNAT should be ignored. maintenance show backtrace-on-fatal-signal -- Show whether GDB will produce a backtrace if it receives a fatal signal. maintenance show bfd-sharing -- Show whether gdb will share bfds that appear to be the same file. maintenance show btrace -- Show branch tracing specific variables. maintenance show btrace pt -- Show Intel Processor Trace specific variables. maintenance show btrace pt skip-pad -- Show whether PAD packets should be skipped in the btrace packet history. maintenance show catch-demangler-crashes -- Show whether to attempt to catch demangler crashes. maintenance show check-libthread-db -- Show whether to check libthread_db at load time. maintenance show debuginfod -- Show debuginfod specific variables. maintenance show debuginfod download-sections -- Show whether debuginfod may download individual ELF/DWARF sections. maintenance show demangler-warning -- Show what GDB does when demangler-warning is detected. maintenance show demangler-warning quit -- Show whether GDB will quit when an demangler-warning is detected. maintenance show dwarf -- Show DWARF specific variables. maintenance show dwarf always-disassemble -- Show whether `info address' always disassembles DWARF expressions. maintenance show dwarf max-cache-age -- Show the upper bound on the age of cached DWARF compilation units. maintenance show dwarf synchronous -- Show whether DWARF is read synchronously. maintenance show gnu-source-highlight -- Show gnu-source-highlight specific variables. maintenance show gnu-source-highlight enabled -- Show whether the GNU Source Highlight library is being used. maintenance show ignore-prologue-end-flag -- Show if the PROLOGUE-END flag is ignored. maintenance show internal-error -- Show what GDB does when internal-error is detected. maintenance show internal-error backtrace -- Show whether GDB should show backtrace when internal-error is detected. maintenance show internal-error corefile -- Show whether GDB should dump core when internal-error is detected. maintenance show internal-error quit -- Show whether GDB will quit when an internal-error is detected. maintenance show internal-warning -- Show what GDB does when internal-warning is detected. maintenance show internal-warning backtrace -- Show whether GDB should show backtrace when internal-warning is detected. maintenance show internal-warning corefile -- Show whether GDB should dump core when internal-warning is detected. maintenance show internal-warning quit -- Show whether GDB will quit when an internal-warning is detected. maintenance show libopcodes-styling -- Show libopcodes-styling specific variables. maintenance show libopcodes-styling enabled -- Show whether the libopcodes styling support should be used. maintenance show per-command -- Show per-command statistics settings. maintenance show per-command space -- Show whether to display per-command space usage. maintenance show per-command symtab -- Show whether to display per-command symtab statistics. maintenance show per-command time -- Show whether to display per-command execution time. maintenance show profile -- Show internal profiling. maintenance show selftest -- Self tests-related settings. maintenance show selftest verbose -- Show whether selftests run in verbose mode. maintenance show symbol-cache-size -- Show the size of the symbol cache. maintenance show target-async -- Show whether gdb controls the inferior in asynchronous mode. maintenance show target-non-stop -- Show whether gdb always controls the inferior in non-stop mode. maintenance show test-options-completion-result -- Show maintenance test-options completion result. maintenance show test-settings -- Show GDB internal variables used for set/show command infrastructure testing. maintenance show test-settings auto-boolean -- command used for internal testing. maintenance show test-settings boolean -- command used for internal testing. maintenance show test-settings enum -- command used for internal testing. maintenance show test-settings filename -- command used for internal testing. maintenance show test-settings integer -- command used for internal testing. maintenance show test-settings optional-filename -- command used for internal testing. maintenance show test-settings string -- command used for internal testing. maintenance show test-settings string-noescape -- command used for internal testing. maintenance show test-settings uinteger -- command used for internal testing. maintenance show test-settings zinteger -- command used for internal testing. maintenance show test-settings zuinteger -- command used for internal testing. maintenance show test-settings zuinteger-unlimited -- command used for internal testing. maintenance show tui-left-margin-verbose -- Show whether the left margin should use '_' and '0' instead of spaces. maintenance show tui-resize-message -- Show TUI resize messaging. maintenance show worker-threads -- Show the number of worker threads GDB can use. maintenance space -- Set the display of space usage. maintenance test-options -- Generic command for testing the options infrastructure. maintenance test-options require-delimiter -- Command used for testing options processing. maintenance test-options unknown-is-error -- Command used for testing options processing. maintenance test-options unknown-is-operand -- Command used for testing options processing. maintenance test-remote-args -- Test remote argument splitting and joining. maintenance time -- Set the display of time usage. maintenance translate-address -- Translate a section name and address to a symbol. maintenance undeprecate -- Undeprecate a command (for testing purposes). maintenance wait-for-index-cache -- Wait until all pending writes to the index cache have completed. maintenance with -- Like "with", but works with "maintenance set" variables. Type "help" followed by command name for full documentation. Type "apropos word" to search for commands related to "word". Type "apropos -v word" for full documentation of commands related to "word". Command name abbreviations are allowed if unambiguous. (gdb) PASS: gdb.base/help.exp: help internals help obscure Obscure features. List of commands: checkpoint -- Fork a duplicate process (experimental). compare-sections -- Compare section data on target to the exec file. compile, expression -- Command to compile source code and inject it into the inferior. compile code -- Compile, inject, and execute code. compile file -- Evaluate a file containing source code. compile print -- Evaluate EXPR by using the compiler and print result. complete -- List the completions for the rest of the line as a command. guile, gu -- Evaluate one or more Guile expressions. guile-repl, gr -- Start an interactive Guile prompt. monitor -- Send a command to the remote monitor (remote targets only). python, py -- Evaluate a Python command. python-interactive, pi -- Start an interactive Python prompt. record, rec -- Start recording. record btrace, record b -- Start branch trace recording. record btrace bts, record bts -- Start branch trace recording in Branch Trace Store (BTS) format. record btrace pt, record pt -- Start branch trace recording in Intel Processor Trace format. record delete, record del, record d -- Delete the rest of execution log and start recording it anew. record full -- Start full execution recording. record full restore -- Restore the execution log from a file. record function-call-history -- Prints the execution history at function granularity. record goto -- Restore the program to its state at instruction number N. record goto begin, record goto start -- Go to the beginning of the execution log. record goto end -- Go to the end of the execution log. record instruction-history -- Print disassembled instructions stored in the execution log. record save -- Save the execution log to a file. record stop, record s -- Stop the record/replay target. restart -- Restore program context from a checkpoint. stop -- There is no `stop' command, but you can set a hook on `stop'. Type "help" followed by command name for full documentation. Type "apropos word" to search for commands related to "word". Type "apropos -v word" for full documentation of commands related to "word". Command name abbreviations are allowed if unambiguous. (gdb) PASS: gdb.base/help.exp: help obscure help running Running the program. List of commands: advance -- Continue the program up to the given location. attach -- Attach to a process or file outside of GDB. continue, fg, c -- Continue program being debugged, after signal or breakpoint. detach -- Detach a process or file previously attached. detach checkpoint -- Detach from a checkpoint (experimental). detach inferiors -- Detach from inferior ID (or list of IDS). disconnect -- Disconnect from a target. finish, fin -- Execute until selected stack frame returns. handle -- Specify how to handle signals. inferior -- Use this command to switch between inferiors. interrupt -- Interrupt the execution of the debugged program. jump, j -- Continue program being debugged at specified line or address. kill -- Kill execution of program being debugged. kill inferiors -- Kill inferior ID (or list of IDs). next, n -- Step program, proceeding through subroutine calls. nexti, ni -- Step one instruction, but proceed through subroutine calls. queue-signal -- Queue a signal to be delivered to the current thread when it is resumed. reverse-continue, rc -- Continue program being debugged but run it in reverse. reverse-finish -- Execute backward until just before selected stack frame is called. reverse-next, rn -- Step program backward, proceeding through subroutine calls. reverse-nexti, rni -- Step backward one instruction, but proceed through called subroutines. reverse-step, rs -- Step program backward until it reaches the beginning of another source line. reverse-stepi, rsi -- Step backward exactly one instruction. run, r -- Start debugged program. signal -- Continue program with the specified signal. start -- Start the debugged program stopping at the beginning of the main procedure. starti -- Start the debugged program stopping at the first instruction. step, s -- Step program until it reaches a different source line. stepi, si -- Step one instruction exactly. taas -- Apply a command to all threads (ignoring errors and empty output). target -- Connect to a target machine or process. target core -- Use a core file as a target. target exec -- Use an executable file as a target. target extended-remote -- Use a remote computer via a serial line, using a gdb-specific protocol. target native -- Native process (started by the "run" command). target record-btrace -- Collect control-flow trace and provide the execution history. target record-core -- Load a saved execution log, allowing replaying the last instructions. target record-full -- Log program while executing and replay execution from log. target remote -- Use a remote computer via a serial line, using a gdb-specific protocol. target tfile -- Use a trace file as a target. task -- Use this command to switch between Ada tasks. task apply -- Apply a command to a list of tasks. task apply all -- Apply a command to all tasks in the current inferior. tfaas -- Apply a command to all frames of all threads (ignoring errors and empty output). thread, t -- Use this command to switch between threads. thread apply -- Apply a command to a list of threads. thread apply all -- Apply a command to all threads. thread find -- Find threads that match a regular expression. thread name -- Set the current thread's name. until, u -- Execute until past the current line or past a LOCATION. Type "help" followed by command name for full documentation. Type "apropos word" to search for commands related to "word". Type "apropos -v word" for full documentation of commands related to "word". Command name abbreviations are allowed if unambiguous. (gdb) PASS: gdb.base/help.exp: help running help stack Examining the stack. The stack is made up of stack frames. Gdb assigns numbers to stack frames counting from zero for the innermost (currently executing) frame. At any time gdb identifies one frame as the "selected" frame. Variable lookups are done with respect to the selected frame. When the program being debugged stops, gdb selects the innermost frame. The commands below can be used to select other frames by number or address. List of commands: backtrace, where, bt -- Print backtrace of all stack frames, or innermost COUNT frames. down, dow, do -- Select and print stack frame called by this one. faas -- Apply a command to all frames (ignoring errors and empty output). frame, f -- Select and print a stack frame. frame address -- Select and print a stack frame by stack address. frame apply -- Apply a command to a number of frames. frame apply all -- Apply a command to all frames. frame apply level -- Apply a command to a list of frames. frame function -- Select and print a stack frame by function name. frame level -- Select and print a stack frame by level. frame view -- View a stack frame that might be outside the current backtrace. return -- Make selected stack frame return to its caller. select-frame -- Select a stack frame without printing anything. select-frame address -- Select a stack frame by stack address. select-frame function -- Select a stack frame by function name. select-frame level -- Select a stack frame by level. select-frame view -- Select a stack frame that might be outside the current backtrace. up -- Select and print stack frame that called this one. Type "help" followed by command name for full documentation. Type "apropos word" to search for commands related to "word". Type "apropos -v word" for full documentation of commands related to "word". Command name abbreviations are allowed if unambiguous. (gdb) PASS: gdb.base/help.exp: help stack help status Status inquiries. List of commands: info, inf, i -- Generic command for showing things about the program being debugged. info address -- Describe where symbol SYM is stored. info all-registers -- List of all registers and their contents, for selected stack frame. info args -- All argument variables of current stack frame or those matching REGEXPs. info auto-load -- Print current status of auto-loaded files. info auto-load gdb-scripts -- Print the list of automatically loaded sequences of commands. info auto-load guile-scripts -- Print the list of automatically loaded Guile scripts. info auto-load libthread-db -- Print the list of loaded inferior specific libthread_db. info auto-load local-gdbinit -- Print whether current directory .gdbinit file has been loaded. info auto-load python-scripts -- Print the list of automatically loaded Python scripts. info auxv -- Display the inferior's auxiliary vector. info bookmarks -- Status of user-settable bookmarks. info breakpoints, info b -- Status of specified breakpoints (all user-settable breakpoints if no argument). info checkpoints -- IDs of currently known checkpoints. info classes -- All Objective-C classes, or those matching REGEXP. info common -- Print out the values contained in a Fortran COMMON block. info connections -- Target connections in use. info copying -- Conditions for redistributing copies of GDB. info dcache -- Print information on the dcache performance. info display -- Expressions to display when program stops, with code numbers. info exceptions -- List all Ada exception names. info extensions -- All filename extensions associated with a source language. info files -- Names of targets and files being debugged. info float -- Print the status of the floating point unit. info frame, info f -- All about the selected stack frame. info frame address -- Print information about a stack frame selected by stack address. info frame function -- Print information about a stack frame selected by function name. info frame level -- Print information about a stack frame selected by level. info frame view -- Print information about a stack frame outside the current backtrace. info frame-filter -- List all registered Python frame-filters. info functions -- All function names or those matching REGEXPs. info guile, info gu -- Prefix command for Guile info displays. info handle -- What debugger does when program gets various signals. info inferiors -- Print a list of inferiors being managed. info line -- Core addresses of the code for a source line. info linker-namespaces -- Get information about linker namespaces in the inferior. info locals -- All local variables of current stack frame or those matching REGEXPs. info macro -- Show the definition of MACRO, and it's source location. info macros -- Show the definitions of all macros at LINESPEC, or the current source location. info main -- Get main symbol to identify entry point into program. info mem -- Memory region attributes. info missing-debug-handlers -- GDB command to list missing debug handlers. info missing-objfile-handlers -- GDB command to list missing objfile handlers. info module -- Print information about modules. info module functions -- Display functions arranged by modules. info module variables -- Display variables arranged by modules. info modules -- All module names, or those matching REGEXP. info os -- Show OS data ARG. info pretty-printer -- GDB command to list all registered pretty-printers. info probes -- Show available static probes. info probes all -- Show information about all type of probes. info probes dtrace -- Show information about DTrace static probes. info probes stap -- Show information about SystemTap static probes. info proc -- Show additional information about a process. info proc all -- List all available info about the specified process. info proc cmdline -- List command line arguments of the specified process. info proc cwd -- List current working directory of the specified process. info proc environ -- List initial environment variables of the specified process. info proc exe -- List absolute filename for executable of the specified process. info proc files -- List files opened by the specified process. info proc mappings -- List memory regions mapped by the specified process. info proc stat -- List process info from /proc/PID/stat. info proc status -- List process info from /proc/PID/status. info program -- Execution status of the program. info record, info rec -- Info record options. info registers, info r -- List of integer registers and their contents, for selected stack frame. info scope -- List the variables local to a scope. info selectors -- All Objective-C selectors, or those matching REGEXP. info set -- Generic command for showing things about the debugger. info sharedlibrary, info dll -- Status of loaded shared object libraries. info signals, info handle -- What debugger does when program gets various signals. info skip -- Display the status of skips. info source -- Information about the current source file. info sources -- All source files in the program or those matching REGEXP. info stack, info s -- Backtrace of the stack, or innermost COUNT frames. info static-tracepoint-markers -- List target static tracepoints markers. info symbol -- Describe what symbol is at location ADDR. info target -- Names of targets and files being debugged. info tasks -- Provide information about all known Ada tasks. info terminal -- Print inferior's saved terminal status. info threads -- Display currently known threads. info tracepoints, info tp -- Status of specified tracepoints (all tracepoints if no argument). info tvariables -- Status of trace state variables and their values. info type-printers -- GDB command to list all registered type-printers. info types -- All type names, or those matching REGEXP. info unwinder -- GDB command to list unwinders. info variables -- All global and static variable names or those matching REGEXPs. info vector -- Print the status of the vector unit. info vtbl -- Show the virtual function table for a C++ object. info warranty -- Various kinds of warranty you do not have. info watchpoints -- Status of specified watchpoints (all watchpoints if no argument). info win -- List of all displayed windows. info xmethod -- GDB command to list registered xmethod matchers. macro -- Prefix for commands dealing with C preprocessor macros. macro define -- Define a new C/C++ preprocessor macro. macro expand, macro exp -- Fully expand any C/C++ preprocessor macro invocations in EXPRESSION. macro expand-once, macro exp1 -- Expand C/C++ preprocessor macro invocations appearing directly in EXPRESSION. macro list -- List all the macros defined using the `macro define' command. macro undef -- Remove the definition of the C/C++ preprocessor macro with the given name. show, info set -- Generic command for showing things about the debugger. show ada -- Generic command for showing Ada-specific settings. show ada print-signatures -- Show how functions in overloads selection menu will be displayed. show ada source-charset -- Show the Ada source character set. show ada trust-PAD-over-XVS -- Show whether an optimization trusting PAD types over XVS types is activated. show agent -- Show debugger's willingness to use agent as a helper. show always-read-ctf -- Show whether CTF is always read. show annotate -- Show annotation_level. show architecture -- Show architecture of target. show args -- Show argument list to give program being debugged when it is started. show arm -- Various ARM-specific commands. show arm abi -- Show the ABI. show arm apcs32 -- Show usage of ARM 32-bit mode. show arm disassembler -- Show the disassembly style. show arm fallback-mode -- Show the mode assumed when symbols are unavailable. show arm force-mode -- Show the mode assumed even when symbols are available. show arm fpu -- Show the floating point type. show arm unwind-secure-frames -- Show usage of non-secure to secure exception stack unwinding. show auto-connect-native-target -- Show whether GDB may automatically connect to the native target. show auto-load -- Show auto-loading specific settings. show auto-load gdb-scripts -- Show whether auto-loading of canned sequences of commands scripts is enabled. show auto-load guile-scripts -- Show the debugger's behavior regarding auto-loaded Guile scripts. show auto-load libthread-db -- Show whether auto-loading inferior specific libthread_db is enabled. show auto-load local-gdbinit -- Show whether auto-loading .gdbinit script in current directory is enabled. show auto-load python-scripts -- Show the debugger's behavior regarding auto-loaded Python scripts. show auto-load safe-path -- Show the list of files and directories that are safe for auto-loading. show auto-load scripts-directory -- Show the list of directories from which to load auto-loaded scripts. show auto-solib-add -- Show autoloading of shared library symbols. show backtrace -- Show backtrace specific variables. show backtrace limit -- Show the upper bound on the number of backtrace levels. show backtrace past-entry -- Show whether backtraces should continue past the entry point of a program. show backtrace past-main -- Show whether backtraces should continue past "main". show basenames-may-differ -- Show whether a source file may have multiple base names. show breakpoint -- Breakpoint specific settings. show breakpoint always-inserted -- Show mode for inserting breakpoints. show breakpoint auto-hw -- Show automatic usage of hardware breakpoints. show breakpoint condition-evaluation -- Show mode of breakpoint condition evaluation. show breakpoint pending -- Show debugger's behavior regarding pending breakpoints. show can-use-hw-watchpoints -- Show debugger's willingness to use watchpoint hardware. show case-sensitive -- Show case sensitivity in name search (on/off/auto). show charset -- Show the host and target character sets. show check, show ch, show c -- Show the status of the type/range checker. show check range -- Show range checking (on/warn/off/auto). show check type -- Show strict type checking. show circular-trace-buffer -- Show target's use of circular trace buffer. show code-cache -- Show cache use for code segment access. show coerce-float-to-double -- Show coercion of floats to doubles when calling functions. show commands -- Show the history of commands you typed. show compile-args -- Show compile command GCC command-line arguments. show compile-gcc -- Show compile command GCC driver filename. show complaints -- Show max number of complaints about incorrect symbols. show configuration -- Show how GDB was configured at build time. show confirm -- Show whether to confirm potentially dangerous operations. show convenience, show conv -- Debugger convenience ("$foo") variables and functions. show copying -- Conditions for redistributing copies of GDB. show cp-abi -- Show the ABI used for inspecting C++ objects. show cwd -- Show the current working directory that is used when the inferior is started. show data-directory -- Show GDB's data directory. show dcache -- Show dcache settings. show dcache line-size -- Show dcache line size. show dcache size -- Show number of dcache lines. show debug -- Generic command for showing gdb debugging flags. show debug arch -- Show architecture debugging. show debug arm -- Show ARM debugging. show debug auto-load -- Show auto-load verifications debugging. show debug bfd-cache -- Show bfd cache debugging. show debug breakpoint -- Show breakpoint location debugging. show debug check-physname -- Show cross-checking of "physname" code against demangler. show debug coff-pe-read -- Show coff PE read debugging. show debug compile -- Show compile command debugging. show debug compile-cplus-scopes -- Show debugging of C++ compile scopes. show debug compile-cplus-types -- Show debugging of C++ compile type conversion. show debug ctf -- Show CTF reading debugging. show debug displaced -- Show displaced stepping debugging. show debug dwarf-die -- Show debugging of the DWARF DIE reader. show debug dwarf-line -- Show debugging of the dwarf line reader. show debug dwarf-read -- Show debugging of the DWARF reader. show debug entry-values -- Show entry values and tail call frames debugging. show debug event-loop -- Show event-loop debugging. show debug expression -- Show expression debugging. show debug fortran-array-slicing -- Show debugging of Fortran array slicing. show debug frame -- Show frame debugging. show debug gnu-ifunc -- Show GNU ifunc debugging. show debug index-cache -- Show display of index-cache debug messages. show debug infcall -- Show inferior call debugging. show debug infrun -- Show inferior debugging. show debug jit -- Show JIT debugging. show debug libthread-db -- Show libthread-db debugging. show debug linux-namespaces -- Show debugging of GNU/Linux namespaces module. show debug linux-nat -- Show debugging of GNU/Linux native target. show debug notification -- Show debugging of async remote notification. show debug observer -- Show observer debugging. show debug overload -- Show debugging of C++ overloading. show debug parser -- Show parser debugging. show debug py-breakpoint -- Show Python breakpoint debugging. show debug py-micmd -- Show Python micmd debugging. show debug py-unwind -- Show Python unwinder debugging. show debug record -- Show debugging of record/replay feature. show debug remote -- Show debugging of remote protocol. show debug remote-packet-max-chars -- Show the maximum number of characters to display for each remote packet. show debug separate-debug-file -- Show printing of separate debug info file search debug. show debug serial -- Show serial debugging. show debug skip -- Show whether the debug output about skipping files and functions is printed. show debug solib -- Show solib debugging. show debug stap-expression -- Show SystemTap expression debugging. show debug symbol-lookup -- Show debugging of symbol lookup. show debug symfile -- Show debugging of the symfile functions. show debug symtab-create -- Show debugging of symbol table creation. show debug target -- Show target debugging. show debug threads -- Show thread debugging. show debug timestamp -- Show timestamping of debugging messages. show debug tui -- Show tui debugging. show debug varobj -- Show varobj debugging. show debug xml -- Show XML parser debugging. show debug-file-directory -- Show the directories where separate debug symbols are searched for. show debuginfod -- Show debuginfod options. show debuginfod enabled -- Show whether to use debuginfod. show debuginfod urls -- Show the list of debuginfod server URLs. show debuginfod verbose -- Show debuginfod debugging. show default-collect -- Show the list of expressions to collect by default. show demangle-style -- Show the current C++ demangling style. show detach-on-fork -- Show whether gdb will detach the child of a fork. show direct-call-timeout -- Show the timeout, for direct calls to inferior function calls. show directories -- Show the search path for finding source files. show disable-randomization -- Show disabling of debuggee's virtual address space randomization. show disassemble-next-line -- Show whether to disassemble next source line or insn when execution stops. show disassembler-options -- Show the disassembler options. show disconnected-dprintf -- Show whether dprintf continues after GDB disconnects. show disconnected-tracing -- Show whether tracing continues after GDB disconnects. show displaced-stepping -- Show debugger's willingness to use displaced stepping. show dprintf-channel -- Show the channel to use for dynamic printf. show dprintf-function -- Show the function to use for dynamic printf. show dprintf-style -- Show the style of usage for dynamic printf. show dump-excluded-mappings -- Show whether gcore should dump mappings marked with the VM_DONTDUMP flag. show editing -- Show editing of command lines as they are typed. show endian -- Show endianness of target. show environment -- The environment to give the program, or one variable's value. show exec-direction -- Show direction of execution (forward/reverse). show exec-done-display -- Show notification of completion for asynchronous execution commands. show exec-file-mismatch -- Show exec-file-mismatch handling (ask|warn|off). show exec-wrapper -- Show the wrapper for running programs. show extended-prompt -- Show the extended prompt. show extension-language -- Show mapping between filename extension and source language. show filename-display -- Show how to display filenames. show follow-exec-mode -- Show debugger response to a program call of exec. show follow-fork-mode -- Show debugger response to a program call of fork or vfork. show fortran -- Generic command for showing Fortran-specific settings. show fortran repack-array-slices -- Show whether non-contiguous array slices are repacked. show frame-filter -- Prefix command for 'show' frame-filter related operations. show frame-filter priority -- GDB command to show the priority of the specified frame-filter. show gnutarget -- Show the current BFD target. show guile, show gu -- Prefix command for Guile preference settings. show guile print-stack -- Show the mode of Guile exception printing on error. show height -- Show number of lines in a page for GDB output pagination. show history -- Generic command for showing command history parameters. show history expansion -- Show history expansion on command input. show history filename -- Show the filename in which to record the command history. show history remove-duplicates -- Show how far back in history to look for and remove duplicate entries. show history save -- Show saving of the history record on exit. show history size -- Show the size of the command history. show host-charset -- Show the host character set. show index-cache -- Show index-cache options. show index-cache directory -- Show the directory of the index cache. show index-cache enabled -- Show whether the index cache is enabled. show index-cache stats -- Show some stats about the index cache. show indirect-call-timeout -- Show the timeout, for indirect calls to inferior function calls. show inferior-tty -- Show terminal for future runs of program being debugged. show input-radix -- Show default input radix for entering numbers. show interactive-mode -- Show whether GDB's standard input is a terminal. show jit-reader-directory -- Show the JIT reader directory. show language -- Show the current source language. show libthread-db-search-path -- Show the current search path or libthread_db. show listsize -- Show number of source lines gdb will list by default. show local-environment -- The local environment, or one variable's value. show logging -- Show logging options. show logging debugredirect -- Show the logging debug output mode. show logging enabled -- Show whether logging is enabled. show logging file -- Show the current logfile. show logging overwrite -- Show whether logging overwrites or appends to the log file. show logging redirect -- Show the logging output mode. show max-completions -- Show maximum number of completion candidates. show max-user-call-depth -- Show the max call depth for non-python/scheme user-defined commands. show max-value-size -- Show maximum sized value gdb will load from the inferior. show may-call-functions -- Show permission to call functions in the program. show may-insert-breakpoints -- Show permission to insert breakpoints in the target. show may-insert-fast-tracepoints -- Show permission to insert fast tracepoints in the target. show may-insert-tracepoints -- Show permission to insert tracepoints in the target. show may-interrupt -- Show permission to interrupt or signal the target. show may-write-memory -- Show permission to write into target memory. show may-write-registers -- Show permission to write into registers. show mem -- Memory regions settings. show mem inaccessible-by-default -- Show handling of unknown memory regions. show mi-async -- Show whether MI asynchronous mode is enabled. show multiple-symbols -- Show how the debugger handles ambiguities in expressions. show non-stop -- Show whether gdb controls the inferior in non-stop mode. show observer -- Show whether gdb controls the inferior in observer mode. show opaque-type-resolution -- Show resolution of opaque struct/class/union types. show osabi -- Show OS ABI of target. show output-radix -- Show default output radix for printing of values. show overload-resolution -- Show overload resolution in evaluating C++ functions. show pagination -- Show state of GDB output pagination. show paths -- Current search path for finding object files. show print, show pr, show p -- Generic command for showing print settings. show print address -- Show printing of addresses. show print array -- Show pretty formatting of arrays. show print array-indexes -- Show printing of array indexes. show print asm-demangle -- Show demangling of C++/ObjC names in disassembly listings. show print characters -- Show limit on string chars to print. show print demangle -- Show demangling of encoded C++/ObjC names when displaying symbols. show print elements -- Show limit on array elements to print. show print entry-values -- Show printing of function arguments at function entry. show print finish -- Show whether `finish' prints the return value. show print frame-arguments -- Show printing of non-scalar frame arguments. show print frame-info -- Show printing of frame information. show print inferior-events -- Show printing of inferior events (such as inferior start and exit). show print max-depth -- Show maximum print depth for nested structures, unions, and arrays. show print max-symbolic-offset -- Show the largest offset that will be printed in form. show print memory-tag-violations -- Show printing of memory tag violations for pointers. show print nibbles -- Show whether to print binary values in groups of four bits. show print null-stop -- Show printing of char arrays to stop at first null char. show print object -- Show printing of C++ virtual function tables. show print pascal_static-members -- Show printing of pascal static members. show print pretty -- Show pretty formatting of structures. show print raw-frame-arguments -- Show whether to print frame arguments in raw form. show print raw-values -- Show whether to print values in raw form. show print repeats -- Show threshold for repeated print elements. show print sevenbit-strings -- Show printing of 8-bit characters in strings as \nnn. show print static-members -- Show printing of C++ static members. show print symbol -- Show printing of symbol names when printing pointers. show print symbol-filename -- Show printing of source filename and line number with . show print symbol-loading -- Show printing of symbol loading messages. show print thread-events -- Show printing of thread events (such as thread start and exit). show print type -- Generic command for setting how types print. show print type hex -- Show whether sizes and offsets of struct members are printed using hex notation. show print type methods -- Show printing of methods defined in classes. show print type nested-type-limit -- Show the number of recursive nested type definitions to print. show print type typedefs -- Show printing of typedefs defined in classes. show print union -- Show printing of unions interior to structures. show print vtbl -- Show printing of C++ virtual function tables. show progress-bars -- Show progress-bars options. show progress-bars enabled -- Show whether progress bars should be displayed. show prompt -- Show gdb's prompt. show python -- Prefix command for python preference settings. show python dont-write-bytecode -- Show whether the Python interpreter should avoid byte-compiling python modules. show python ignore-environment -- Show whether the Python interpreter showlist ignore environment variables. show python print-stack -- Show the mode of Python stack printing on error. show radix -- Show the default input and output number radices. show range-stepping -- Show whether target-assisted range stepping is enabled. show record, show rec -- Show record options. show record btrace -- Show record options. show record btrace bts -- Show record btrace bts options. show record btrace bts buffer-size -- Show the record/replay bts buffer size. show record btrace cpu -- Show the cpu to be used for trace decode. show record btrace pt -- Show record btrace pt options. show record btrace pt buffer-size -- Show the record/replay pt buffer size. show record btrace pt event-tracing -- Show event-tracing for record pt. show record btrace replay-memory-access -- Show what memory accesses are allowed during replay. show record full -- Show record options. show record full insn-number-max -- Show record/replay buffer limit. show record full memory-query -- Show whether query if PREC cannot record memory change of next instruction. show record full stop-at-limit -- Show whether record/replay stops when record/replay buffer becomes full. show record function-call-history-size -- Show number of functions to print in "record function-call-history". show record instruction-history-size -- Show number of instructions to print in "record instruction-history". show remote -- Remote protocol specific variables. show remote P-packet -- Show current use of remote protocol `P' packet. show remote TracepointSource-packet -- Show current use of remote protocol `TracepointSource' packet. show remote X-packet -- Show current use of remote protocol `X' packet. show remote Z-packet -- Show use of remote protocol `Z' packets. show remote access-watchpoint-packet -- Show current use of remote protocol `Z4' packet. show remote agent-packet -- Show current use of remote protocol `QAgent' packet. show remote allow-packet -- Show current use of remote protocol `QAllow' packet. show remote attach-packet -- Show current use of remote protocol `vAttach' packet. show remote binary-download-packet, show remote X-packet -- Show current use of remote protocol `X' packet. show remote binary-upload-packet -- Show current use of remote protocol `x' packet. show remote breakpoint-commands-packet -- Show current use of remote protocol `BreakpointCommands' packet. show remote btrace-conf-bts-size-packet -- Show current use of remote protocol `Qbtrace-conf:bts:size' packet. show remote btrace-conf-pt-event-tracing-packet -- Show current use of remote protocol `Qbtrace-conf:pt:event-tracing' packet. show remote btrace-conf-pt-ptwrite-packet -- Show current use of remote protocol `Qbtrace-conf:pt:ptwrite' packet. show remote btrace-conf-pt-size-packet -- Show current use of remote protocol `Qbtrace-conf:pt:size' packet. show remote catch-syscalls-packet -- Show current use of remote protocol `QCatchSyscalls' packet. show remote conditional-breakpoints-packet -- Show current use of remote protocol `ConditionalBreakpoints' packet. show remote conditional-tracepoints-packet -- Show current use of remote protocol `ConditionalTracepoints' packet. show remote ctrl-c-packet -- Show current use of remote protocol `vCtrlC' packet. show remote disable-btrace-packet -- Show current use of remote protocol `Qbtrace:off' packet. show remote disable-randomization-packet -- Show current use of remote protocol `QDisableRandomization' packet. show remote enable-btrace-bts-packet -- Show current use of remote protocol `Qbtrace:bts' packet. show remote enable-btrace-pt-packet -- Show current use of remote protocol `Qbtrace:pt' packet. show remote environment-hex-encoded-packet -- Show current use of remote protocol `QEnvironmentHexEncoded' packet. show remote environment-reset-packet -- Show current use of remote protocol `QEnvironmentReset' packet. show remote environment-unset-packet -- Show current use of remote protocol `QEnvironmentUnset' packet. show remote error-message-packet -- Show current use of remote protocol `error-message' packet. show remote exec-event-feature-packet -- Show current use of remote protocol `exec-event-feature' packet. show remote exec-file -- Show the remote file name for starting inferiors. show remote fast-tracepoints-packet -- Show current use of remote protocol `FastTracepoints' packet. show remote fetch-exec-and-args-packet -- Show current use of remote protocol `qExecAndArgs' packet. show remote fetch-register-packet, show remote p-packet -- Show current use of remote protocol `p' packet. show remote fork-event-feature-packet -- Show current use of remote protocol `fork-event-feature' packet. show remote get-thread-information-block-address-packet -- Show current use of remote protocol `qGetTIBAddr' packet. show remote get-thread-local-storage-address-packet -- Show current use of remote protocol `qGetTLSAddr' packet. show remote hardware-breakpoint-limit -- Show the maximum number of target hardware breakpoints. show remote hardware-breakpoint-packet -- Show current use of remote protocol `Z1' packet. show remote hardware-watchpoint-length-limit -- Show the maximum length (in bytes) of a target hardware watchpoint. show remote hardware-watchpoint-limit -- Show the maximum number of target hardware watchpoints. show remote hostio-close-packet -- Show current use of remote protocol `vFile:close' packet. show remote hostio-fstat-packet -- Show current use of remote protocol `vFile:fstat' packet. show remote hostio-lstat-packet -- Show current use of remote protocol `vFile:lstat' packet. show remote hostio-open-packet -- Show current use of remote protocol `vFile:open' packet. show remote hostio-pread-packet -- Show current use of remote protocol `vFile:pread' packet. show remote hostio-pwrite-packet -- Show current use of remote protocol `vFile:pwrite' packet. show remote hostio-readlink-packet -- Show current use of remote protocol `vFile:readlink' packet. show remote hostio-setfs-packet -- Show current use of remote protocol `vFile:setfs' packet. show remote hostio-stat-packet -- Show current use of remote protocol `vFile:stat' packet. show remote hostio-unlink-packet -- Show current use of remote protocol `vFile:unlink' packet. show remote hwbreak-feature-packet -- Show current use of remote protocol `hwbreak-feature' packet. show remote install-in-trace-packet -- Show current use of remote protocol `InstallInTrace' packet. show remote interrupt-on-connect -- Show whether interrupt-sequence is sent to remote target when gdb connects to. show remote interrupt-sequence -- Show interrupt sequence to remote target. show remote kill-packet -- Show current use of remote protocol `vKill' packet. show remote library-info-packet -- Show current use of remote protocol `qXfer:libraries:read' packet. show remote library-info-svr4-packet -- Show current use of remote protocol `qXfer:libraries-svr4:read' packet. show remote memory-map-packet -- Show current use of remote protocol `qXfer:memory-map:read' packet. show remote memory-read-packet-size -- Show the maximum number of bytes per memory-read packet. show remote memory-tagging-address-check-packet -- Show current use of remote protocol `qIsAddressTagged' packet. show remote memory-tagging-feature-packet -- Show current use of remote protocol `memory-tagging-feature' packet. show remote memory-write-packet-size -- Show the maximum number of bytes per memory-write packet. show remote multiple-watchpoint-addresses-packet -- Show current use of remote protocol `multi-wp-addr' packet. show remote multiprocess-feature-packet -- Show current use of remote protocol `multiprocess-feature' packet. show remote no-resumed-stop-reply-packet -- Show current use of remote protocol `N stop reply' packet. show remote noack-packet -- Show current use of remote protocol `QStartNoAckMode' packet. show remote osdata-packet -- Show current use of remote protocol `qXfer:osdata:read' packet. show remote p-packet -- Show current use of remote protocol `p' packet. show remote pass-signals-packet -- Show current use of remote protocol `QPassSignals' packet. show remote pid-to-exec-file-packet -- Show current use of remote protocol `qXfer:exec-file:read' packet. show remote program-signals-packet -- Show current use of remote protocol `QProgramSignals' packet. show remote query-attached-packet -- Show current use of remote protocol `qAttached' packet. show remote read-aux-vector-packet -- Show current use of remote protocol `qXfer:auxv:read' packet. show remote read-btrace-conf-packet -- Show current use of remote protocol `qXfer:btrace-conf' packet. show remote read-btrace-packet -- Show current use of remote protocol `qXfer:btrace' packet. show remote read-fdpic-loadmap-packet -- Show current use of remote protocol `qXfer:fdpic:read' packet. show remote read-sdata-object-packet -- Show current use of remote protocol `qXfer:statictrace:read' packet. show remote read-siginfo-object-packet -- Show current use of remote protocol `qXfer:siginfo:read' packet. show remote read-watchpoint-packet -- Show current use of remote protocol `Z3' packet. show remote reverse-continue-packet -- Show current use of remote protocol `bc' packet. show remote reverse-step-packet -- Show current use of remote protocol `bs' packet. show remote run-packet -- Show current use of remote protocol `vRun' packet. show remote search-memory-packet -- Show current use of remote protocol `qSearch:memory' packet. show remote set-register-packet, show remote P-packet -- Show current use of remote protocol `P' packet. show remote set-working-dir-packet -- Show current use of remote protocol `QSetWorkingDir' packet. show remote single-inferior-argument-feature-packet -- Show current use of remote protocol `single-inferior-argument-feature' packet. show remote software-breakpoint-packet -- Show current use of remote protocol `Z0' packet. show remote startup-with-shell-packet -- Show current use of remote protocol `QStartupWithShell' packet. show remote static-tracepoints-packet -- Show current use of remote protocol `StaticTracepoints' packet. show remote supported-packets-packet -- Show current use of remote protocol `qSupported' packet. show remote swbreak-feature-packet -- Show current use of remote protocol `swbreak-feature' packet. show remote symbol-lookup-packet -- Show current use of remote protocol `qSymbol' packet. show remote system-call-allowed -- Show if the host system(3) call is allowed for the target. show remote target-features-packet -- Show current use of remote protocol `qXfer:features:read' packet. show remote thread-events-packet -- Show current use of remote protocol `QThreadEvents' packet. show remote thread-options-packet -- Show current use of remote protocol `QThreadOptions' packet. show remote threads-packet -- Show current use of remote protocol `qXfer:threads:read' packet. show remote trace-buffer-size-packet -- Show current use of remote protocol `QTBuffer:size' packet. show remote trace-status-packet -- Show current use of remote protocol `qTStatus' packet. show remote traceframe-info-packet -- Show current use of remote protocol `qXfer:traceframe-info:read' packet. show remote unwind-info-block-packet -- Show current use of remote protocol `qXfer:uib:read' packet. show remote verbose-resume-packet -- Show current use of remote protocol `vCont' packet. show remote verbose-resume-supported-packet -- Show current use of remote protocol `vContSupported' packet. show remote vfork-event-feature-packet -- Show current use of remote protocol `vfork-event-feature' packet. show remote write-siginfo-object-packet -- Show current use of remote protocol `qXfer:siginfo:write' packet. show remote write-watchpoint-packet -- Show current use of remote protocol `Z2' packet. show remoteaddresssize -- Show the maximum size of the address (in bits) in a memory packet. show remotecache -- Show cache use for remote targets. show remoteflow -- Show use of hardware flow control for remote serial I/O. show remotelogbase -- Show numerical base for remote session logging. show remotelogfile -- Show filename for remote session recording. show remotetimeout -- Show timeout limit to wait for target to respond. show remotewritesize -- Show the maximum number of bytes per memory write packet (deprecated). show schedule-multiple -- Show mode for resuming threads of all processes. show scheduler-locking -- Show mode for locking scheduler during execution. show script-extension -- Show mode for script filename extension recognition. show serial -- Show default serial/parallel port configuration. show serial baud -- Show baud rate for remote serial I/O. show serial parity -- Show parity for remote serial I/O. show solib-absolute-prefix -- Show the current system root. show solib-search-path -- Show the search path for loading non-absolute shared library symbol files. show source -- Generic command for showing source settings. show source open -- Show whether GDB should open source files. show stack-cache -- Show cache use for stack access. show startup-quietly -- Show whether GDB should start up quietly. show startup-with-shell -- Show use of shell to start subprocesses. show step-mode -- Show mode of the step operation. show stop-on-solib-events -- Show stopping for shared library events. show style -- Style-specific settings. show style address, show style disassembler address -- Address display styling. show style address background -- Show the background color for this property. show style address foreground -- Show the foreground color for this property. show style address intensity -- Show the display intensity for this property. show style command -- Command display styling. show style command background -- Show the background color for this property. show style command foreground -- Show the foreground color for this property. show style command intensity -- Show the display intensity for this property. show style disassembler -- Style-specific settings for the disassembler. show style disassembler address -- Address display styling. show style disassembler comment -- Disassembler comment display styling. show style disassembler comment background -- Show the background color for this property. show style disassembler comment foreground -- Show the foreground color for this property. show style disassembler comment intensity -- Show the display intensity for this property. show style disassembler enabled -- Show whether disassembler output styling is enabled. show style disassembler immediate -- Disassembler immediate display styling. show style disassembler immediate background -- Show the background color for this property. show style disassembler immediate foreground -- Show the foreground color for this property. show style disassembler immediate intensity -- Show the display intensity for this property. show style disassembler mnemonic -- Disassembler mnemonic display styling. show style disassembler mnemonic background -- Show the background color for this property. show style disassembler mnemonic foreground -- Show the foreground color for this property. show style disassembler mnemonic intensity -- Show the display intensity for this property. show style disassembler register -- Disassembler register display styling. show style disassembler register background -- Show the background color for this property. show style disassembler register foreground -- Show the foreground color for this property. show style disassembler register intensity -- Show the display intensity for this property. show style disassembler symbol -- Function name display styling. show style emoji -- Show whether emoji output is enabled. show style enabled -- Show whether CLI is enabled. show style error-prefix -- Show the error prefix text. show style filename -- Filename display styling. show style filename background -- Show the background color for this property. show style filename foreground -- Show the foreground color for this property. show style filename intensity -- Show the display intensity for this property. show style function, show style disassembler symbol -- Function name display styling. show style function background -- Show the background color for this property. show style function foreground -- Show the foreground color for this property. show style function intensity -- Show the display intensity for this property. show style highlight -- Highlight display styling. show style highlight background -- Show the background color for this property. show style highlight foreground -- Show the foreground color for this property. show style highlight intensity -- Show the display intensity for this property. show style line-number -- Line number display styling. show style line-number background -- Show the background color for this property. show style line-number foreground -- Show the foreground color for this property. show style line-number intensity -- Show the display intensity for this property. show style metadata -- Metadata display styling. show style metadata background -- Show the background color for this property. show style metadata foreground -- Show the foreground color for this property. show style metadata intensity -- Show the display intensity for this property. show style sources -- Show whether source code styling is enabled. show style title -- Title display styling. show style title background -- Show the background color for this property. show style title foreground -- Show the foreground color for this property. show style title intensity -- Show the display intensity for this property. show style tui-active-border -- TUI active border display styling. show style tui-active-border background -- Show the background color for this property. show style tui-active-border foreground -- Show the foreground color for this property. show style tui-border -- TUI border display styling. show style tui-border background -- Show the background color for this property. show style tui-border foreground -- Show the foreground color for this property. show style tui-current-position -- Show whether to style text highlighted by the TUI's current position indicator. show style variable -- Variable name display styling. show style variable background -- Show the background color for this property. show style variable foreground -- Show the foreground color for this property. show style variable intensity -- Show the display intensity for this property. show style version -- Version string display styling. show style version background -- Show the background color for this property. show style version foreground -- Show the foreground color for this property. show style version intensity -- Show the display intensity for this property. show style warning-prefix -- Show the warning prefix text. show substitute-path -- Show one or all substitution rules rewriting the source directories. show suppress-cli-notifications -- Show whether printing notifications on CLI is suppressed. show sysroot, show solib-absolute-prefix -- Show the current system root. show target-charset -- Show the target character set. show target-file-system-kind -- Show assumed file system kind for target reported file names. show target-wide-charset -- Show the target wide character set. show tcp -- TCP protocol specific variables. show tcp auto-retry -- Show auto-retry on socket connect. show tcp connect-timeout -- Show timeout limit in seconds for socket connection. show tdesc -- Show target description specific variables. show tdesc filename -- Show the file to read for an XML target description. show trace-buffer-size -- Show requested size of trace buffer. show trace-commands -- Show state of GDB CLI command tracing. show trace-notes -- Show the notes string to use for current and future trace runs. show trace-stop-notes -- Show the notes string to use for future tstop commands. show trace-user -- Show the user name to use for current and future trace runs. show trust-readonly-sections -- Show mode for reading from readonly sections. show tui -- TUI configuration variables. show tui active-border-mode -- Show the attribute mode to use for the active TUI window border. show tui border-kind -- Show the kind of border for TUI windows. show tui border-mode -- Show the attribute mode to use for the TUI window borders. show tui compact-source -- Show whether the TUI source window is compact. show tui mouse-events -- Show whether TUI mode handles mouse clicks. show tui tab-width -- Show the tab width, in characters, for the TUI. show unwind-on-signal, show unwindonsignal -- Show unwinding of stack if a signal is received while in a call dummy. show unwind-on-terminating-exception -- Show unwinding of stack if std::terminate() is called while in a call dummy. show unwind-on-timeout -- Show unwinding of stack if a timeout occurs while in a call dummy. show use-coredump-filter -- Show whether gcore should consider /proc/PID/coredump_filter. show use-deprecated-index-sections -- Show whether to use deprecated gdb_index sections. show user -- Show definitions of non-python/scheme user defined commands. show values -- Elements of value history around item number IDX (or last ten). show varsize-limit -- Show the maximum number of bytes allowed in a variable-size object. show verbose -- Show verbosity. show version -- Show what version of GDB this is. show warn-language-frame-mismatch -- Show the current setting of the frame language-mismatch warning. show warranty -- Various kinds of warranty you do not have. show watchdog -- Show watchdog timer. show width -- Show number of characters where GDB should wrap lines of its output. show write -- Show writing into executable and core files. Type "help" followed by command name for full documentation. Type "apropos word" to search for commands related to "word". Type "apropos -v word" for full documentation of commands related to "word". Command name abbreviations are allowed if unambiguous. (gdb) PASS: gdb.base/help.exp: help status help support Support facilities. List of commands: add-auto-load-safe-path -- Add entries to the list of directories from which it is safe to auto-load files. add-auto-load-scripts-directory -- Add entries to the list of directories from which to load auto-loaded scripts. alias -- Define a new command that is an alias of an existing command. apropos -- Search for commands matching a REGEXP. define -- Define a new command name. Command name is argument. define-prefix -- Define or mark a command as a user-defined prefix command. demangle -- Demangle a mangled name. document -- Document a user-defined command or user-defined alias. dont-repeat -- Don't repeat this command. down-silently -- Same as the `down' command, but does not print anything. echo -- Print a constant string. Give string as argument. help, h -- Print list of commands. if -- Execute nested commands once IF the conditional expression is non zero. interpreter-exec -- Execute a command in an interpreter. make -- Run the ``make'' program using the rest of the line as arguments. new-ui -- Create a new UI. overlay, ov, ovly -- Commands for debugging overlays. overlay auto -- Enable automatic overlay debugging. overlay list-overlays -- List mappings of overlay sections. overlay load-target -- Read the overlay mapping state from the target. overlay manual -- Enable overlay debugging. overlay map-overlay -- Assert that an overlay section is mapped. overlay off -- Disable overlay debugging. overlay unmap-overlay -- Assert that an overlay section is unmapped. pipe, | -- Send the output of a gdb command to a shell command. quit, exit, q -- Exit gdb. shell, ! -- Execute the rest of the line as a shell command. source -- Read commands from a file named FILE. up-silently -- Same as the `up' command, but does not print anything. while -- Execute nested commands WHILE the conditional expression is non zero. Type "help" followed by command name for full documentation. Type "apropos word" to search for commands related to "word". Type "apropos -v word" for full documentation of commands related to "word". Command name abbreviations are allowed if unambiguous. (gdb) PASS: gdb.base/help.exp: help support help tracepoints Tracing of program execution without stopping the program. List of commands: actions -- Specify the actions to be taken at a tracepoint. collect -- Specify one or more data items to be collected at a tracepoint. end -- Ends a list of commands or actions. passcount -- Set the passcount for a tracepoint. tdump -- Print everything collected at the current tracepoint. teval -- Specify one or more expressions to be evaluated at a tracepoint. tfind -- Select a trace frame. tfind end, tfind none -- De-select any trace frame and resume 'live' debugging. tfind line -- Select a trace frame by source line. tfind none -- De-select any trace frame and resume 'live' debugging. tfind outside -- Select a trace frame whose PC is outside the given range (exclusive). tfind pc -- Select a trace frame by PC. tfind range -- Select a trace frame whose PC is in the given range (inclusive). tfind start -- Select the first trace frame in the trace buffer. tfind tracepoint -- Select a trace frame by tracepoint number. tsave -- Save the trace data to a file. tstart -- Start trace data collection. tstatus -- Display the status of the current trace data collection. tstop -- Stop trace data collection. tvariable -- Define a trace state variable. while-stepping, stepping, ws -- Specify single-stepping behavior at a tracepoint. Type "help" followed by command name for full documentation. Type "apropos word" to search for commands related to "word". Type "apropos -v word" for full documentation of commands related to "word". Command name abbreviations are allowed if unambiguous. (gdb) PASS: gdb.base/help.exp: help tracepoints help user-defined User-defined commands. The commands in this class are those defined by the user. Use the "define" command to define a command. List of commands: Type "help" followed by command name for full documentation. Type "apropos word" to search for commands related to "word". Type "apropos -v word" for full documentation of commands related to "word". Command name abbreviations are allowed if unambiguous. (gdb) PASS: gdb.base/help.exp: help user-defined help b break, brea, bre, br, b Set breakpoint at specified location. break [PROBE_MODIFIER] [LOCATION] [thread THREADNUM] [-force-condition] [if CONDITION] PROBE_MODIFIER shall be present if the command is to be placed in a probe point. Accepted values are `-probe' (for a generic, automatically guessed probe type), `-probe-stap' (for a SystemTap probe) or `-probe-dtrace' (for a DTrace probe). LOCATION may be a linespec, address, or explicit location as described below. With no LOCATION, uses current execution address of the selected stack frame. This is useful for breaking on return to a stack frame. THREADNUM is the number from "info threads". CONDITION is a boolean expression. With the "-force-condition" flag, the condition is defined even when it is invalid for all current locations. Linespecs are colon-separated lists of location parameters, such as source filename, function name, label name, and line number. Example: To specify the start of a label named "the_top" in the function "fact" in the file "factorial.c", use "factorial.c:fact:the_top". Address locations begin with "*" and specify an exact address in the program. Example: To specify the fourth byte past the start function "main", use "*main + 4". Explicit locations are similar to linespecs but use an option/argument syntax to specify location parameters. Example: To specify the start of the label named "the_top" in the function "fact" in the file "factorial.c", use "-source factorial.c -function fact -label the_top". By default, a specified function is matched against the program's functions in all scopes. For C++, this means in all namespaces and classes. For Ada, this means in all packages. E.g., in C++, "func()" matches "A::func()", "A::B::func()", etc. The "-qualified" flag overrides this behavior, making GDB interpret the specified name as a complete fully-qualified name instead. Multiple breakpoints at one place are permitted, and useful if their conditions are different. Do "help breakpoints" for info on other commands dealing with breakpoints. (gdb) PASS: gdb.base/help.exp: help breakpoint "b" abbreviation help br break, brea, bre, br, b Set breakpoint at specified location. break [PROBE_MODIFIER] [LOCATION] [thread THREADNUM] [-force-condition] [if CONDITION] PROBE_MODIFIER shall be present if the command is to be placed in a probe point. Accepted values are `-probe' (for a generic, automatically guessed probe type), `-probe-stap' (for a SystemTap probe) or `-probe-dtrace' (for a DTrace probe). LOCATION may be a linespec, address, or explicit location as described below. With no LOCATION, uses current execution address of the selected stack frame. This is useful for breaking on return to a stack frame. THREADNUM is the number from "info threads". CONDITION is a boolean expression. With the "-force-condition" flag, the condition is defined even when it is invalid for all current locations. Linespecs are colon-separated lists of location parameters, such as source filename, function name, label name, and line number. Example: To specify the start of a label named "the_top" in the function "fact" in the file "factorial.c", use "factorial.c:fact:the_top". Address locations begin with "*" and specify an exact address in the program. Example: To specify the fourth byte past the start function "main", use "*main + 4". Explicit locations are similar to linespecs but use an option/argument syntax to specify location parameters. Example: To specify the start of the label named "the_top" in the function "fact" in the file "factorial.c", use "-source factorial.c -function fact -label the_top". By default, a specified function is matched against the program's functions in all scopes. For C++, this means in all namespaces and classes. For Ada, this means in all packages. E.g., in C++, "func()" matches "A::func()", "A::B::func()", etc. The "-qualified" flag overrides this behavior, making GDB interpret the specified name as a complete fully-qualified name instead. Multiple breakpoints at one place are permitted, and useful if their conditions are different. Do "help breakpoints" for info on other commands dealing with breakpoints. (gdb) PASS: gdb.base/help.exp: help breakpoint "br" abbreviation help bre break, brea, bre, br, b Set breakpoint at specified location. break [PROBE_MODIFIER] [LOCATION] [thread THREADNUM] [-force-condition] [if CONDITION] PROBE_MODIFIER shall be present if the command is to be placed in a probe point. Accepted values are `-probe' (for a generic, automatically guessed probe type), `-probe-stap' (for a SystemTap probe) or `-probe-dtrace' (for a DTrace probe). LOCATION may be a linespec, address, or explicit location as described below. With no LOCATION, uses current execution address of the selected stack frame. This is useful for breaking on return to a stack frame. THREADNUM is the number from "info threads". CONDITION is a boolean expression. With the "-force-condition" flag, the condition is defined even when it is invalid for all current locations. Linespecs are colon-separated lists of location parameters, such as source filename, function name, label name, and line number. Example: To specify the start of a label named "the_top" in the function "fact" in the file "factorial.c", use "factorial.c:fact:the_top". Address locations begin with "*" and specify an exact address in the program. Example: To specify the fourth byte past the start function "main", use "*main + 4". Explicit locations are similar to linespecs but use an option/argument syntax to specify location parameters. Example: To specify the start of the label named "the_top" in the function "fact" in the file "factorial.c", use "-source factorial.c -function fact -label the_top". By default, a specified function is matched against the program's functions in all scopes. For C++, this means in all namespaces and classes. For Ada, this means in all packages. E.g., in C++, "func()" matches "A::func()", "A::B::func()", etc. The "-qualified" flag overrides this behavior, making GDB interpret the specified name as a complete fully-qualified name instead. Multiple breakpoints at one place are permitted, and useful if their conditions are different. Do "help breakpoints" for info on other commands dealing with breakpoints. (gdb) PASS: gdb.base/help.exp: help breakpoint "bre" abbreviation help brea break, brea, bre, br, b Set breakpoint at specified location. break [PROBE_MODIFIER] [LOCATION] [thread THREADNUM] [-force-condition] [if CONDITION] PROBE_MODIFIER shall be present if the command is to be placed in a probe point. Accepted values are `-probe' (for a generic, automatically guessed probe type), `-probe-stap' (for a SystemTap probe) or `-probe-dtrace' (for a DTrace probe). LOCATION may be a linespec, address, or explicit location as described below. With no LOCATION, uses current execution address of the selected stack frame. This is useful for breaking on return to a stack frame. THREADNUM is the number from "info threads". CONDITION is a boolean expression. With the "-force-condition" flag, the condition is defined even when it is invalid for all current locations. Linespecs are colon-separated lists of location parameters, such as source filename, function name, label name, and line number. Example: To specify the start of a label named "the_top" in the function "fact" in the file "factorial.c", use "factorial.c:fact:the_top". Address locations begin with "*" and specify an exact address in the program. Example: To specify the fourth byte past the start function "main", use "*main + 4". Explicit locations are similar to linespecs but use an option/argument syntax to specify location parameters. Example: To specify the start of the label named "the_top" in the function "fact" in the file "factorial.c", use "-source factorial.c -function fact -label the_top". By default, a specified function is matched against the program's functions in all scopes. For C++, this means in all namespaces and classes. For Ada, this means in all packages. E.g., in C++, "func()" matches "A::func()", "A::B::func()", etc. The "-qualified" flag overrides this behavior, making GDB interpret the specified name as a complete fully-qualified name instead. Multiple breakpoints at one place are permitted, and useful if their conditions are different. Do "help breakpoints" for info on other commands dealing with breakpoints. (gdb) PASS: gdb.base/help.exp: help breakpoint "brea" abbreviation help break break, brea, bre, br, b Set breakpoint at specified location. break [PROBE_MODIFIER] [LOCATION] [thread THREADNUM] [-force-condition] [if CONDITION] PROBE_MODIFIER shall be present if the command is to be placed in a probe point. Accepted values are `-probe' (for a generic, automatically guessed probe type), `-probe-stap' (for a SystemTap probe) or `-probe-dtrace' (for a DTrace probe). LOCATION may be a linespec, address, or explicit location as described below. With no LOCATION, uses current execution address of the selected stack frame. This is useful for breaking on return to a stack frame. THREADNUM is the number from "info threads". CONDITION is a boolean expression. With the "-force-condition" flag, the condition is defined even when it is invalid for all current locations. Linespecs are colon-separated lists of location parameters, such as source filename, function name, label name, and line number. Example: To specify the start of a label named "the_top" in the function "fact" in the file "factorial.c", use "factorial.c:fact:the_top". Address locations begin with "*" and specify an exact address in the program. Example: To specify the fourth byte past the start function "main", use "*main + 4". Explicit locations are similar to linespecs but use an option/argument syntax to specify location parameters. Example: To specify the start of the label named "the_top" in the function "fact" in the file "factorial.c", use "-source factorial.c -function fact -label the_top". By default, a specified function is matched against the program's functions in all scopes. For C++, this means in all namespaces and classes. For Ada, this means in all packages. E.g., in C++, "func()" matches "A::func()", "A::B::func()", etc. The "-qualified" flag overrides this behavior, making GDB interpret the specified name as a complete fully-qualified name instead. Multiple breakpoints at one place are permitted, and useful if their conditions are different. Do "help breakpoints" for info on other commands dealing with breakpoints. (gdb) PASS: gdb.base/help.exp: help breakpoint "break" abbreviation help bt backtrace, where, bt Print backtrace of all stack frames, or innermost COUNT frames. Usage: backtrace [OPTION]... [QUALIFIER]... [COUNT | -COUNT] Options: -entry-values no|only|preferred|if-needed|both|compact|default Set printing of function arguments at function entry. GDB can sometimes determine the values of function arguments at entry, in addition to their current values. This option tells GDB whether to print the current value, the value at entry (marked as val@entry), or both. Note that one or both of these values may be . -frame-arguments all|scalars|none|presence Set printing of non-scalar frame arguments. -raw-frame-arguments [on|off] Set whether to print frame arguments in raw form. If set, frame arguments are printed in raw form, bypassing any pretty-printers for that value. -frame-info auto|source-line|location|source-and-location |location-and-address|short-location Set printing of frame information. -past-main [on|off] Set whether backtraces should continue past "main". Normally the caller of "main" is not of interest, so GDB will terminate the backtrace at "main". Set this if you need to see the rest of the stack trace. -past-entry [on|off] Set whether backtraces should continue past the entry point of a program. Normally there are no callers beyond the entry point of a program, so GDB will terminate the backtrace there. Set this if you need to see the rest of the stack trace. -full Print values of local variables. -no-filters Prohibit frame filters from executing on a backtrace. -hide Causes Python frame filter elided frames to not be printed. For backward compatibility, the following qualifiers are supported: full - same as -full option. no-filters - same as -no-filters option. hide - same as -hide. With a negative COUNT, print outermost -COUNT frames. (gdb) PASS: gdb.base/help.exp: help backtrace "bt" abbreviation help backtrace backtrace, where, bt Print backtrace of all stack frames, or innermost COUNT frames. Usage: backtrace [OPTION]... [QUALIFIER]... [COUNT | -COUNT] Options: -entry-values no|only|preferred|if-needed|both|compact|default Set printing of function arguments at function entry. GDB can sometimes determine the values of function arguments at entry, in addition to their current values. This option tells GDB whether to print the current value, the value at entry (marked as val@entry), or both. Note that one or both of these values may be . -frame-arguments all|scalars|none|presence Set printing of non-scalar frame arguments. -raw-frame-arguments [on|off] Set whether to print frame arguments in raw form. If set, frame arguments are printed in raw form, bypassing any pretty-printers for that value. -frame-info auto|source-line|location|source-and-location |location-and-address|short-location Set printing of frame information. -past-main [on|off] Set whether backtraces should continue past "main". Normally the caller of "main" is not of interest, so GDB will terminate the backtrace at "main". Set this if you need to see the rest of the stack trace. -past-entry [on|off] Set whether backtraces should continue past the entry point of a program. Normally there are no callers beyond the entry point of a program, so GDB will terminate the backtrace there. Set this if you need to see the rest of the stack trace. -full Print values of local variables. -no-filters Prohibit frame filters from executing on a backtrace. -hide Causes Python frame filter elided frames to not be printed. For backward compatibility, the following qualifiers are supported: full - same as -full option. no-filters - same as -no-filters option. hide - same as -hide. With a negative COUNT, print outermost -COUNT frames. (gdb) PASS: gdb.base/help.exp: help backtrace help commands Set commands to be executed when the given breakpoints are hit. Give a space-separated breakpoint list as argument after "commands". A list element can be a breakpoint number (e.g. `5') or a range of numbers (e.g. `5-7'). With no argument, the targeted breakpoint is the last one set. The commands themselves follow starting on the next line. Type a line containing "end" to indicate the end of them. Give "silent" as the first line to make the breakpoint silent; then no output is printed when it is hit, except what the commands print. (gdb) PASS: gdb.base/help.exp: help commands help d delete, del, d Delete all or some breakpoints. Usage: delete [BREAKPOINTNUM]... Arguments are breakpoint numbers with spaces in between. To delete all breakpoints, watchpoints, tracepoints, and catchpoints, give no argument. Also a prefix command for deletion of other GDB objects. List of "delete" subcommands: delete bookmark -- Delete a bookmark from the bookmark list. delete breakpoints -- Delete all or some breakpoints or auto-display expressions. delete checkpoint -- Delete a checkpoint (experimental). delete display -- Cancel some expressions to be displayed when program stops. delete mem -- Delete memory region. delete skip -- Delete skip entries. delete tracepoints, delete tr -- Delete specified tracepoints. delete tvariable -- Delete one or more trace state variables. Type "help delete" followed by subcommand name for full documentation. Type "apropos word" to search for commands related to "word". Type "apropos -v word" for full documentation of commands related to "word". Command name abbreviations are allowed if unambiguous. (gdb) PASS: gdb.base/help.exp: help delete "d" abbreviation help delete delete, del, d Delete all or some breakpoints. Usage: delete [BREAKPOINTNUM]... Arguments are breakpoint numbers with spaces in between. To delete all breakpoints, watchpoints, tracepoints, and catchpoints, give no argument. Also a prefix command for deletion of other GDB objects. List of "delete" subcommands: delete bookmark -- Delete a bookmark from the bookmark list. delete breakpoints -- Delete all or some breakpoints or auto-display expressions. delete checkpoint -- Delete a checkpoint (experimental). delete display -- Cancel some expressions to be displayed when program stops. delete mem -- Delete memory region. delete skip -- Delete skip entries. delete tracepoints, delete tr -- Delete specified tracepoints. delete tvariable -- Delete one or more trace state variables. Type "help delete" followed by subcommand name for full documentation. Type "apropos word" to search for commands related to "word". Type "apropos -v word" for full documentation of commands related to "word". Command name abbreviations are allowed if unambiguous. (gdb) PASS: gdb.base/help.exp: help delete help h help, h Print list of commands. (gdb) PASS: gdb.base/help.exp: help help "h" abbreviation help help help, h Print list of commands. (gdb) PASS: gdb.base/help.exp: help help help show copying Conditions for redistributing copies of GDB. (gdb) PASS: gdb.base/help.exp: help show copying help show warranty Various kinds of warranty you do not have. (gdb) PASS: gdb.base/help.exp: help show warranty help show commands Show the history of commands you typed. You can supply a command number to start with, or a `+' to start after the previous command number shown. (gdb) PASS: gdb.base/help.exp: help show commands help show confirm Show whether to confirm potentially dangerous operations. (gdb) PASS: gdb.base/help.exp: help show confirm help info bogus-gdb-command Undefined info command: "bogus-gdb-command". Try "help info". (gdb) PASS: gdb.base/help.exp: help info bogus-gdb-command help gotcha Undefined command: "gotcha". Try "help". (gdb) PASS: gdb.base/help.exp: help gotcha apropos \(print[^[ bsiedf\"'.-]\) handle -- Specify how to handle signals. (gdb) PASS: gdb.base/help.exp: apropos \(print[^[ bsiedf\"'.-]\) apropos handle signal handle -- Specify how to handle signals. (gdb) PASS: gdb.base/help.exp: apropos handle signal apropos apropos apropos -- Search for commands matching a REGEXP. guile, gu -- Evaluate one or more Guile expressions. set style title -- Title display styling. show style title -- Title display styling. (gdb) PASS: gdb.base/help.exp: apropos apropos alias mybt = backtrace (gdb) PASS: gdb.base/help.exp: define mybt alias alias mybt10 = backtrace 10 (gdb) PASS: gdb.base/help.exp: define mybt10 alias apropos Print backtrace of all stack frames, or innermost COUNT frames. backtrace, mybt10, mybt, where, bt -- Print backtrace of all stack frames, or innermost COUNT frames. alias mybt10 = backtrace 10 (gdb) PASS: gdb.base/help.exp: apropos Print backtrace of all stack frames, or innermost COUNT frames. help bt backtrace, mybt10, mybt, where, bt alias mybt10 = backtrace 10 Print backtrace of all stack frames, or innermost COUNT frames. Usage: backtrace [OPTION]... [QUALIFIER]... [COUNT | -COUNT] Options: -entry-values no|only|preferred|if-needed|both|compact|default Set printing of function arguments at function entry. GDB can sometimes determine the values of function arguments at entry, in addition to their current values. This option tells GDB whether to print the current value, the value at entry (marked as val@entry), or both. Note that one or both of these values may be . -frame-arguments all|scalars|none|presence Set printing of non-scalar frame arguments. -raw-frame-arguments [on|off] Set whether to print frame arguments in raw form. If set, frame arguments are printed in raw form, bypassing any pretty-printers for that value. -frame-info auto|source-line|location|source-and-location |location-and-address|short-location Set printing of frame information. -past-main [on|off] Set whether backtraces should continue past "main". Normally the caller of "main" is not of interest, so GDB will terminate the backtrace at "main". Set this if you need to see the rest of the stack trace. -past-entry [on|off] Set whether backtraces should continue past the entry point of a program. Normally there are no callers beyond the entry point of a program, so GDB will terminate the backtrace there. Set this if you need to see the rest of the stack trace. -full Print values of local variables. -no-filters Prohibit frame filters from executing on a backtrace. -hide Causes Python frame filter elided frames to not be printed. For backward compatibility, the following qualifiers are supported: full - same as -full option. no-filters - same as -no-filters option. hide - same as -hide. With a negative COUNT, print outermost -COUNT frames. (gdb) PASS: gdb.base/help.exp: help bt document mybt Type documentation for "mybt". End with a line saying just "end". >An alias of command backtrace without any args. >end (gdb) PASS: gdb.base/help.exp: document alias: mybt document mybt10 Type documentation for "mybt10". End with a line saying just "end". >An alias of command backtrace with arg 10. >end (gdb) PASS: gdb.base/help.exp: document alias: mybt10 apropos Print backtrace of all stack frames, or innermost COUNT frames. backtrace, where, bt -- Print backtrace of all stack frames, or innermost COUNT frames. (gdb) PASS: gdb.base/help.exp: apropos after documenting aliases help bt backtrace, where, bt Print backtrace of all stack frames, or innermost COUNT frames. Usage: backtrace [OPTION]... [QUALIFIER]... [COUNT | -COUNT] Options: -entry-values no|only|preferred|if-needed|both|compact|default Set printing of function arguments at function entry. GDB can sometimes determine the values of function arguments at entry, in addition to their current values. This option tells GDB whether to print the current value, the value at entry (marked as val@entry), or both. Note that one or both of these values may be . -frame-arguments all|scalars|none|presence Set printing of non-scalar frame arguments. -raw-frame-arguments [on|off] Set whether to print frame arguments in raw form. If set, frame arguments are printed in raw form, bypassing any pretty-printers for that value. -frame-info auto|source-line|location|source-and-location |location-and-address|short-location Set printing of frame information. -past-main [on|off] Set whether backtraces should continue past "main". Normally the caller of "main" is not of interest, so GDB will terminate the backtrace at "main". Set this if you need to see the rest of the stack trace. -past-entry [on|off] Set whether backtraces should continue past the entry point of a program. Normally there are no callers beyond the entry point of a program, so GDB will terminate the backtrace there. Set this if you need to see the rest of the stack trace. -full Print values of local variables. -no-filters Prohibit frame filters from executing on a backtrace. -hide Causes Python frame filter elided frames to not be printed. For backward compatibility, the following qualifiers are supported: full - same as -full option. no-filters - same as -no-filters option. hide - same as -hide. With a negative COUNT, print outermost -COUNT frames. (gdb) PASS: gdb.base/help.exp: help after documenting aliases apropos An alias of command backtrace with arg 10 mybt10 -- An alias of command backtrace with arg 10. (gdb) PASS: gdb.base/help.exp: apropos after documenting aliases showing mybt10 doc help mybt alias mybt = backtrace An alias of command backtrace without any args. (gdb) PASS: gdb.base/help.exp: help mybt after documenting aliases showing mybt doc document where Alias "where" is built-in. (gdb) PASS: gdb.base/help.exp: documenting builtin where alias disallowed testcase /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.base/help.exp completed in 216 seconds Running /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.exp ... Executing on build: rm -rf /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching (timeout = 300) builtin_spawn -ignore SIGHUP rm -rf /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching gdb_do_cache: universal_compile_options_c ( ) Executing on host: gcc -fdiagnostics-color=never -c -o /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/temp/1129179/ccopts.o /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/temp/1129179/ccopts.c (timeout = 300) builtin_spawn -ignore SIGHUP gcc -fdiagnostics-color=never -c -o /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/temp/1129179/ccopts.o /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/temp/1129179/ccopts.c gdb_do_cache: get_compiler_info_1 ( c ) get_compiler_info: gcc-13-3-0 gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) Executing on host: gcc -fno-stack-protector -fdiagnostics-color=never -c -g -o /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-detach0.o /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c (timeout = 300) builtin_spawn -ignore SIGHUP gcc -fno-stack-protector -fdiagnostics-color=never -c -g -o /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-detach0.o /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c gdb_do_cache: universal_compile_options_c ( ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) Executing on host: gcc -fno-stack-protector /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-detach0.o -fdiagnostics-color=never -g -lpthreads -lm -o /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-detach (timeout = 300) builtin_spawn -ignore SIGHUP gcc -fno-stack-protector /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-detach0.o -fdiagnostics-color=never -g -lpthreads -lm -o /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-detach /usr/bin/ld: cannot find -lpthreads: No such file or directory collect2: error: ld returned 1 exit status compiler exited with status 1 output is: /usr/bin/ld: cannot find -lpthreads: No such file or directory collect2: error: ld returned 1 exit status gdb_do_cache: universal_compile_options_c ( ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) Executing on host: gcc -fno-stack-protector /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-detach0.o -fdiagnostics-color=never -g -lpthread -lm -o /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-detach (timeout = 300) builtin_spawn -ignore SIGHUP gcc -fno-stack-protector /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-detach0.o -fdiagnostics-color=never -g -lpthread -lm -o /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-detach PASS: gdb.threads/process-dies-while-detaching.exp: single-process: detach: successfully compiled posix threads test case Starting logfile: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/gdb.in.1 builtin_spawn /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/../../gdb/gdb -nw -nx -q -iex set height 0 -iex set width 0 -data-directory /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/data-directory -iex set interactive-mode on (gdb) set height 0 (gdb) set width 0 (gdb) dir Reinitialize source path to empty? (y or n) y Source directories searched: $cdir:$cwd (gdb) dir /home/tcwg-buildslave/workspace/tcwg_gnu_3/gdb/gdb/testsuite/gdb.threads Source directories searched: /home/tcwg-buildslave/workspace/tcwg_gnu_3/gdb/gdb/testsuite/gdb.threads:$cdir:$cwd (gdb) kill The program is not being run. (gdb) file /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-detach Reading symbols from /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-detach... (gdb) delete breakpoints (gdb) info breakpoints No breakpoints, watchpoints, tracepoints, or catchpoints. (gdb) break -qualified main Breakpoint 1 at 0x684: file /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c, line 119. (gdb) run Starting program: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-detach [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". Breakpoint 1, main () at /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c:119 119 mypid = getpid (); (gdb) tbreak _exit Temporary breakpoint 2 at 0xf7f35408: _exit. (2 locations) (gdb) continue Continuing. [New Thread 0xf7eac420 (LWP 1129309) (id 2)] [New Thread 0xf76ab420 (LWP 1129310) (id 3)] [New Thread 0xf6eaa420 (LWP 1129311) (id 4)] [New Thread 0xf66a9420 (LWP 1129312) (id 5)] [New Thread 0xf5ea8420 (LWP 1129313) (id 6)] [New Thread 0xf56a7420 (LWP 1129314) (id 7)] [New Thread 0xf4ea6420 (LWP 1129315) (id 8)] [New Thread 0xf46a5420 (LWP 1129316) (id 9)] [New Thread 0xf3ea4420 (LWP 1129317) (id 10)] [New Thread 0xf36a3420 (LWP 1129318) (id 11)] [New Thread 0xf2ea2420 (LWP 1129319) (id 12)] [New Thread 0xf26a1420 (LWP 1129320) (id 13)] [New Thread 0xf1ea0420 (LWP 1129321) (id 14)] [New Thread 0xf169f420 (LWP 1129322) (id 15)] [New Thread 0xf0e9e420 (LWP 1129323) (id 16)] [New Thread 0xf069d420 (LWP 1129324) (id 17)] [New Thread 0xefe9c420 (LWP 1129325) (id 18)] [New Thread 0xef69b420 (LWP 1129326) (id 19)] [New Thread 0xeee9a420 (LWP 1129327) (id 20)] [New Thread 0xee699420 (LWP 1129328) (id 21)] [New Thread 0xede98420 (LWP 1129329) (id 22)] [New Thread 0xed697420 (LWP 1129330) (id 23)] [New Thread 0xece96420 (LWP 1129331) (id 24)] [New Thread 0xec695420 (LWP 1129332) (id 25)] [New Thread 0xebe94420 (LWP 1129333) (id 26)] [New Thread 0xeb693420 (LWP 1129334) (id 27)] [New Thread 0xeae92420 (LWP 1129335) (id 28)] [New Thread 0xea691420 (LWP 1129336) (id 29)] [New Thread 0xe9e90420 (LWP 1129337) (id 30)] [New Thread 0xe968f420 (LWP 1129338) (id 31)] [New Thread 0xe8e8e420 (LWP 1129339) (id 32)] [New Thread 0xe868d420 (LWP 1129340) (id 33)] [New Thread 0xe7e8c420 (LWP 1129341) (id 34)] [New Thread 0xe768b420 (LWP 1129342) (id 35)] [New Thread 0xe6e8a420 (LWP 1129343) (id 36)] [New Thread 0xe6689420 (LWP 1129344) (id 37)] [New Thread 0xe5e88420 (LWP 1129345) (id 38)] [New Thread 0xe5687420 (LWP 1129346) (id 39)] [New Thread 0xe4e86420 (LWP 1129347) (id 40)] [New Thread 0xe4685420 (LWP 1129348) (id 41)] [New Thread 0xe3e84420 (LWP 1129349) (id 42)] [New Thread 0xe3683420 (LWP 1129350) (id 43)] [New Thread 0xe2e82420 (LWP 1129351) (id 44)] [New Thread 0xe2681420 (LWP 1129352) (id 45)] [New Thread 0xe1e80420 (LWP 1129353) (id 46)] [New Thread 0xe167f420 (LWP 1129354) (id 47)] [New Thread 0xe0e7e420 (LWP 1129355) (id 48)] [New Thread 0xe067d420 (LWP 1129356) (id 49)] [New Thread 0xdfe7c420 (LWP 1129357) (id 50)] [New Thread 0xdf67b420 (LWP 1129358) (id 51)] [New Thread 0xdee7a420 (LWP 1129359) (id 52)] [New Thread 0xde679420 (LWP 1129360) (id 53)] [New Thread 0xdde78420 (LWP 1129361) (id 54)] [New Thread 0xdd677420 (LWP 1129362) (id 55)] [New Thread 0xdce76420 (LWP 1129363) (id 56)] [New Thread 0xdc675420 (LWP 1129364) (id 57)] [New Thread 0xdbe74420 (LWP 1129365) (id 58)] [New Thread 0xdb673420 (LWP 1129366) (id 59)] [New Thread 0xdae72420 (LWP 1129367) (id 60)] [New Thread 0xda671420 (LWP 1129368) (id 61)] [New Thread 0xd9e70420 (LWP 1129369) (id 62)] [New Thread 0xd966f420 (LWP 1129370) (id 63)] [New Thread 0xd8e6e420 (LWP 1129371) (id 64)] [New Thread 0xd866d420 (LWP 1129372) (id 65)] [New Thread 0xd7e6c420 (LWP 1129373) (id 66)] [New Thread 0xd766b420 (LWP 1129374) (id 67)] [New Thread 0xd6e6a420 (LWP 1129375) (id 68)] [New Thread 0xd6669420 (LWP 1129376) (id 69)] [New Thread 0xd5e68420 (LWP 1129377) (id 70)] [New Thread 0xd5667420 (LWP 1129378) (id 71)] [New Thread 0xd4e66420 (LWP 1129379) (id 72)] [New Thread 0xd4665420 (LWP 1129380) (id 73)] [New Thread 0xd3e64420 (LWP 1129381) (id 74)] [New Thread 0xd3663420 (LWP 1129382) (id 75)] [New Thread 0xd2e62420 (LWP 1129383) (id 76)] [New Thread 0xd2661420 (LWP 1129384) (id 77)] [New Thread 0xd1e60420 (LWP 1129385) (id 78)] [New Thread 0xd165f420 (LWP 1129386) (id 79)] [New Thread 0xd0e5e420 (LWP 1129387) (id 80)] [New Thread 0xd065d420 (LWP 1129388) (id 81)] [New Thread 0xcfe5c420 (LWP 1129389) (id 82)] [New Thread 0xcf65b420 (LWP 1129390) (id 83)] [New Thread 0xcee5a420 (LWP 1129391) (id 84)] [New Thread 0xce659420 (LWP 1129392) (id 85)] [New Thread 0xcde58420 (LWP 1129393) (id 86)] [New Thread 0xcd657420 (LWP 1129394) (id 87)] [New Thread 0xcce56420 (LWP 1129395) (id 88)] [New Thread 0xcc655420 (LWP 1129396) (id 89)] [New Thread 0xcbe54420 (LWP 1129397) (id 90)] [New Thread 0xcb653420 (LWP 1129398) (id 91)] [New Thread 0xcae52420 (LWP 1129399) (id 92)] [New Thread 0xca651420 (LWP 1129400) (id 93)] [New Thread 0xc9e50420 (LWP 1129401) (id 94)] [New Thread 0xc964f420 (LWP 1129402) (id 95)] [New Thread 0xc8e4e420 (LWP 1129403) (id 96)] [New Thread 0xc864d420 (LWP 1129404) (id 97)] [New Thread 0xc7e4c420 (LWP 1129405) (id 98)] [New Thread 0xc764b420 (LWP 1129406) (id 99)] [New Thread 0xc6e4a420 (LWP 1129407) (id 100)] [New Thread 0xc6649420 (LWP 1129408) (id 101)] [New Thread 0xc5e48420 (LWP 1129409) (id 102)] [New Thread 0xc5647420 (LWP 1129410) (id 103)] [New Thread 0xc4e46420 (LWP 1129411) (id 104)] [New Thread 0xc4645420 (LWP 1129412) (id 105)] [New Thread 0xc3e44420 (LWP 1129413) (id 106)] [New Thread 0xc3643420 (LWP 1129414) (id 107)] [New Thread 0xc2e42420 (LWP 1129415) (id 108)] [New Thread 0xc2641420 (LWP 1129416) (id 109)] [New Thread 0xc1e40420 (LWP 1129417) (id 110)] [New Thread 0xc163f420 (LWP 1129418) (id 111)] [New Thread 0xc0e3e420 (LWP 1129419) (id 112)] [New Thread 0xc063d420 (LWP 1129420) (id 113)] [New Thread 0xbfe3c420 (LWP 1129421) (id 114)] [New Thread 0xbf63b420 (LWP 1129422) (id 115)] [New Thread 0xbee3a420 (LWP 1129423) (id 116)] [New Thread 0xbe639420 (LWP 1129424) (id 117)] [New Thread 0xbde38420 (LWP 1129425) (id 118)] [New Thread 0xbd637420 (LWP 1129426) (id 119)] [New Thread 0xbce36420 (LWP 1129427) (id 120)] [New Thread 0xbc635420 (LWP 1129428) (id 121)] [New Thread 0xbbe34420 (LWP 1129429) (id 122)] [New Thread 0xbb633420 (LWP 1129430) (id 123)] [New Thread 0xbae32420 (LWP 1129431) (id 124)] [New Thread 0xba631420 (LWP 1129432) (id 125)] [New Thread 0xb9e30420 (LWP 1129433) (id 126)] [New Thread 0xb962f420 (LWP 1129434) (id 127)] [New Thread 0xb8e2e420 (LWP 1129435) (id 128)] [New Thread 0xb862d420 (LWP 1129436) (id 129)] [New Thread 0xb7e2c420 (LWP 1129437) (id 130)] [New Thread 0xb762b420 (LWP 1129438) (id 131)] [New Thread 0xb6e2a420 (LWP 1129439) (id 132)] [New Thread 0xb6629420 (LWP 1129440) (id 133)] [New Thread 0xb5e28420 (LWP 1129441) (id 134)] [New Thread 0xb5627420 (LWP 1129442) (id 135)] [New Thread 0xb4e26420 (LWP 1129443) (id 136)] [New Thread 0xb4625420 (LWP 1129444) (id 137)] [New Thread 0xb3e24420 (LWP 1129445) (id 138)] [New Thread 0xb3623420 (LWP 1129446) (id 139)] [New Thread 0xb2e22420 (LWP 1129447) (id 140)] [New Thread 0xb2621420 (LWP 1129448) (id 141)] [New Thread 0xb1e20420 (LWP 1129449) (id 142)] [New Thread 0xb161f420 (LWP 1129450) (id 143)] [New Thread 0xb0e1e420 (LWP 1129451) (id 144)] [New Thread 0xb061d420 (LWP 1129452) (id 145)] [New Thread 0xafe1c420 (LWP 1129453) (id 146)] [New Thread 0xaf61b420 (LWP 1129454) (id 147)] [New Thread 0xaee1a420 (LWP 1129455) (id 148)] [New Thread 0xae619420 (LWP 1129456) (id 149)] [New Thread 0xade18420 (LWP 1129457) (id 150)] [New Thread 0xad617420 (LWP 1129458) (id 151)] [New Thread 0xace16420 (LWP 1129459) (id 152)] [New Thread 0xac615420 (LWP 1129460) (id 153)] [New Thread 0xabe14420 (LWP 1129461) (id 154)] [New Thread 0xab613420 (LWP 1129462) (id 155)] [New Thread 0xaae12420 (LWP 1129463) (id 156)] [New Thread 0xaa611420 (LWP 1129464) (id 157)] [New Thread 0xa9e10420 (LWP 1129465) (id 158)] [New Thread 0xa960f420 (LWP 1129466) (id 159)] [New Thread 0xa8e0e420 (LWP 1129467) (id 160)] [New Thread 0xa860d420 (LWP 1129468) (id 161)] [New Thread 0xa7e0c420 (LWP 1129469) (id 162)] [New Thread 0xa760b420 (LWP 1129470) (id 163)] [New Thread 0xa6e0a420 (LWP 1129471) (id 164)] [New Thread 0xa6609420 (LWP 1129472) (id 165)] [New Thread 0xa5e08420 (LWP 1129473) (id 166)] [New Thread 0xa5607420 (LWP 1129474) (id 167)] [New Thread 0xa4e06420 (LWP 1129475) (id 168)] [New Thread 0xa4605420 (LWP 1129476) (id 169)] [New Thread 0xa3e04420 (LWP 1129477) (id 170)] [New Thread 0xa3603420 (LWP 1129478) (id 171)] [New Thread 0xa2e02420 (LWP 1129479) (id 172)] [New Thread 0xa2601420 (LWP 1129480) (id 173)] [New Thread 0xa1e00420 (LWP 1129481) (id 174)] [New Thread 0xa15ff420 (LWP 1129482) (id 175)] [New Thread 0xa0dfe420 (LWP 1129483) (id 176)] [New Thread 0xa05fd420 (LWP 1129484) (id 177)] [New Thread 0x9fdfc420 (LWP 1129485) (id 178)] [New Thread 0x9f5fb420 (LWP 1129486) (id 179)] [New Thread 0x9edfa420 (LWP 1129487) (id 180)] [New Thread 0x9e5f9420 (LWP 1129488) (id 181)] [New Thread 0x9ddf8420 (LWP 1129489) (id 182)] [New Thread 0x9d5f7420 (LWP 1129490) (id 183)] [New Thread 0x9cdf6420 (LWP 1129491) (id 184)] [New Thread 0x9c5f5420 (LWP 1129492) (id 185)] [New Thread 0x9bdf4420 (LWP 1129493) (id 186)] [New Thread 0x9b5f3420 (LWP 1129494) (id 187)] [New Thread 0x9adf2420 (LWP 1129495) (id 188)] [New Thread 0x9a5f1420 (LWP 1129496) (id 189)] [New Thread 0x99df0420 (LWP 1129497) (id 190)] [New Thread 0x995ef420 (LWP 1129498) (id 191)] [New Thread 0x98dee420 (LWP 1129499) (id 192)] [New Thread 0x985ed420 (LWP 1129500) (id 193)] [New Thread 0x97dec420 (LWP 1129501) (id 194)] [New Thread 0x975eb420 (LWP 1129502) (id 195)] [New Thread 0x96dea420 (LWP 1129503) (id 196)] [New Thread 0x965e9420 (LWP 1129504) (id 197)] [New Thread 0x95de8420 (LWP 1129505) (id 198)] [New Thread 0x955e7420 (LWP 1129506) (id 199)] [New Thread 0x94de6420 (LWP 1129507) (id 200)] [New Thread 0x945e5420 (LWP 1129508) (id 201)] [New Thread 0x93de4420 (LWP 1129509) (id 202)] [New Thread 0x935e3420 (LWP 1129510) (id 203)] [New Thread 0x92de2420 (LWP 1129511) (id 204)] [New Thread 0x925e1420 (LWP 1129512) (id 205)] [New Thread 0x91de0420 (LWP 1129513) (id 206)] [New Thread 0x915df420 (LWP 1129514) (id 207)] [New Thread 0x90dde420 (LWP 1129515) (id 208)] [New Thread 0x905dd420 (LWP 1129516) (id 209)] [New Thread 0x8fddc420 (LWP 1129517) (id 210)] [New Thread 0x8f5db420 (LWP 1129518) (id 211)] [New Thread 0x8edda420 (LWP 1129519) (id 212)] [New Thread 0x8e5d9420 (LWP 1129520) (id 213)] [New Thread 0x8ddd8420 (LWP 1129521) (id 214)] [New Thread 0x8d5d7420 (LWP 1129522) (id 215)] [New Thread 0x8cdd6420 (LWP 1129523) (id 216)] [New Thread 0x8c5d5420 (LWP 1129524) (id 217)] [New Thread 0x8bdd4420 (LWP 1129525) (id 218)] [New Thread 0x8b5d3420 (LWP 1129526) (id 219)] [New Thread 0x8add2420 (LWP 1129527) (id 220)] [New Thread 0x8a5d1420 (LWP 1129528) (id 221)] [New Thread 0x89dd0420 (LWP 1129529) (id 222)] [New Thread 0x895cf420 (LWP 1129530) (id 223)] [New Thread 0x88dce420 (LWP 1129531) (id 224)] [New Thread 0x885cd420 (LWP 1129532) (id 225)] [New Thread 0x87dcc420 (LWP 1129533) (id 226)] [New Thread 0x875cb420 (LWP 1129534) (id 227)] [New Thread 0x86dca420 (LWP 1129535) (id 228)] [New Thread 0x865c9420 (LWP 1129536) (id 229)] [New Thread 0x85dc8420 (LWP 1129537) (id 230)] [New Thread 0x855c7420 (LWP 1129538) (id 231)] [New Thread 0x84dc6420 (LWP 1129539) (id 232)] [New Thread 0x845c5420 (LWP 1129540) (id 233)] [New Thread 0x83dc4420 (LWP 1129541) (id 234)] [New Thread 0x835c3420 (LWP 1129542) (id 235)] [New Thread 0x82dc2420 (LWP 1129543) (id 236)] [New Thread 0x825c1420 (LWP 1129544) (id 237)] [New Thread 0x81dc0420 (LWP 1129545) (id 238)] [New Thread 0x815bf420 (LWP 1129546) (id 239)] [New Thread 0x80dbe420 (LWP 1129547) (id 240)] [New Thread 0x805bd420 (LWP 1129548) (id 241)] [New Thread 0x7fdbc420 (LWP 1129549) (id 242)] [New Thread 0x7f5bb420 (LWP 1129550) (id 243)] [New Thread 0x7edba420 (LWP 1129551) (id 244)] [New Thread 0x7e5b9420 (LWP 1129552) (id 245)] [New Thread 0x7ddb8420 (LWP 1129553) (id 246)] [New Thread 0x7d5b7420 (LWP 1129554) (id 247)] [New Thread 0x7cdb6420 (LWP 1129555) (id 248)] [New Thread 0x7c5b5420 (LWP 1129556) (id 249)] [New Thread 0x7bdb4420 (LWP 1129557) (id 250)] [New Thread 0x7b5b3420 (LWP 1129558) (id 251)] [New Thread 0x7adb2420 (LWP 1129559) (id 252)] [New Thread 0x7a5b1420 (LWP 1129560) (id 253)] [New Thread 0x79db0420 (LWP 1129561) (id 254)] [New Thread 0x795af420 (LWP 1129562) (id 255)] [New Thread 0x78dae420 (LWP 1129563) (id 256)] [New Thread 0x785ad420 (LWP 1129564) (id 257)] [Switching to Thread 0x81dc0420 (LWP 1129545)] Thread 238 "process-dies-wh" hit Temporary breakpoint 2.1, __GI__exit (status=0) at ../sysdeps/unix/sysv/linux/_exit.c:30 warning: 30 ../sysdeps/unix/sysv/linux/_exit.c: No such file or directory (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: continue to breakpoint: _exit detach Detaching from program: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-detach, process 1129307 [Inferior 1 (process 1129307) detached] (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: detach Starting logfile: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/gdb.in.2 builtin_spawn /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/../../gdb/gdb -nw -nx -q -iex set height 0 -iex set width 0 -data-directory /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/data-directory -iex set interactive-mode on (gdb) set height 0 (gdb) set width 0 (gdb) dir Reinitialize source path to empty? (y or n) y Source directories searched: $cdir:$cwd (gdb) dir /home/tcwg-buildslave/workspace/tcwg_gnu_3/gdb/gdb/testsuite/gdb.threads Source directories searched: /home/tcwg-buildslave/workspace/tcwg_gnu_3/gdb/gdb/testsuite/gdb.threads:$cdir:$cwd (gdb) kill The program is not being run. (gdb) file /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-detach Reading symbols from /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-detach... (gdb) delete breakpoints (gdb) info breakpoints No breakpoints, watchpoints, tracepoints, or catchpoints. (gdb) break -qualified main Breakpoint 1 at 0x684: file /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c, line 119. (gdb) run Starting program: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-detach [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". Breakpoint 1, main () at /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c:119 119 mypid = getpid (); (gdb) set can-use-hw-watchpoints 0 (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:sw: set can-use-hw-watchpoints 0 tbreak _exit Temporary breakpoint 2 at 0xf7f35408: _exit. (2 locations) (gdb) continue Continuing. [New Thread 0xf7eac420 (LWP 1129601) (id 2)] [New Thread 0xf76ab420 (LWP 1129602) (id 3)] [New Thread 0xf6eaa420 (LWP 1129603) (id 4)] [New Thread 0xf66a9420 (LWP 1129604) (id 5)] [New Thread 0xf5ea8420 (LWP 1129605) (id 6)] [New Thread 0xf56a7420 (LWP 1129606) (id 7)] [New Thread 0xf4ea6420 (LWP 1129607) (id 8)] [New Thread 0xf46a5420 (LWP 1129608) (id 9)] [New Thread 0xf3ea4420 (LWP 1129609) (id 10)] [New Thread 0xf36a3420 (LWP 1129610) (id 11)] [New Thread 0xf2ea2420 (LWP 1129611) (id 12)] [New Thread 0xf26a1420 (LWP 1129612) (id 13)] [New Thread 0xf1ea0420 (LWP 1129613) (id 14)] [New Thread 0xf169f420 (LWP 1129614) (id 15)] [New Thread 0xf0e9e420 (LWP 1129615) (id 16)] [New Thread 0xf069d420 (LWP 1129616) (id 17)] [New Thread 0xefe9c420 (LWP 1129617) (id 18)] [New Thread 0xef69b420 (LWP 1129618) (id 19)] [New Thread 0xeee9a420 (LWP 1129619) (id 20)] [New Thread 0xee699420 (LWP 1129620) (id 21)] [New Thread 0xede98420 (LWP 1129621) (id 22)] [New Thread 0xed697420 (LWP 1129622) (id 23)] [New Thread 0xece96420 (LWP 1129623) (id 24)] [New Thread 0xec695420 (LWP 1129624) (id 25)] [New Thread 0xebe94420 (LWP 1129625) (id 26)] [New Thread 0xeb693420 (LWP 1129626) (id 27)] [New Thread 0xeae92420 (LWP 1129627) (id 28)] [New Thread 0xea691420 (LWP 1129628) (id 29)] [New Thread 0xe9e90420 (LWP 1129629) (id 30)] [New Thread 0xe968f420 (LWP 1129630) (id 31)] [New Thread 0xe8e8e420 (LWP 1129631) (id 32)] [New Thread 0xe868d420 (LWP 1129632) (id 33)] [New Thread 0xe7e8c420 (LWP 1129633) (id 34)] [New Thread 0xe768b420 (LWP 1129634) (id 35)] [New Thread 0xe6e8a420 (LWP 1129635) (id 36)] [New Thread 0xe6689420 (LWP 1129636) (id 37)] [New Thread 0xe5e88420 (LWP 1129637) (id 38)] [New Thread 0xe5687420 (LWP 1129638) (id 39)] [New Thread 0xe4e86420 (LWP 1129639) (id 40)] [New Thread 0xe4685420 (LWP 1129640) (id 41)] [New Thread 0xe3e84420 (LWP 1129641) (id 42)] [New Thread 0xe3683420 (LWP 1129642) (id 43)] [New Thread 0xe2e82420 (LWP 1129643) (id 44)] [New Thread 0xe2681420 (LWP 1129644) (id 45)] [New Thread 0xe1e80420 (LWP 1129645) (id 46)] [New Thread 0xe167f420 (LWP 1129646) (id 47)] [New Thread 0xe0e7e420 (LWP 1129647) (id 48)] [New Thread 0xe067d420 (LWP 1129648) (id 49)] [New Thread 0xdfe7c420 (LWP 1129649) (id 50)] [New Thread 0xdf67b420 (LWP 1129650) (id 51)] [New Thread 0xdee7a420 (LWP 1129651) (id 52)] [New Thread 0xde679420 (LWP 1129652) (id 53)] [New Thread 0xdde78420 (LWP 1129653) (id 54)] [New Thread 0xdd677420 (LWP 1129654) (id 55)] [New Thread 0xdce76420 (LWP 1129655) (id 56)] [New Thread 0xdc675420 (LWP 1129656) (id 57)] [New Thread 0xdbe74420 (LWP 1129657) (id 58)] [New Thread 0xdb673420 (LWP 1129658) (id 59)] [New Thread 0xdae72420 (LWP 1129659) (id 60)] [New Thread 0xda671420 (LWP 1129660) (id 61)] [New Thread 0xd9e70420 (LWP 1129661) (id 62)] [New Thread 0xd966f420 (LWP 1129662) (id 63)] [New Thread 0xd8e6e420 (LWP 1129663) (id 64)] [New Thread 0xd866d420 (LWP 1129664) (id 65)] [New Thread 0xd7e6c420 (LWP 1129665) (id 66)] [New Thread 0xd766b420 (LWP 1129666) (id 67)] [New Thread 0xd6e6a420 (LWP 1129667) (id 68)] [New Thread 0xd6669420 (LWP 1129668) (id 69)] [New Thread 0xd5e68420 (LWP 1129669) (id 70)] [New Thread 0xd5667420 (LWP 1129670) (id 71)] [New Thread 0xd4e66420 (LWP 1129671) (id 72)] [New Thread 0xd4665420 (LWP 1129672) (id 73)] [New Thread 0xd3e64420 (LWP 1129673) (id 74)] [New Thread 0xd3663420 (LWP 1129674) (id 75)] [New Thread 0xd2e62420 (LWP 1129675) (id 76)] [New Thread 0xd2661420 (LWP 1129676) (id 77)] [New Thread 0xd1e60420 (LWP 1129677) (id 78)] [New Thread 0xd165f420 (LWP 1129678) (id 79)] [New Thread 0xd0e5e420 (LWP 1129679) (id 80)] [New Thread 0xd065d420 (LWP 1129680) (id 81)] [New Thread 0xcfe5c420 (LWP 1129681) (id 82)] [New Thread 0xcf65b420 (LWP 1129682) (id 83)] [New Thread 0xcee5a420 (LWP 1129683) (id 84)] [New Thread 0xce659420 (LWP 1129684) (id 85)] [New Thread 0xcde58420 (LWP 1129685) (id 86)] [New Thread 0xcd657420 (LWP 1129686) (id 87)] [New Thread 0xcce56420 (LWP 1129687) (id 88)] [New Thread 0xcc655420 (LWP 1129688) (id 89)] [New Thread 0xcbe54420 (LWP 1129689) (id 90)] [New Thread 0xcb653420 (LWP 1129690) (id 91)] [New Thread 0xcae52420 (LWP 1129691) (id 92)] [New Thread 0xca651420 (LWP 1129692) (id 93)] [New Thread 0xc9e50420 (LWP 1129693) (id 94)] [New Thread 0xc964f420 (LWP 1129694) (id 95)] [New Thread 0xc8e4e420 (LWP 1129695) (id 96)] [New Thread 0xc864d420 (LWP 1129696) (id 97)] [New Thread 0xc7e4c420 (LWP 1129697) (id 98)] [New Thread 0xc764b420 (LWP 1129698) (id 99)] [New Thread 0xc6e4a420 (LWP 1129699) (id 100)] [New Thread 0xc6649420 (LWP 1129700) (id 101)] [New Thread 0xc5e48420 (LWP 1129701) (id 102)] [New Thread 0xc5647420 (LWP 1129702) (id 103)] [New Thread 0xc4e46420 (LWP 1129703) (id 104)] [New Thread 0xc4645420 (LWP 1129704) (id 105)] [New Thread 0xc3e44420 (LWP 1129705) (id 106)] [New Thread 0xc3643420 (LWP 1129706) (id 107)] [New Thread 0xc2e42420 (LWP 1129707) (id 108)] [New Thread 0xc2641420 (LWP 1129708) (id 109)] [New Thread 0xc1e40420 (LWP 1129709) (id 110)] [New Thread 0xc163f420 (LWP 1129710) (id 111)] [New Thread 0xc0e3e420 (LWP 1129711) (id 112)] [New Thread 0xc063d420 (LWP 1129712) (id 113)] [New Thread 0xbfe3c420 (LWP 1129713) (id 114)] [New Thread 0xbf63b420 (LWP 1129714) (id 115)] [New Thread 0xbee3a420 (LWP 1129715) (id 116)] [New Thread 0xbe639420 (LWP 1129716) (id 117)] [New Thread 0xbde38420 (LWP 1129717) (id 118)] [New Thread 0xbd637420 (LWP 1129718) (id 119)] [New Thread 0xbce36420 (LWP 1129719) (id 120)] [New Thread 0xbc635420 (LWP 1129720) (id 121)] [New Thread 0xbbe34420 (LWP 1129721) (id 122)] [New Thread 0xbb633420 (LWP 1129722) (id 123)] [New Thread 0xbae32420 (LWP 1129723) (id 124)] [New Thread 0xba631420 (LWP 1129724) (id 125)] [New Thread 0xb9e30420 (LWP 1129725) (id 126)] [New Thread 0xb962f420 (LWP 1129726) (id 127)] [New Thread 0xb8e2e420 (LWP 1129727) (id 128)] [New Thread 0xb862d420 (LWP 1129728) (id 129)] [New Thread 0xb7e2c420 (LWP 1129729) (id 130)] [New Thread 0xb762b420 (LWP 1129730) (id 131)] [New Thread 0xb6e2a420 (LWP 1129731) (id 132)] [New Thread 0xb6629420 (LWP 1129732) (id 133)] [New Thread 0xb5e28420 (LWP 1129733) (id 134)] [New Thread 0xb5627420 (LWP 1129734) (id 135)] [New Thread 0xb4e26420 (LWP 1129735) (id 136)] [New Thread 0xb4625420 (LWP 1129736) (id 137)] [New Thread 0xb3e24420 (LWP 1129737) (id 138)] [New Thread 0xb3623420 (LWP 1129738) (id 139)] [New Thread 0xb2e22420 (LWP 1129739) (id 140)] [New Thread 0xb2621420 (LWP 1129740) (id 141)] [New Thread 0xb1e20420 (LWP 1129741) (id 142)] [New Thread 0xb161f420 (LWP 1129742) (id 143)] [New Thread 0xb0e1e420 (LWP 1129743) (id 144)] [New Thread 0xb061d420 (LWP 1129744) (id 145)] [New Thread 0xafe1c420 (LWP 1129745) (id 146)] [New Thread 0xaf61b420 (LWP 1129746) (id 147)] [New Thread 0xaee1a420 (LWP 1129747) (id 148)] [New Thread 0xae619420 (LWP 1129748) (id 149)] [New Thread 0xade18420 (LWP 1129749) (id 150)] [New Thread 0xad617420 (LWP 1129750) (id 151)] [New Thread 0xace16420 (LWP 1129751) (id 152)] [New Thread 0xac615420 (LWP 1129752) (id 153)] [New Thread 0xabe14420 (LWP 1129753) (id 154)] [New Thread 0xab613420 (LWP 1129754) (id 155)] [New Thread 0xaae12420 (LWP 1129755) (id 156)] [New Thread 0xaa611420 (LWP 1129756) (id 157)] [New Thread 0xa9e10420 (LWP 1129757) (id 158)] [New Thread 0xa960f420 (LWP 1129758) (id 159)] [New Thread 0xa8e0e420 (LWP 1129759) (id 160)] [New Thread 0xa860d420 (LWP 1129760) (id 161)] [New Thread 0xa7e0c420 (LWP 1129761) (id 162)] [New Thread 0xa760b420 (LWP 1129762) (id 163)] [New Thread 0xa6e0a420 (LWP 1129763) (id 164)] [New Thread 0xa6609420 (LWP 1129764) (id 165)] [New Thread 0xa5e08420 (LWP 1129765) (id 166)] [New Thread 0xa5607420 (LWP 1129766) (id 167)] [New Thread 0xa4e06420 (LWP 1129767) (id 168)] [New Thread 0xa4605420 (LWP 1129768) (id 169)] [New Thread 0xa3e04420 (LWP 1129769) (id 170)] [New Thread 0xa3603420 (LWP 1129770) (id 171)] [New Thread 0xa2e02420 (LWP 1129771) (id 172)] [New Thread 0xa2601420 (LWP 1129772) (id 173)] [New Thread 0xa1e00420 (LWP 1129773) (id 174)] [New Thread 0xa15ff420 (LWP 1129774) (id 175)] [New Thread 0xa0dfe420 (LWP 1129775) (id 176)] [New Thread 0xa05fd420 (LWP 1129776) (id 177)] [New Thread 0x9fdfc420 (LWP 1129777) (id 178)] [New Thread 0x9f5fb420 (LWP 1129778) (id 179)] [New Thread 0x9edfa420 (LWP 1129779) (id 180)] [New Thread 0x9e5f9420 (LWP 1129780) (id 181)] [New Thread 0x9ddf8420 (LWP 1129781) (id 182)] [New Thread 0x9d5f7420 (LWP 1129782) (id 183)] [New Thread 0x9cdf6420 (LWP 1129783) (id 184)] [New Thread 0x9c5f5420 (LWP 1129784) (id 185)] [New Thread 0x9bdf4420 (LWP 1129785) (id 186)] [New Thread 0x9b5f3420 (LWP 1129786) (id 187)] [New Thread 0x9adf2420 (LWP 1129787) (id 188)] [New Thread 0x9a5f1420 (LWP 1129788) (id 189)] [New Thread 0x99df0420 (LWP 1129789) (id 190)] [New Thread 0x995ef420 (LWP 1129790) (id 191)] [New Thread 0x98dee420 (LWP 1129791) (id 192)] [New Thread 0x985ed420 (LWP 1129792) (id 193)] [New Thread 0x97dec420 (LWP 1129793) (id 194)] [New Thread 0x975eb420 (LWP 1129794) (id 195)] [New Thread 0x96dea420 (LWP 1129795) (id 196)] [New Thread 0x965e9420 (LWP 1129796) (id 197)] [New Thread 0x95de8420 (LWP 1129797) (id 198)] [New Thread 0x955e7420 (LWP 1129798) (id 199)] [New Thread 0x94de6420 (LWP 1129799) (id 200)] [New Thread 0x945e5420 (LWP 1129800) (id 201)] [New Thread 0x93de4420 (LWP 1129801) (id 202)] [New Thread 0x935e3420 (LWP 1129802) (id 203)] [New Thread 0x92de2420 (LWP 1129803) (id 204)] [New Thread 0x925e1420 (LWP 1129804) (id 205)] [New Thread 0x91de0420 (LWP 1129805) (id 206)] [New Thread 0x915df420 (LWP 1129806) (id 207)] [New Thread 0x90dde420 (LWP 1129807) (id 208)] [New Thread 0x905dd420 (LWP 1129808) (id 209)] [New Thread 0x8fddc420 (LWP 1129809) (id 210)] [New Thread 0x8f5db420 (LWP 1129810) (id 211)] [New Thread 0x8edda420 (LWP 1129811) (id 212)] [New Thread 0x8e5d9420 (LWP 1129812) (id 213)] [New Thread 0x8ddd8420 (LWP 1129813) (id 214)] [New Thread 0x8d5d7420 (LWP 1129814) (id 215)] [New Thread 0x8cdd6420 (LWP 1129815) (id 216)] [New Thread 0x8c5d5420 (LWP 1129816) (id 217)] [New Thread 0x8bdd4420 (LWP 1129817) (id 218)] [New Thread 0x8b5d3420 (LWP 1129818) (id 219)] [New Thread 0x8add2420 (LWP 1129819) (id 220)] [New Thread 0x8a5d1420 (LWP 1129820) (id 221)] [New Thread 0x89dd0420 (LWP 1129821) (id 222)] [New Thread 0x895cf420 (LWP 1129822) (id 223)] [New Thread 0x88dce420 (LWP 1129823) (id 224)] [New Thread 0x885cd420 (LWP 1129824) (id 225)] [New Thread 0x87dcc420 (LWP 1129825) (id 226)] [New Thread 0x875cb420 (LWP 1129826) (id 227)] [New Thread 0x86dca420 (LWP 1129827) (id 228)] [New Thread 0x865c9420 (LWP 1129828) (id 229)] [New Thread 0x85dc8420 (LWP 1129829) (id 230)] [New Thread 0x855c7420 (LWP 1129830) (id 231)] [New Thread 0x84dc6420 (LWP 1129831) (id 232)] [New Thread 0x845c5420 (LWP 1129832) (id 233)] [New Thread 0x83dc4420 (LWP 1129833) (id 234)] [New Thread 0x835c3420 (LWP 1129834) (id 235)] [New Thread 0x82dc2420 (LWP 1129835) (id 236)] [New Thread 0x825c1420 (LWP 1129836) (id 237)] [New Thread 0x81dc0420 (LWP 1129837) (id 238)] [New Thread 0x815bf420 (LWP 1129838) (id 239)] [New Thread 0x80dbe420 (LWP 1129839) (id 240)] [New Thread 0x805bd420 (LWP 1129840) (id 241)] [New Thread 0x7fdbc420 (LWP 1129841) (id 242)] [New Thread 0x7f5bb420 (LWP 1129842) (id 243)] [New Thread 0x7edba420 (LWP 1129843) (id 244)] [New Thread 0x7e5b9420 (LWP 1129844) (id 245)] [New Thread 0x7ddb8420 (LWP 1129845) (id 246)] [New Thread 0x7d5b7420 (LWP 1129846) (id 247)] [New Thread 0x7cdb6420 (LWP 1129847) (id 248)] [New Thread 0x7c5b5420 (LWP 1129848) (id 249)] [New Thread 0x7bdb4420 (LWP 1129849) (id 250)] [New Thread 0x7b5b3420 (LWP 1129850) (id 251)] [New Thread 0x7adb2420 (LWP 1129851) (id 252)] [New Thread 0x7a5b1420 (LWP 1129852) (id 253)] [New Thread 0x79db0420 (LWP 1129853) (id 254)] [New Thread 0x795af420 (LWP 1129854) (id 255)] [New Thread 0x78dae420 (LWP 1129855) (id 256)] [New Thread 0x785ad420 (LWP 1129856) (id 257)] [Switching to Thread 0x81dc0420 (LWP 1129837)] Thread 238 "process-dies-wh" hit Temporary breakpoint 2.1, __GI__exit (status=0) at ../sysdeps/unix/sysv/linux/_exit.c:30 warning: 30 ../sysdeps/unix/sysv/linux/_exit.c: No such file or directory (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:sw: continue to breakpoint: _exit watch globalvar Watchpoint 3: globalvar (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:sw: watch globalvar detach Detaching from program: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-detach, process 1129599 [Inferior 1 (process 1129599) detached] (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:sw: detach Starting logfile: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/gdb.in.3 builtin_spawn /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/../../gdb/gdb -nw -nx -q -iex set height 0 -iex set width 0 -data-directory /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/data-directory -iex set interactive-mode on (gdb) set height 0 (gdb) set width 0 (gdb) dir Reinitialize source path to empty? (y or n) y Source directories searched: $cdir:$cwd (gdb) dir /home/tcwg-buildslave/workspace/tcwg_gnu_3/gdb/gdb/testsuite/gdb.threads Source directories searched: /home/tcwg-buildslave/workspace/tcwg_gnu_3/gdb/gdb/testsuite/gdb.threads:$cdir:$cwd (gdb) kill The program is not being run. (gdb) file /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-detach Reading symbols from /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-detach... (gdb) delete breakpoints (gdb) info breakpoints No breakpoints, watchpoints, tracepoints, or catchpoints. (gdb) break -qualified main Breakpoint 1 at 0x684: file /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c, line 119. (gdb) run Starting program: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-detach [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". Breakpoint 1, main () at /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c:119 119 mypid = getpid (); (gdb) watch globalvar Hardware watchpoint 2: globalvar (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:hw: watch globalvar tbreak _exit Temporary breakpoint 3 at 0xf7f35408: _exit. (2 locations) (gdb) continue Continuing. [New Thread 0xf7eac420 (LWP 1129893) (id 2)] [New Thread 0xf76ab420 (LWP 1129894) (id 3)] [New Thread 0xf6eaa420 (LWP 1129895) (id 4)] [New Thread 0xf66a9420 (LWP 1129896) (id 5)] [New Thread 0xf5ea8420 (LWP 1129897) (id 6)] [New Thread 0xf56a7420 (LWP 1129898) (id 7)] [New Thread 0xf4ea6420 (LWP 1129899) (id 8)] [New Thread 0xf46a5420 (LWP 1129900) (id 9)] [New Thread 0xf3ea4420 (LWP 1129901) (id 10)] [New Thread 0xf36a3420 (LWP 1129902) (id 11)] [New Thread 0xf2ea2420 (LWP 1129903) (id 12)] [New Thread 0xf26a1420 (LWP 1129904) (id 13)] [New Thread 0xf1ea0420 (LWP 1129905) (id 14)] [New Thread 0xf169f420 (LWP 1129906) (id 15)] [New Thread 0xf0e9e420 (LWP 1129907) (id 16)] [New Thread 0xf069d420 (LWP 1129908) (id 17)] [New Thread 0xefe9c420 (LWP 1129909) (id 18)] [New Thread 0xef69b420 (LWP 1129910) (id 19)] [New Thread 0xeee9a420 (LWP 1129911) (id 20)] [New Thread 0xee699420 (LWP 1129912) (id 21)] [New Thread 0xede98420 (LWP 1129913) (id 22)] [New Thread 0xed697420 (LWP 1129914) (id 23)] [New Thread 0xece96420 (LWP 1129915) (id 24)] [New Thread 0xec695420 (LWP 1129916) (id 25)] [New Thread 0xebe94420 (LWP 1129917) (id 26)] [New Thread 0xeb693420 (LWP 1129918) (id 27)] [New Thread 0xeae92420 (LWP 1129919) (id 28)] [New Thread 0xea691420 (LWP 1129920) (id 29)] [New Thread 0xe9e90420 (LWP 1129921) (id 30)] [New Thread 0xe968f420 (LWP 1129922) (id 31)] [New Thread 0xe8e8e420 (LWP 1129923) (id 32)] [New Thread 0xe868d420 (LWP 1129924) (id 33)] [New Thread 0xe7e8c420 (LWP 1129925) (id 34)] [New Thread 0xe768b420 (LWP 1129926) (id 35)] [New Thread 0xe6e8a420 (LWP 1129927) (id 36)] [New Thread 0xe6689420 (LWP 1129928) (id 37)] [New Thread 0xe5e88420 (LWP 1129929) (id 38)] [New Thread 0xe5687420 (LWP 1129930) (id 39)] [New Thread 0xe4e86420 (LWP 1129931) (id 40)] [New Thread 0xe4685420 (LWP 1129932) (id 41)] [New Thread 0xe3e84420 (LWP 1129933) (id 42)] [New Thread 0xe3683420 (LWP 1129934) (id 43)] [New Thread 0xe2e82420 (LWP 1129935) (id 44)] [New Thread 0xe2681420 (LWP 1129936) (id 45)] [New Thread 0xe1e80420 (LWP 1129937) (id 46)] [New Thread 0xe167f420 (LWP 1129938) (id 47)] [New Thread 0xe0e7e420 (LWP 1129939) (id 48)] [New Thread 0xe067d420 (LWP 1129940) (id 49)] [New Thread 0xdfe7c420 (LWP 1129941) (id 50)] [New Thread 0xdf67b420 (LWP 1129942) (id 51)] [New Thread 0xdee7a420 (LWP 1129943) (id 52)] [New Thread 0xde679420 (LWP 1129944) (id 53)] [New Thread 0xdde78420 (LWP 1129945) (id 54)] [New Thread 0xdd677420 (LWP 1129946) (id 55)] [New Thread 0xdce76420 (LWP 1129947) (id 56)] [New Thread 0xdc675420 (LWP 1129948) (id 57)] [New Thread 0xdbe74420 (LWP 1129949) (id 58)] [New Thread 0xdb673420 (LWP 1129950) (id 59)] [New Thread 0xdae72420 (LWP 1129951) (id 60)] [New Thread 0xda671420 (LWP 1129952) (id 61)] [New Thread 0xd9e70420 (LWP 1129953) (id 62)] [New Thread 0xd966f420 (LWP 1129954) (id 63)] [New Thread 0xd8e6e420 (LWP 1129955) (id 64)] [New Thread 0xd866d420 (LWP 1129956) (id 65)] [New Thread 0xd7e6c420 (LWP 1129957) (id 66)] [New Thread 0xd766b420 (LWP 1129958) (id 67)] [New Thread 0xd6e6a420 (LWP 1129959) (id 68)] [New Thread 0xd6669420 (LWP 1129960) (id 69)] [New Thread 0xd5e68420 (LWP 1129961) (id 70)] [New Thread 0xd5667420 (LWP 1129962) (id 71)] [New Thread 0xd4e66420 (LWP 1129963) (id 72)] [New Thread 0xd4665420 (LWP 1129964) (id 73)] [New Thread 0xd3e64420 (LWP 1129965) (id 74)] [New Thread 0xd3663420 (LWP 1129966) (id 75)] [New Thread 0xd2e62420 (LWP 1129967) (id 76)] [New Thread 0xd2661420 (LWP 1129968) (id 77)] [New Thread 0xd1e60420 (LWP 1129969) (id 78)] [New Thread 0xd165f420 (LWP 1129970) (id 79)] [New Thread 0xd0e5e420 (LWP 1129971) (id 80)] [New Thread 0xd065d420 (LWP 1129972) (id 81)] [New Thread 0xcfe5c420 (LWP 1129973) (id 82)] [New Thread 0xcf65b420 (LWP 1129974) (id 83)] [New Thread 0xcee5a420 (LWP 1129975) (id 84)] [New Thread 0xce659420 (LWP 1129976) (id 85)] [New Thread 0xcde58420 (LWP 1129977) (id 86)] [New Thread 0xcd657420 (LWP 1129978) (id 87)] [New Thread 0xcce56420 (LWP 1129979) (id 88)] [New Thread 0xcc655420 (LWP 1129980) (id 89)] [New Thread 0xcbe54420 (LWP 1129981) (id 90)] [New Thread 0xcb653420 (LWP 1129982) (id 91)] [New Thread 0xcae52420 (LWP 1129983) (id 92)] [New Thread 0xca651420 (LWP 1129984) (id 93)] [New Thread 0xc9e50420 (LWP 1129985) (id 94)] [New Thread 0xc964f420 (LWP 1129986) (id 95)] [New Thread 0xc8e4e420 (LWP 1129987) (id 96)] [New Thread 0xc864d420 (LWP 1129988) (id 97)] [New Thread 0xc7e4c420 (LWP 1129989) (id 98)] [New Thread 0xc764b420 (LWP 1129990) (id 99)] [New Thread 0xc6e4a420 (LWP 1129991) (id 100)] [New Thread 0xc6649420 (LWP 1129992) (id 101)] [New Thread 0xc5e48420 (LWP 1129993) (id 102)] [New Thread 0xc5647420 (LWP 1129994) (id 103)] [New Thread 0xc4e46420 (LWP 1129995) (id 104)] [New Thread 0xc4645420 (LWP 1129996) (id 105)] [New Thread 0xc3e44420 (LWP 1129997) (id 106)] [New Thread 0xc3643420 (LWP 1129998) (id 107)] [New Thread 0xc2e42420 (LWP 1129999) (id 108)] [New Thread 0xc2641420 (LWP 1130000) (id 109)] [New Thread 0xc1e40420 (LWP 1130001) (id 110)] [New Thread 0xc163f420 (LWP 1130002) (id 111)] [New Thread 0xc0e3e420 (LWP 1130003) (id 112)] [New Thread 0xc063d420 (LWP 1130004) (id 113)] [New Thread 0xbfe3c420 (LWP 1130005) (id 114)] [New Thread 0xbf63b420 (LWP 1130006) (id 115)] [New Thread 0xbee3a420 (LWP 1130007) (id 116)] [New Thread 0xbe639420 (LWP 1130008) (id 117)] [New Thread 0xbde38420 (LWP 1130009) (id 118)] [New Thread 0xbd637420 (LWP 1130010) (id 119)] [New Thread 0xbce36420 (LWP 1130011) (id 120)] [New Thread 0xbc635420 (LWP 1130012) (id 121)] [New Thread 0xbbe34420 (LWP 1130013) (id 122)] [New Thread 0xbb633420 (LWP 1130014) (id 123)] [New Thread 0xbae32420 (LWP 1130015) (id 124)] [New Thread 0xba631420 (LWP 1130016) (id 125)] [New Thread 0xb9e30420 (LWP 1130017) (id 126)] [New Thread 0xb962f420 (LWP 1130018) (id 127)] [New Thread 0xb8e2e420 (LWP 1130019) (id 128)] [New Thread 0xb862d420 (LWP 1130020) (id 129)] [New Thread 0xb7e2c420 (LWP 1130021) (id 130)] [New Thread 0xb762b420 (LWP 1130022) (id 131)] [New Thread 0xb6e2a420 (LWP 1130023) (id 132)] [New Thread 0xb6629420 (LWP 1130024) (id 133)] [New Thread 0xb5e28420 (LWP 1130025) (id 134)] [New Thread 0xb5627420 (LWP 1130026) (id 135)] [New Thread 0xb4e26420 (LWP 1130027) (id 136)] [New Thread 0xb4625420 (LWP 1130028) (id 137)] [New Thread 0xb3e24420 (LWP 1130029) (id 138)] [New Thread 0xb3623420 (LWP 1130030) (id 139)] [New Thread 0xb2e22420 (LWP 1130031) (id 140)] [New Thread 0xb2621420 (LWP 1130032) (id 141)] [New Thread 0xb1e20420 (LWP 1130033) (id 142)] [New Thread 0xb161f420 (LWP 1130034) (id 143)] [New Thread 0xb0e1e420 (LWP 1130035) (id 144)] [New Thread 0xb061d420 (LWP 1130036) (id 145)] [New Thread 0xafe1c420 (LWP 1130037) (id 146)] [New Thread 0xaf61b420 (LWP 1130038) (id 147)] [New Thread 0xaee1a420 (LWP 1130039) (id 148)] [New Thread 0xae619420 (LWP 1130040) (id 149)] [New Thread 0xade18420 (LWP 1130041) (id 150)] [New Thread 0xad617420 (LWP 1130042) (id 151)] [New Thread 0xace16420 (LWP 1130043) (id 152)] [New Thread 0xac615420 (LWP 1130044) (id 153)] [New Thread 0xabe14420 (LWP 1130045) (id 154)] [New Thread 0xab613420 (LWP 1130046) (id 155)] [New Thread 0xaae12420 (LWP 1130047) (id 156)] [New Thread 0xaa611420 (LWP 1130048) (id 157)] [New Thread 0xa9e10420 (LWP 1130049) (id 158)] [New Thread 0xa960f420 (LWP 1130050) (id 159)] [New Thread 0xa8e0e420 (LWP 1130051) (id 160)] [New Thread 0xa860d420 (LWP 1130052) (id 161)] [New Thread 0xa7e0c420 (LWP 1130053) (id 162)] [New Thread 0xa760b420 (LWP 1130054) (id 163)] [New Thread 0xa6e0a420 (LWP 1130055) (id 164)] [New Thread 0xa6609420 (LWP 1130056) (id 165)] [New Thread 0xa5e08420 (LWP 1130057) (id 166)] [New Thread 0xa5607420 (LWP 1130058) (id 167)] [New Thread 0xa4e06420 (LWP 1130059) (id 168)] [New Thread 0xa4605420 (LWP 1130060) (id 169)] [New Thread 0xa3e04420 (LWP 1130061) (id 170)] [New Thread 0xa3603420 (LWP 1130062) (id 171)] [New Thread 0xa2e02420 (LWP 1130063) (id 172)] [New Thread 0xa2601420 (LWP 1130064) (id 173)] [New Thread 0xa1e00420 (LWP 1130065) (id 174)] [New Thread 0xa15ff420 (LWP 1130066) (id 175)] [New Thread 0xa0dfe420 (LWP 1130067) (id 176)] [New Thread 0xa05fd420 (LWP 1130068) (id 177)] [New Thread 0x9fdfc420 (LWP 1130069) (id 178)] [New Thread 0x9f5fb420 (LWP 1130070) (id 179)] [New Thread 0x9edfa420 (LWP 1130071) (id 180)] [New Thread 0x9e5f9420 (LWP 1130072) (id 181)] [New Thread 0x9ddf8420 (LWP 1130073) (id 182)] [New Thread 0x9d5f7420 (LWP 1130074) (id 183)] [New Thread 0x9cdf6420 (LWP 1130075) (id 184)] [New Thread 0x9c5f5420 (LWP 1130076) (id 185)] [New Thread 0x9bdf4420 (LWP 1130077) (id 186)] [New Thread 0x9b5f3420 (LWP 1130078) (id 187)] [New Thread 0x9adf2420 (LWP 1130079) (id 188)] [New Thread 0x9a5f1420 (LWP 1130080) (id 189)] [New Thread 0x99df0420 (LWP 1130081) (id 190)] [New Thread 0x995ef420 (LWP 1130082) (id 191)] [New Thread 0x98dee420 (LWP 1130083) (id 192)] [New Thread 0x985ed420 (LWP 1130084) (id 193)] [New Thread 0x97dec420 (LWP 1130085) (id 194)] [New Thread 0x975eb420 (LWP 1130086) (id 195)] [New Thread 0x96dea420 (LWP 1130087) (id 196)] [New Thread 0x965e9420 (LWP 1130088) (id 197)] [New Thread 0x95de8420 (LWP 1130089) (id 198)] [New Thread 0x955e7420 (LWP 1130090) (id 199)] [New Thread 0x94de6420 (LWP 1130091) (id 200)] [New Thread 0x945e5420 (LWP 1130092) (id 201)] [New Thread 0x93de4420 (LWP 1130093) (id 202)] [New Thread 0x935e3420 (LWP 1130094) (id 203)] [New Thread 0x92de2420 (LWP 1130095) (id 204)] [New Thread 0x925e1420 (LWP 1130096) (id 205)] [New Thread 0x91de0420 (LWP 1130097) (id 206)] [New Thread 0x915df420 (LWP 1130098) (id 207)] [New Thread 0x90dde420 (LWP 1130099) (id 208)] [New Thread 0x905dd420 (LWP 1130100) (id 209)] [New Thread 0x8fddc420 (LWP 1130101) (id 210)] [New Thread 0x8f5db420 (LWP 1130102) (id 211)] [New Thread 0x8edda420 (LWP 1130103) (id 212)] [New Thread 0x8e5d9420 (LWP 1130104) (id 213)] [New Thread 0x8ddd8420 (LWP 1130105) (id 214)] [New Thread 0x8d5d7420 (LWP 1130106) (id 215)] [New Thread 0x8cdd6420 (LWP 1130107) (id 216)] [New Thread 0x8c5d5420 (LWP 1130108) (id 217)] [New Thread 0x8bdd4420 (LWP 1130109) (id 218)] [New Thread 0x8b5d3420 (LWP 1130110) (id 219)] [New Thread 0x8add2420 (LWP 1130111) (id 220)] [New Thread 0x8a5d1420 (LWP 1130112) (id 221)] [New Thread 0x89dd0420 (LWP 1130113) (id 222)] [New Thread 0x895cf420 (LWP 1130114) (id 223)] [New Thread 0x88dce420 (LWP 1130115) (id 224)] [New Thread 0x885cd420 (LWP 1130116) (id 225)] [New Thread 0x87dcc420 (LWP 1130117) (id 226)] [New Thread 0x875cb420 (LWP 1130118) (id 227)] [New Thread 0x86dca420 (LWP 1130119) (id 228)] [New Thread 0x865c9420 (LWP 1130120) (id 229)] [New Thread 0x85dc8420 (LWP 1130121) (id 230)] [New Thread 0x855c7420 (LWP 1130122) (id 231)] [New Thread 0x84dc6420 (LWP 1130123) (id 232)] [New Thread 0x845c5420 (LWP 1130124) (id 233)] [New Thread 0x83dc4420 (LWP 1130125) (id 234)] [New Thread 0x835c3420 (LWP 1130126) (id 235)] [New Thread 0x82dc2420 (LWP 1130127) (id 236)] [New Thread 0x825c1420 (LWP 1130128) (id 237)] [New Thread 0x81dc0420 (LWP 1130129) (id 238)] [New Thread 0x815bf420 (LWP 1130130) (id 239)] [New Thread 0x80dbe420 (LWP 1130131) (id 240)] [New Thread 0x805bd420 (LWP 1130132) (id 241)] [New Thread 0x7fdbc420 (LWP 1130133) (id 242)] [New Thread 0x7f5bb420 (LWP 1130134) (id 243)] [New Thread 0x7edba420 (LWP 1130135) (id 244)] [New Thread 0x7e5b9420 (LWP 1130136) (id 245)] [New Thread 0x7ddb8420 (LWP 1130137) (id 246)] [New Thread 0x7d5b7420 (LWP 1130138) (id 247)] [New Thread 0x7cdb6420 (LWP 1130139) (id 248)] [New Thread 0x7c5b5420 (LWP 1130140) (id 249)] [New Thread 0x7bdb4420 (LWP 1130141) (id 250)] [New Thread 0x7b5b3420 (LWP 1130142) (id 251)] [New Thread 0x7adb2420 (LWP 1130143) (id 252)] [New Thread 0x7a5b1420 (LWP 1130144) (id 253)] [New Thread 0x79db0420 (LWP 1130145) (id 254)] [New Thread 0x795af420 (LWP 1130146) (id 255)] [New Thread 0x78dae420 (LWP 1130147) (id 256)] [New Thread 0x785ad420 (LWP 1130148) (id 257)] [Switching to Thread 0xb6629420 (LWP 1130024)] Thread 133 "process-dies-wh" hit Temporary breakpoint 3.1, __GI__exit (status=0) at ../sysdeps/unix/sysv/linux/_exit.c:30 warning: 30 ../sysdeps/unix/sysv/linux/_exit.c: No such file or directory (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:hw: continue to breakpoint: _exit detach Detaching from program: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-detach, process 1129891 [Inferior 1 (process 1129891) detached] (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:hw: detach Starting logfile: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/gdb.in.4 builtin_spawn /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/../../gdb/gdb -nw -nx -q -iex set height 0 -iex set width 0 -data-directory /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/data-directory -iex set interactive-mode on (gdb) set height 0 (gdb) set width 0 (gdb) dir Reinitialize source path to empty? (y or n) y Source directories searched: $cdir:$cwd (gdb) dir /home/tcwg-buildslave/workspace/tcwg_gnu_3/gdb/gdb/testsuite/gdb.threads Source directories searched: /home/tcwg-buildslave/workspace/tcwg_gnu_3/gdb/gdb/testsuite/gdb.threads:$cdir:$cwd (gdb) kill The program is not being run. (gdb) file /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-detach Reading symbols from /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-detach... (gdb) delete breakpoints (gdb) info breakpoints No breakpoints, watchpoints, tracepoints, or catchpoints. (gdb) break -qualified main Breakpoint 1 at 0x684: file /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c, line 119. (gdb) run Starting program: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-detach [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". Breakpoint 1, main () at /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c:119 119 mypid = getpid (); (gdb) set breakpoint always-inserted on (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: set breakpoint always-inserted on tbreak _exit Temporary breakpoint 2 at 0xf7f35408: _exit. (2 locations) (gdb) continue Continuing. [New Thread 0xf7eac420 (LWP 1130185) (id 2)] [New Thread 0xf76ab420 (LWP 1130186) (id 3)] [New Thread 0xf6eaa420 (LWP 1130187) (id 4)] [New Thread 0xf66a9420 (LWP 1130188) (id 5)] [New Thread 0xf5ea8420 (LWP 1130189) (id 6)] [New Thread 0xf56a7420 (LWP 1130190) (id 7)] [New Thread 0xf4ea6420 (LWP 1130191) (id 8)] [New Thread 0xf46a5420 (LWP 1130192) (id 9)] [New Thread 0xf3ea4420 (LWP 1130193) (id 10)] [New Thread 0xf36a3420 (LWP 1130194) (id 11)] [New Thread 0xf2ea2420 (LWP 1130195) (id 12)] [New Thread 0xf26a1420 (LWP 1130196) (id 13)] [New Thread 0xf1ea0420 (LWP 1130197) (id 14)] [New Thread 0xf169f420 (LWP 1130198) (id 15)] [New Thread 0xf0e9e420 (LWP 1130199) (id 16)] [New Thread 0xf069d420 (LWP 1130200) (id 17)] [New Thread 0xefe9c420 (LWP 1130201) (id 18)] [New Thread 0xef69b420 (LWP 1130202) (id 19)] [New Thread 0xeee9a420 (LWP 1130203) (id 20)] [New Thread 0xee699420 (LWP 1130204) (id 21)] [New Thread 0xede98420 (LWP 1130205) (id 22)] [New Thread 0xed697420 (LWP 1130206) (id 23)] [New Thread 0xece96420 (LWP 1130207) (id 24)] [New Thread 0xec695420 (LWP 1130208) (id 25)] [New Thread 0xebe94420 (LWP 1130209) (id 26)] [New Thread 0xeb693420 (LWP 1130210) (id 27)] [New Thread 0xeae92420 (LWP 1130211) (id 28)] [New Thread 0xea691420 (LWP 1130212) (id 29)] [New Thread 0xe9e90420 (LWP 1130213) (id 30)] [New Thread 0xe968f420 (LWP 1130214) (id 31)] [New Thread 0xe8e8e420 (LWP 1130215) (id 32)] [New Thread 0xe868d420 (LWP 1130216) (id 33)] [New Thread 0xe7e8c420 (LWP 1130217) (id 34)] [New Thread 0xe768b420 (LWP 1130218) (id 35)] [New Thread 0xe6e8a420 (LWP 1130219) (id 36)] [New Thread 0xe6689420 (LWP 1130220) (id 37)] [New Thread 0xe5e88420 (LWP 1130221) (id 38)] [New Thread 0xe5687420 (LWP 1130222) (id 39)] [New Thread 0xe4e86420 (LWP 1130223) (id 40)] [New Thread 0xe4685420 (LWP 1130224) (id 41)] [New Thread 0xe3e84420 (LWP 1130225) (id 42)] [New Thread 0xe3683420 (LWP 1130226) (id 43)] [New Thread 0xe2e82420 (LWP 1130227) (id 44)] [New Thread 0xe2681420 (LWP 1130228) (id 45)] [New Thread 0xe1e80420 (LWP 1130229) (id 46)] [New Thread 0xe167f420 (LWP 1130230) (id 47)] [New Thread 0xe0e7e420 (LWP 1130231) (id 48)] [New Thread 0xe067d420 (LWP 1130232) (id 49)] [New Thread 0xdfe7c420 (LWP 1130233) (id 50)] [New Thread 0xdf67b420 (LWP 1130234) (id 51)] [New Thread 0xdee7a420 (LWP 1130235) (id 52)] [New Thread 0xde679420 (LWP 1130236) (id 53)] [New Thread 0xdde78420 (LWP 1130237) (id 54)] [New Thread 0xdd677420 (LWP 1130238) (id 55)] [New Thread 0xdce76420 (LWP 1130239) (id 56)] [New Thread 0xdc675420 (LWP 1130240) (id 57)] [New Thread 0xdbe74420 (LWP 1130241) (id 58)] [New Thread 0xdb673420 (LWP 1130242) (id 59)] [New Thread 0xdae72420 (LWP 1130243) (id 60)] [New Thread 0xda671420 (LWP 1130244) (id 61)] [New Thread 0xd9e70420 (LWP 1130245) (id 62)] [New Thread 0xd966f420 (LWP 1130246) (id 63)] [New Thread 0xd8e6e420 (LWP 1130247) (id 64)] [New Thread 0xd866d420 (LWP 1130248) (id 65)] [New Thread 0xd7e6c420 (LWP 1130249) (id 66)] [New Thread 0xd766b420 (LWP 1130250) (id 67)] [New Thread 0xd6e6a420 (LWP 1130251) (id 68)] [New Thread 0xd6669420 (LWP 1130252) (id 69)] [New Thread 0xd5e68420 (LWP 1130253) (id 70)] [New Thread 0xd5667420 (LWP 1130254) (id 71)] [New Thread 0xd4e66420 (LWP 1130255) (id 72)] [New Thread 0xd4665420 (LWP 1130256) (id 73)] [New Thread 0xd3e64420 (LWP 1130257) (id 74)] [New Thread 0xd3663420 (LWP 1130258) (id 75)] [New Thread 0xd2e62420 (LWP 1130259) (id 76)] [New Thread 0xd2661420 (LWP 1130260) (id 77)] [New Thread 0xd1e60420 (LWP 1130261) (id 78)] [New Thread 0xd165f420 (LWP 1130262) (id 79)] [New Thread 0xd0e5e420 (LWP 1130263) (id 80)] [New Thread 0xd065d420 (LWP 1130264) (id 81)] [New Thread 0xcfe5c420 (LWP 1130265) (id 82)] [New Thread 0xcf65b420 (LWP 1130266) (id 83)] [New Thread 0xcee5a420 (LWP 1130267) (id 84)] [New Thread 0xce659420 (LWP 1130268) (id 85)] [New Thread 0xcde58420 (LWP 1130269) (id 86)] [New Thread 0xcd657420 (LWP 1130270) (id 87)] [New Thread 0xcce56420 (LWP 1130271) (id 88)] [New Thread 0xcc655420 (LWP 1130272) (id 89)] [New Thread 0xcbe54420 (LWP 1130273) (id 90)] [New Thread 0xcb653420 (LWP 1130274) (id 91)] [New Thread 0xcae52420 (LWP 1130275) (id 92)] [New Thread 0xca651420 (LWP 1130276) (id 93)] [New Thread 0xc9e50420 (LWP 1130277) (id 94)] [New Thread 0xc964f420 (LWP 1130278) (id 95)] [New Thread 0xc8e4e420 (LWP 1130279) (id 96)] [New Thread 0xc864d420 (LWP 1130280) (id 97)] [New Thread 0xc7e4c420 (LWP 1130281) (id 98)] [New Thread 0xc764b420 (LWP 1130282) (id 99)] [New Thread 0xc6e4a420 (LWP 1130283) (id 100)] [New Thread 0xc6649420 (LWP 1130284) (id 101)] [New Thread 0xc5e48420 (LWP 1130285) (id 102)] [New Thread 0xc5647420 (LWP 1130286) (id 103)] [New Thread 0xc4e46420 (LWP 1130287) (id 104)] [New Thread 0xc4645420 (LWP 1130288) (id 105)] [New Thread 0xc3e44420 (LWP 1130289) (id 106)] [New Thread 0xc3643420 (LWP 1130290) (id 107)] [New Thread 0xc2e42420 (LWP 1130291) (id 108)] [New Thread 0xc2641420 (LWP 1130292) (id 109)] [New Thread 0xc1e40420 (LWP 1130293) (id 110)] [New Thread 0xc163f420 (LWP 1130294) (id 111)] [New Thread 0xc0e3e420 (LWP 1130295) (id 112)] [New Thread 0xc063d420 (LWP 1130296) (id 113)] [New Thread 0xbfe3c420 (LWP 1130297) (id 114)] [New Thread 0xbf63b420 (LWP 1130298) (id 115)] [New Thread 0xbee3a420 (LWP 1130299) (id 116)] [New Thread 0xbe639420 (LWP 1130300) (id 117)] [New Thread 0xbde38420 (LWP 1130301) (id 118)] [New Thread 0xbd637420 (LWP 1130302) (id 119)] [New Thread 0xbce36420 (LWP 1130303) (id 120)] [New Thread 0xbc635420 (LWP 1130304) (id 121)] [New Thread 0xbbe34420 (LWP 1130305) (id 122)] [New Thread 0xbb633420 (LWP 1130306) (id 123)] [New Thread 0xbae32420 (LWP 1130307) (id 124)] [New Thread 0xba631420 (LWP 1130308) (id 125)] [New Thread 0xb9e30420 (LWP 1130309) (id 126)] [New Thread 0xb962f420 (LWP 1130310) (id 127)] [New Thread 0xb8e2e420 (LWP 1130311) (id 128)] [New Thread 0xb862d420 (LWP 1130312) (id 129)] [New Thread 0xb7e2c420 (LWP 1130313) (id 130)] [New Thread 0xb762b420 (LWP 1130314) (id 131)] [New Thread 0xb6e2a420 (LWP 1130315) (id 132)] [New Thread 0xb6629420 (LWP 1130316) (id 133)] [New Thread 0xb5e28420 (LWP 1130317) (id 134)] [New Thread 0xb5627420 (LWP 1130318) (id 135)] [New Thread 0xb4e26420 (LWP 1130319) (id 136)] [New Thread 0xb4625420 (LWP 1130320) (id 137)] [New Thread 0xb3e24420 (LWP 1130321) (id 138)] [New Thread 0xb3623420 (LWP 1130322) (id 139)] [New Thread 0xb2e22420 (LWP 1130323) (id 140)] [New Thread 0xb2621420 (LWP 1130324) (id 141)] [New Thread 0xb1e20420 (LWP 1130325) (id 142)] [New Thread 0xb161f420 (LWP 1130326) (id 143)] [New Thread 0xb0e1e420 (LWP 1130327) (id 144)] [New Thread 0xb061d420 (LWP 1130328) (id 145)] [New Thread 0xafe1c420 (LWP 1130329) (id 146)] [New Thread 0xaf61b420 (LWP 1130330) (id 147)] [New Thread 0xaee1a420 (LWP 1130331) (id 148)] [New Thread 0xae619420 (LWP 1130332) (id 149)] [New Thread 0xade18420 (LWP 1130333) (id 150)] [New Thread 0xad617420 (LWP 1130334) (id 151)] [New Thread 0xace16420 (LWP 1130335) (id 152)] [New Thread 0xac615420 (LWP 1130336) (id 153)] [New Thread 0xabe14420 (LWP 1130337) (id 154)] [New Thread 0xab613420 (LWP 1130338) (id 155)] [New Thread 0xaae12420 (LWP 1130339) (id 156)] [New Thread 0xaa611420 (LWP 1130340) (id 157)] [New Thread 0xa9e10420 (LWP 1130341) (id 158)] [New Thread 0xa960f420 (LWP 1130342) (id 159)] [New Thread 0xa8e0e420 (LWP 1130343) (id 160)] [New Thread 0xa860d420 (LWP 1130344) (id 161)] [New Thread 0xa7e0c420 (LWP 1130345) (id 162)] [New Thread 0xa760b420 (LWP 1130346) (id 163)] [New Thread 0xa6e0a420 (LWP 1130347) (id 164)] [New Thread 0xa6609420 (LWP 1130348) (id 165)] [New Thread 0xa5e08420 (LWP 1130349) (id 166)] [New Thread 0xa5607420 (LWP 1130350) (id 167)] [New Thread 0xa4e06420 (LWP 1130351) (id 168)] [New Thread 0xa4605420 (LWP 1130352) (id 169)] [New Thread 0xa3e04420 (LWP 1130353) (id 170)] [New Thread 0xa3603420 (LWP 1130354) (id 171)] [New Thread 0xa2e02420 (LWP 1130355) (id 172)] [New Thread 0xa2601420 (LWP 1130356) (id 173)] [New Thread 0xa1e00420 (LWP 1130357) (id 174)] [New Thread 0xa15ff420 (LWP 1130358) (id 175)] [New Thread 0xa0dfe420 (LWP 1130359) (id 176)] [New Thread 0xa05fd420 (LWP 1130360) (id 177)] [New Thread 0x9fdfc420 (LWP 1130361) (id 178)] [New Thread 0x9f5fb420 (LWP 1130362) (id 179)] [New Thread 0x9edfa420 (LWP 1130363) (id 180)] [New Thread 0x9e5f9420 (LWP 1130364) (id 181)] [New Thread 0x9ddf8420 (LWP 1130365) (id 182)] [New Thread 0x9d5f7420 (LWP 1130366) (id 183)] [New Thread 0x9cdf6420 (LWP 1130367) (id 184)] [New Thread 0x9c5f5420 (LWP 1130368) (id 185)] [New Thread 0x9bdf4420 (LWP 1130369) (id 186)] [New Thread 0x9b5f3420 (LWP 1130370) (id 187)] [New Thread 0x9adf2420 (LWP 1130371) (id 188)] [New Thread 0x9a5f1420 (LWP 1130372) (id 189)] [New Thread 0x99df0420 (LWP 1130373) (id 190)] [New Thread 0x995ef420 (LWP 1130374) (id 191)] [New Thread 0x98dee420 (LWP 1130375) (id 192)] [New Thread 0x985ed420 (LWP 1130376) (id 193)] [New Thread 0x97dec420 (LWP 1130377) (id 194)] [New Thread 0x975eb420 (LWP 1130378) (id 195)] [New Thread 0x96dea420 (LWP 1130379) (id 196)] [New Thread 0x965e9420 (LWP 1130380) (id 197)] [New Thread 0x95de8420 (LWP 1130381) (id 198)] [New Thread 0x955e7420 (LWP 1130382) (id 199)] [New Thread 0x94de6420 (LWP 1130383) (id 200)] [New Thread 0x945e5420 (LWP 1130384) (id 201)] [New Thread 0x93de4420 (LWP 1130385) (id 202)] [New Thread 0x935e3420 (LWP 1130386) (id 203)] [New Thread 0x92de2420 (LWP 1130387) (id 204)] [New Thread 0x925e1420 (LWP 1130388) (id 205)] [New Thread 0x91de0420 (LWP 1130389) (id 206)] [New Thread 0x915df420 (LWP 1130390) (id 207)] [New Thread 0x90dde420 (LWP 1130391) (id 208)] [New Thread 0x905dd420 (LWP 1130392) (id 209)] [New Thread 0x8fddc420 (LWP 1130393) (id 210)] [New Thread 0x8f5db420 (LWP 1130394) (id 211)] [New Thread 0x8edda420 (LWP 1130395) (id 212)] [New Thread 0x8e5d9420 (LWP 1130396) (id 213)] [New Thread 0x8ddd8420 (LWP 1130397) (id 214)] [New Thread 0x8d5d7420 (LWP 1130398) (id 215)] [New Thread 0x8cdd6420 (LWP 1130399) (id 216)] [New Thread 0x8c5d5420 (LWP 1130400) (id 217)] [New Thread 0x8bdd4420 (LWP 1130401) (id 218)] [New Thread 0x8b5d3420 (LWP 1130402) (id 219)] [New Thread 0x8add2420 (LWP 1130403) (id 220)] [New Thread 0x8a5d1420 (LWP 1130404) (id 221)] [New Thread 0x89dd0420 (LWP 1130405) (id 222)] [New Thread 0x895cf420 (LWP 1130406) (id 223)] [New Thread 0x88dce420 (LWP 1130407) (id 224)] [New Thread 0x885cd420 (LWP 1130408) (id 225)] [New Thread 0x87dcc420 (LWP 1130409) (id 226)] [New Thread 0x875cb420 (LWP 1130410) (id 227)] [New Thread 0x86dca420 (LWP 1130411) (id 228)] [New Thread 0x865c9420 (LWP 1130412) (id 229)] [New Thread 0x85dc8420 (LWP 1130413) (id 230)] [New Thread 0x855c7420 (LWP 1130414) (id 231)] [New Thread 0x84dc6420 (LWP 1130415) (id 232)] [New Thread 0x845c5420 (LWP 1130416) (id 233)] [New Thread 0x83dc4420 (LWP 1130417) (id 234)] [New Thread 0x835c3420 (LWP 1130418) (id 235)] [New Thread 0x82dc2420 (LWP 1130419) (id 236)] [New Thread 0x825c1420 (LWP 1130420) (id 237)] [New Thread 0x81dc0420 (LWP 1130421) (id 238)] [New Thread 0x815bf420 (LWP 1130422) (id 239)] [New Thread 0x80dbe420 (LWP 1130423) (id 240)] [New Thread 0x805bd420 (LWP 1130424) (id 241)] [New Thread 0x7fdbc420 (LWP 1130425) (id 242)] [New Thread 0x7f5bb420 (LWP 1130426) (id 243)] [New Thread 0x7edba420 (LWP 1130427) (id 244)] [New Thread 0x7e5b9420 (LWP 1130428) (id 245)] [New Thread 0x7ddb8420 (LWP 1130429) (id 246)] [New Thread 0x7d5b7420 (LWP 1130430) (id 247)] [New Thread 0x7cdb6420 (LWP 1130431) (id 248)] [New Thread 0x7c5b5420 (LWP 1130432) (id 249)] [New Thread 0x7bdb4420 (LWP 1130433) (id 250)] [New Thread 0x7b5b3420 (LWP 1130434) (id 251)] [New Thread 0x7adb2420 (LWP 1130435) (id 252)] [New Thread 0x7a5b1420 (LWP 1130436) (id 253)] [New Thread 0x79db0420 (LWP 1130437) (id 254)] [New Thread 0x795af420 (LWP 1130438) (id 255)] [New Thread 0x78dae420 (LWP 1130439) (id 256)] [New Thread 0x785ad420 (LWP 1130440) (id 257)] [Switching to Thread 0xf0e9e420 (LWP 1130199)] Thread 16 "process-dies-wh" hit Temporary breakpoint 2.1, __GI__exit (status=0) at ../sysdeps/unix/sysv/linux/_exit.c:30 warning: 30 ../sysdeps/unix/sysv/linux/_exit.c: No such file or directory (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: continue to breakpoint: _exit print /d mypid $1 = 1130183 (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: get integer valueof "mypid" Executing on target: kill -9 1130183 (timeout = 300) builtin_spawn -ignore SIGHUP kill -9 1130183 detach Detaching from program: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-detach, process 1130183 [Inferior 1 (process 1130183) detached] (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: detach gdb_do_cache: universal_compile_options_c ( ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) Executing on host: gcc -fno-stack-protector -fdiagnostics-color=never -c -g -o /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-continue0.o /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c (timeout = 300) builtin_spawn -ignore SIGHUP gcc -fno-stack-protector -fdiagnostics-color=never -c -g -o /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-continue0.o /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c gdb_do_cache: universal_compile_options_c ( ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) Executing on host: gcc -fno-stack-protector /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-continue0.o -fdiagnostics-color=never -g -lpthreads -lm -o /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-continue (timeout = 300) builtin_spawn -ignore SIGHUP gcc -fno-stack-protector /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-continue0.o -fdiagnostics-color=never -g -lpthreads -lm -o /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-continue /usr/bin/ld: cannot find -lpthreads: No such file or directory collect2: error: ld returned 1 exit status compiler exited with status 1 output is: /usr/bin/ld: cannot find -lpthreads: No such file or directory collect2: error: ld returned 1 exit status gdb_do_cache: universal_compile_options_c ( ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) Executing on host: gcc -fno-stack-protector /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-continue0.o -fdiagnostics-color=never -g -lpthread -lm -o /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-continue (timeout = 300) builtin_spawn -ignore SIGHUP gcc -fno-stack-protector /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-continue0.o -fdiagnostics-color=never -g -lpthread -lm -o /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-continue PASS: gdb.threads/process-dies-while-detaching.exp: single-process: continue: successfully compiled posix threads test case Starting logfile: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/gdb.in.5 builtin_spawn /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/../../gdb/gdb -nw -nx -q -iex set height 0 -iex set width 0 -data-directory /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/data-directory -iex set interactive-mode on (gdb) set height 0 (gdb) set width 0 (gdb) dir Reinitialize source path to empty? (y or n) y Source directories searched: $cdir:$cwd (gdb) dir /home/tcwg-buildslave/workspace/tcwg_gnu_3/gdb/gdb/testsuite/gdb.threads Source directories searched: /home/tcwg-buildslave/workspace/tcwg_gnu_3/gdb/gdb/testsuite/gdb.threads:$cdir:$cwd (gdb) kill The program is not being run. (gdb) file /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-continue Reading symbols from /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-continue... (gdb) delete breakpoints (gdb) info breakpoints No breakpoints, watchpoints, tracepoints, or catchpoints. (gdb) break -qualified main Breakpoint 1 at 0x684: file /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c, line 119. (gdb) run Starting program: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-continue [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". Breakpoint 1, main () at /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c:119 119 mypid = getpid (); (gdb) tbreak _exit Temporary breakpoint 2 at 0xf7f35408: _exit. (2 locations) (gdb) continue Continuing. [New Thread 0xf7eac420 (LWP 1130503) (id 2)] [New Thread 0xf76ab420 (LWP 1130504) (id 3)] [New Thread 0xf6eaa420 (LWP 1130505) (id 4)] [New Thread 0xf66a9420 (LWP 1130506) (id 5)] [New Thread 0xf5ea8420 (LWP 1130507) (id 6)] [New Thread 0xf56a7420 (LWP 1130508) (id 7)] [New Thread 0xf4ea6420 (LWP 1130509) (id 8)] [New Thread 0xf46a5420 (LWP 1130510) (id 9)] [New Thread 0xf3ea4420 (LWP 1130511) (id 10)] [New Thread 0xf36a3420 (LWP 1130512) (id 11)] [New Thread 0xf2ea2420 (LWP 1130513) (id 12)] [New Thread 0xf26a1420 (LWP 1130514) (id 13)] [New Thread 0xf1ea0420 (LWP 1130515) (id 14)] [New Thread 0xf169f420 (LWP 1130516) (id 15)] [New Thread 0xf0e9e420 (LWP 1130517) (id 16)] [New Thread 0xf069d420 (LWP 1130518) (id 17)] [New Thread 0xefe9c420 (LWP 1130519) (id 18)] [New Thread 0xef69b420 (LWP 1130520) (id 19)] [New Thread 0xeee9a420 (LWP 1130521) (id 20)] [New Thread 0xee699420 (LWP 1130522) (id 21)] [New Thread 0xede98420 (LWP 1130523) (id 22)] [New Thread 0xed697420 (LWP 1130524) (id 23)] [New Thread 0xece96420 (LWP 1130525) (id 24)] [New Thread 0xec695420 (LWP 1130526) (id 25)] [New Thread 0xebe94420 (LWP 1130527) (id 26)] [New Thread 0xeb693420 (LWP 1130528) (id 27)] [New Thread 0xeae92420 (LWP 1130529) (id 28)] [New Thread 0xea691420 (LWP 1130530) (id 29)] [New Thread 0xe9e90420 (LWP 1130531) (id 30)] [New Thread 0xe968f420 (LWP 1130532) (id 31)] [New Thread 0xe8e8e420 (LWP 1130533) (id 32)] [New Thread 0xe868d420 (LWP 1130534) (id 33)] [New Thread 0xe7e8c420 (LWP 1130535) (id 34)] [New Thread 0xe768b420 (LWP 1130536) (id 35)] [New Thread 0xe6e8a420 (LWP 1130537) (id 36)] [New Thread 0xe6689420 (LWP 1130538) (id 37)] [New Thread 0xe5e88420 (LWP 1130539) (id 38)] [New Thread 0xe5687420 (LWP 1130540) (id 39)] [New Thread 0xe4e86420 (LWP 1130541) (id 40)] [New Thread 0xe4685420 (LWP 1130542) (id 41)] [New Thread 0xe3e84420 (LWP 1130543) (id 42)] [New Thread 0xe3683420 (LWP 1130544) (id 43)] [New Thread 0xe2e82420 (LWP 1130545) (id 44)] [New Thread 0xe2681420 (LWP 1130546) (id 45)] [New Thread 0xe1e80420 (LWP 1130547) (id 46)] [New Thread 0xe167f420 (LWP 1130548) (id 47)] [New Thread 0xe0e7e420 (LWP 1130549) (id 48)] [New Thread 0xe067d420 (LWP 1130550) (id 49)] [New Thread 0xdfe7c420 (LWP 1130551) (id 50)] [New Thread 0xdf67b420 (LWP 1130552) (id 51)] [New Thread 0xdee7a420 (LWP 1130553) (id 52)] [New Thread 0xde679420 (LWP 1130554) (id 53)] [New Thread 0xdde78420 (LWP 1130555) (id 54)] [New Thread 0xdd677420 (LWP 1130556) (id 55)] [New Thread 0xdce76420 (LWP 1130557) (id 56)] [New Thread 0xdc675420 (LWP 1130558) (id 57)] [New Thread 0xdbe74420 (LWP 1130559) (id 58)] [New Thread 0xdb673420 (LWP 1130560) (id 59)] [New Thread 0xdae72420 (LWP 1130561) (id 60)] [New Thread 0xda671420 (LWP 1130562) (id 61)] [New Thread 0xd9e70420 (LWP 1130563) (id 62)] [New Thread 0xd966f420 (LWP 1130564) (id 63)] [New Thread 0xd8e6e420 (LWP 1130565) (id 64)] [New Thread 0xd866d420 (LWP 1130566) (id 65)] [New Thread 0xd7e6c420 (LWP 1130567) (id 66)] [New Thread 0xd766b420 (LWP 1130568) (id 67)] [New Thread 0xd6e6a420 (LWP 1130569) (id 68)] [New Thread 0xd6669420 (LWP 1130570) (id 69)] [New Thread 0xd5e68420 (LWP 1130571) (id 70)] [New Thread 0xd5667420 (LWP 1130572) (id 71)] [New Thread 0xd4e66420 (LWP 1130573) (id 72)] [New Thread 0xd4665420 (LWP 1130574) (id 73)] [New Thread 0xd3e64420 (LWP 1130575) (id 74)] [New Thread 0xd3663420 (LWP 1130576) (id 75)] [New Thread 0xd2e62420 (LWP 1130577) (id 76)] [New Thread 0xd2661420 (LWP 1130578) (id 77)] [New Thread 0xd1e60420 (LWP 1130579) (id 78)] [New Thread 0xd165f420 (LWP 1130580) (id 79)] [New Thread 0xd0e5e420 (LWP 1130581) (id 80)] [New Thread 0xd065d420 (LWP 1130582) (id 81)] [New Thread 0xcfe5c420 (LWP 1130583) (id 82)] [New Thread 0xcf65b420 (LWP 1130584) (id 83)] [New Thread 0xcee5a420 (LWP 1130585) (id 84)] [New Thread 0xce659420 (LWP 1130586) (id 85)] [New Thread 0xcde58420 (LWP 1130587) (id 86)] [New Thread 0xcd657420 (LWP 1130588) (id 87)] [New Thread 0xcce56420 (LWP 1130589) (id 88)] [New Thread 0xcc655420 (LWP 1130590) (id 89)] [New Thread 0xcbe54420 (LWP 1130591) (id 90)] [New Thread 0xcb653420 (LWP 1130592) (id 91)] [New Thread 0xcae52420 (LWP 1130593) (id 92)] [New Thread 0xca651420 (LWP 1130594) (id 93)] [New Thread 0xc9e50420 (LWP 1130595) (id 94)] [New Thread 0xc964f420 (LWP 1130596) (id 95)] [New Thread 0xc8e4e420 (LWP 1130597) (id 96)] [New Thread 0xc864d420 (LWP 1130598) (id 97)] [New Thread 0xc7e4c420 (LWP 1130599) (id 98)] [New Thread 0xc764b420 (LWP 1130600) (id 99)] [New Thread 0xc6e4a420 (LWP 1130601) (id 100)] [New Thread 0xc6649420 (LWP 1130602) (id 101)] [New Thread 0xc5e48420 (LWP 1130603) (id 102)] [New Thread 0xc5647420 (LWP 1130604) (id 103)] [New Thread 0xc4e46420 (LWP 1130605) (id 104)] [New Thread 0xc4645420 (LWP 1130606) (id 105)] [New Thread 0xc3e44420 (LWP 1130607) (id 106)] [New Thread 0xc3643420 (LWP 1130608) (id 107)] [New Thread 0xc2e42420 (LWP 1130609) (id 108)] [New Thread 0xc2641420 (LWP 1130610) (id 109)] [New Thread 0xc1e40420 (LWP 1130611) (id 110)] [New Thread 0xc163f420 (LWP 1130612) (id 111)] [New Thread 0xc0e3e420 (LWP 1130613) (id 112)] [New Thread 0xc063d420 (LWP 1130614) (id 113)] [New Thread 0xbfe3c420 (LWP 1130615) (id 114)] [New Thread 0xbf63b420 (LWP 1130616) (id 115)] [New Thread 0xbee3a420 (LWP 1130617) (id 116)] [New Thread 0xbe639420 (LWP 1130618) (id 117)] [New Thread 0xbde38420 (LWP 1130619) (id 118)] [New Thread 0xbd637420 (LWP 1130620) (id 119)] [New Thread 0xbce36420 (LWP 1130621) (id 120)] [New Thread 0xbc635420 (LWP 1130622) (id 121)] [New Thread 0xbbe34420 (LWP 1130623) (id 122)] [New Thread 0xbb633420 (LWP 1130624) (id 123)] [New Thread 0xbae32420 (LWP 1130625) (id 124)] [New Thread 0xba631420 (LWP 1130626) (id 125)] [New Thread 0xb9e30420 (LWP 1130627) (id 126)] [New Thread 0xb962f420 (LWP 1130628) (id 127)] [New Thread 0xb8e2e420 (LWP 1130629) (id 128)] [New Thread 0xb862d420 (LWP 1130630) (id 129)] [New Thread 0xb7e2c420 (LWP 1130631) (id 130)] [New Thread 0xb762b420 (LWP 1130632) (id 131)] [New Thread 0xb6e2a420 (LWP 1130633) (id 132)] [New Thread 0xb6629420 (LWP 1130634) (id 133)] [New Thread 0xb5e28420 (LWP 1130635) (id 134)] [New Thread 0xb5627420 (LWP 1130636) (id 135)] [New Thread 0xb4e26420 (LWP 1130637) (id 136)] [New Thread 0xb4625420 (LWP 1130638) (id 137)] [New Thread 0xb3e24420 (LWP 1130639) (id 138)] [New Thread 0xb3623420 (LWP 1130640) (id 139)] [New Thread 0xb2e22420 (LWP 1130641) (id 140)] [New Thread 0xb2621420 (LWP 1130642) (id 141)] [New Thread 0xb1e20420 (LWP 1130643) (id 142)] [New Thread 0xb161f420 (LWP 1130644) (id 143)] [New Thread 0xb0e1e420 (LWP 1130645) (id 144)] [New Thread 0xb061d420 (LWP 1130646) (id 145)] [New Thread 0xafe1c420 (LWP 1130647) (id 146)] [New Thread 0xaf61b420 (LWP 1130648) (id 147)] [New Thread 0xaee1a420 (LWP 1130649) (id 148)] [New Thread 0xae619420 (LWP 1130650) (id 149)] [New Thread 0xade18420 (LWP 1130651) (id 150)] [New Thread 0xad617420 (LWP 1130652) (id 151)] [New Thread 0xace16420 (LWP 1130653) (id 152)] [New Thread 0xac615420 (LWP 1130654) (id 153)] [New Thread 0xabe14420 (LWP 1130655) (id 154)] [New Thread 0xab613420 (LWP 1130656) (id 155)] [New Thread 0xaae12420 (LWP 1130657) (id 156)] [New Thread 0xaa611420 (LWP 1130658) (id 157)] [New Thread 0xa9e10420 (LWP 1130659) (id 158)] [New Thread 0xa960f420 (LWP 1130660) (id 159)] [New Thread 0xa8e0e420 (LWP 1130661) (id 160)] [New Thread 0xa860d420 (LWP 1130662) (id 161)] [New Thread 0xa7e0c420 (LWP 1130663) (id 162)] [New Thread 0xa760b420 (LWP 1130664) (id 163)] [New Thread 0xa6e0a420 (LWP 1130665) (id 164)] [New Thread 0xa6609420 (LWP 1130666) (id 165)] [New Thread 0xa5e08420 (LWP 1130667) (id 166)] [New Thread 0xa5607420 (LWP 1130668) (id 167)] [New Thread 0xa4e06420 (LWP 1130669) (id 168)] [New Thread 0xa4605420 (LWP 1130670) (id 169)] [New Thread 0xa3e04420 (LWP 1130671) (id 170)] [New Thread 0xa3603420 (LWP 1130672) (id 171)] [New Thread 0xa2e02420 (LWP 1130673) (id 172)] [New Thread 0xa2601420 (LWP 1130674) (id 173)] [New Thread 0xa1e00420 (LWP 1130675) (id 174)] [New Thread 0xa15ff420 (LWP 1130676) (id 175)] [New Thread 0xa0dfe420 (LWP 1130677) (id 176)] [New Thread 0xa05fd420 (LWP 1130678) (id 177)] [New Thread 0x9fdfc420 (LWP 1130679) (id 178)] [New Thread 0x9f5fb420 (LWP 1130680) (id 179)] [New Thread 0x9edfa420 (LWP 1130681) (id 180)] [New Thread 0x9e5f9420 (LWP 1130682) (id 181)] [New Thread 0x9ddf8420 (LWP 1130683) (id 182)] [New Thread 0x9d5f7420 (LWP 1130684) (id 183)] [New Thread 0x9cdf6420 (LWP 1130685) (id 184)] [New Thread 0x9c5f5420 (LWP 1130686) (id 185)] [New Thread 0x9bdf4420 (LWP 1130687) (id 186)] [New Thread 0x9b5f3420 (LWP 1130688) (id 187)] [New Thread 0x9adf2420 (LWP 1130689) (id 188)] [New Thread 0x9a5f1420 (LWP 1130690) (id 189)] [New Thread 0x99df0420 (LWP 1130691) (id 190)] [New Thread 0x995ef420 (LWP 1130692) (id 191)] [New Thread 0x98dee420 (LWP 1130693) (id 192)] [New Thread 0x985ed420 (LWP 1130694) (id 193)] [New Thread 0x97dec420 (LWP 1130695) (id 194)] [New Thread 0x975eb420 (LWP 1130696) (id 195)] [New Thread 0x96dea420 (LWP 1130697) (id 196)] [New Thread 0x965e9420 (LWP 1130698) (id 197)] [New Thread 0x95de8420 (LWP 1130699) (id 198)] [New Thread 0x955e7420 (LWP 1130700) (id 199)] [New Thread 0x94de6420 (LWP 1130701) (id 200)] [New Thread 0x945e5420 (LWP 1130702) (id 201)] [New Thread 0x93de4420 (LWP 1130703) (id 202)] [New Thread 0x935e3420 (LWP 1130704) (id 203)] [New Thread 0x92de2420 (LWP 1130705) (id 204)] [New Thread 0x925e1420 (LWP 1130706) (id 205)] [New Thread 0x91de0420 (LWP 1130707) (id 206)] [New Thread 0x915df420 (LWP 1130708) (id 207)] [New Thread 0x90dde420 (LWP 1130709) (id 208)] [New Thread 0x905dd420 (LWP 1130710) (id 209)] [New Thread 0x8fddc420 (LWP 1130711) (id 210)] [New Thread 0x8f5db420 (LWP 1130712) (id 211)] [New Thread 0x8edda420 (LWP 1130713) (id 212)] [New Thread 0x8e5d9420 (LWP 1130714) (id 213)] [New Thread 0x8ddd8420 (LWP 1130715) (id 214)] [New Thread 0x8d5d7420 (LWP 1130716) (id 215)] [New Thread 0x8cdd6420 (LWP 1130717) (id 216)] [New Thread 0x8c5d5420 (LWP 1130718) (id 217)] [New Thread 0x8bdd4420 (LWP 1130719) (id 218)] [New Thread 0x8b5d3420 (LWP 1130720) (id 219)] [New Thread 0x8add2420 (LWP 1130721) (id 220)] [New Thread 0x8a5d1420 (LWP 1130722) (id 221)] [New Thread 0x89dd0420 (LWP 1130723) (id 222)] [New Thread 0x895cf420 (LWP 1130724) (id 223)] [New Thread 0x88dce420 (LWP 1130725) (id 224)] [New Thread 0x885cd420 (LWP 1130726) (id 225)] [New Thread 0x87dcc420 (LWP 1130727) (id 226)] [New Thread 0x875cb420 (LWP 1130728) (id 227)] [New Thread 0x86dca420 (LWP 1130729) (id 228)] [New Thread 0x865c9420 (LWP 1130730) (id 229)] [New Thread 0x85dc8420 (LWP 1130731) (id 230)] [New Thread 0x855c7420 (LWP 1130732) (id 231)] [New Thread 0x84dc6420 (LWP 1130733) (id 232)] [New Thread 0x845c5420 (LWP 1130734) (id 233)] [New Thread 0x83dc4420 (LWP 1130735) (id 234)] [New Thread 0x835c3420 (LWP 1130736) (id 235)] [New Thread 0x82dc2420 (LWP 1130737) (id 236)] [New Thread 0x825c1420 (LWP 1130738) (id 237)] [New Thread 0x81dc0420 (LWP 1130739) (id 238)] [New Thread 0x815bf420 (LWP 1130740) (id 239)] [New Thread 0x80dbe420 (LWP 1130741) (id 240)] [New Thread 0x805bd420 (LWP 1130742) (id 241)] [New Thread 0x7fdbc420 (LWP 1130743) (id 242)] [New Thread 0x7f5bb420 (LWP 1130744) (id 243)] [New Thread 0x7edba420 (LWP 1130745) (id 244)] [New Thread 0x7e5b9420 (LWP 1130746) (id 245)] [New Thread 0x7ddb8420 (LWP 1130747) (id 246)] [New Thread 0x7d5b7420 (LWP 1130748) (id 247)] [New Thread 0x7cdb6420 (LWP 1130749) (id 248)] [New Thread 0x7c5b5420 (LWP 1130750) (id 249)] [New Thread 0x7bdb4420 (LWP 1130751) (id 250)] [New Thread 0x7b5b3420 (LWP 1130752) (id 251)] [New Thread 0x7adb2420 (LWP 1130753) (id 252)] [New Thread 0x7a5b1420 (LWP 1130754) (id 253)] [New Thread 0x79db0420 (LWP 1130755) (id 254)] [New Thread 0x795af420 (LWP 1130756) (id 255)] [New Thread 0x78dae420 (LWP 1130757) (id 256)] [New Thread 0x785ad420 (LWP 1130758) (id 257)] [Switching to Thread 0xec695420 (LWP 1130526)] Thread 25 "process-dies-wh" hit Temporary breakpoint 2.1, __GI__exit (status=0) at ../sysdeps/unix/sysv/linux/_exit.c:30 warning: 30 ../sysdeps/unix/sysv/linux/_exit.c: No such file or directory (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue to breakpoint: _exit continue Continuing. Unable to fetch general registers: No such process. (gdb) FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue Starting logfile: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/gdb.in.6 builtin_spawn /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/../../gdb/gdb -nw -nx -q -iex set height 0 -iex set width 0 -data-directory /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/data-directory -iex set interactive-mode on (gdb) set height 0 (gdb) set width 0 (gdb) dir Reinitialize source path to empty? (y or n) y Source directories searched: $cdir:$cwd (gdb) dir /home/tcwg-buildslave/workspace/tcwg_gnu_3/gdb/gdb/testsuite/gdb.threads Source directories searched: /home/tcwg-buildslave/workspace/tcwg_gnu_3/gdb/gdb/testsuite/gdb.threads:$cdir:$cwd (gdb) kill The program is not being run. (gdb) file /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-continue Reading symbols from /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-continue... (gdb) delete breakpoints (gdb) info breakpoints No breakpoints, watchpoints, tracepoints, or catchpoints. (gdb) break -qualified main Breakpoint 1 at 0x684: file /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c, line 119. (gdb) run Starting program: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-continue [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". Breakpoint 1, main () at /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c:119 119 mypid = getpid (); (gdb) set can-use-hw-watchpoints 0 (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:sw: set can-use-hw-watchpoints 0 tbreak _exit Temporary breakpoint 2 at 0xf7f35408: _exit. (2 locations) (gdb) continue Continuing. [New Thread 0xf7eac420 (LWP 1130795) (id 2)] [New Thread 0xf76ab420 (LWP 1130796) (id 3)] [New Thread 0xf6eaa420 (LWP 1130797) (id 4)] [New Thread 0xf66a9420 (LWP 1130798) (id 5)] [New Thread 0xf5ea8420 (LWP 1130799) (id 6)] [New Thread 0xf56a7420 (LWP 1130800) (id 7)] [New Thread 0xf4ea6420 (LWP 1130801) (id 8)] [New Thread 0xf46a5420 (LWP 1130802) (id 9)] [New Thread 0xf3ea4420 (LWP 1130803) (id 10)] [New Thread 0xf36a3420 (LWP 1130804) (id 11)] [New Thread 0xf2ea2420 (LWP 1130805) (id 12)] [New Thread 0xf26a1420 (LWP 1130806) (id 13)] [New Thread 0xf1ea0420 (LWP 1130807) (id 14)] [New Thread 0xf169f420 (LWP 1130808) (id 15)] [New Thread 0xf0e9e420 (LWP 1130809) (id 16)] [New Thread 0xf069d420 (LWP 1130810) (id 17)] [New Thread 0xefe9c420 (LWP 1130811) (id 18)] [New Thread 0xef69b420 (LWP 1130812) (id 19)] [New Thread 0xeee9a420 (LWP 1130813) (id 20)] [New Thread 0xee699420 (LWP 1130814) (id 21)] [New Thread 0xede98420 (LWP 1130815) (id 22)] [New Thread 0xed697420 (LWP 1130816) (id 23)] [New Thread 0xece96420 (LWP 1130817) (id 24)] [New Thread 0xec695420 (LWP 1130818) (id 25)] [New Thread 0xebe94420 (LWP 1130819) (id 26)] [New Thread 0xeb693420 (LWP 1130820) (id 27)] [New Thread 0xeae92420 (LWP 1130821) (id 28)] [New Thread 0xea691420 (LWP 1130822) (id 29)] [New Thread 0xe9e90420 (LWP 1130823) (id 30)] [New Thread 0xe968f420 (LWP 1130824) (id 31)] [New Thread 0xe8e8e420 (LWP 1130825) (id 32)] [New Thread 0xe868d420 (LWP 1130826) (id 33)] [New Thread 0xe7e8c420 (LWP 1130827) (id 34)] [New Thread 0xe768b420 (LWP 1130828) (id 35)] [New Thread 0xe6e8a420 (LWP 1130829) (id 36)] [New Thread 0xe6689420 (LWP 1130830) (id 37)] [New Thread 0xe5e88420 (LWP 1130831) (id 38)] [New Thread 0xe5687420 (LWP 1130832) (id 39)] [New Thread 0xe4e86420 (LWP 1130833) (id 40)] [New Thread 0xe4685420 (LWP 1130834) (id 41)] [New Thread 0xe3e84420 (LWP 1130835) (id 42)] [New Thread 0xe3683420 (LWP 1130836) (id 43)] [New Thread 0xe2e82420 (LWP 1130837) (id 44)] [New Thread 0xe2681420 (LWP 1130838) (id 45)] [New Thread 0xe1e80420 (LWP 1130839) (id 46)] [New Thread 0xe167f420 (LWP 1130840) (id 47)] [New Thread 0xe0e7e420 (LWP 1130841) (id 48)] [New Thread 0xe067d420 (LWP 1130842) (id 49)] [New Thread 0xdfe7c420 (LWP 1130843) (id 50)] [New Thread 0xdf67b420 (LWP 1130844) (id 51)] [New Thread 0xdee7a420 (LWP 1130845) (id 52)] [New Thread 0xde679420 (LWP 1130846) (id 53)] [New Thread 0xdde78420 (LWP 1130847) (id 54)] [New Thread 0xdd677420 (LWP 1130848) (id 55)] [New Thread 0xdce76420 (LWP 1130849) (id 56)] [New Thread 0xdc675420 (LWP 1130850) (id 57)] [New Thread 0xdbe74420 (LWP 1130851) (id 58)] [New Thread 0xdb673420 (LWP 1130852) (id 59)] [New Thread 0xdae72420 (LWP 1130853) (id 60)] [New Thread 0xda671420 (LWP 1130854) (id 61)] [New Thread 0xd9e70420 (LWP 1130855) (id 62)] [New Thread 0xd966f420 (LWP 1130856) (id 63)] [New Thread 0xd8e6e420 (LWP 1130857) (id 64)] [New Thread 0xd866d420 (LWP 1130858) (id 65)] [New Thread 0xd7e6c420 (LWP 1130859) (id 66)] [New Thread 0xd766b420 (LWP 1130860) (id 67)] [New Thread 0xd6e6a420 (LWP 1130861) (id 68)] [New Thread 0xd6669420 (LWP 1130862) (id 69)] [New Thread 0xd5e68420 (LWP 1130863) (id 70)] [New Thread 0xd5667420 (LWP 1130864) (id 71)] [New Thread 0xd4e66420 (LWP 1130865) (id 72)] [New Thread 0xd4665420 (LWP 1130866) (id 73)] [New Thread 0xd3e64420 (LWP 1130867) (id 74)] [New Thread 0xd3663420 (LWP 1130868) (id 75)] [New Thread 0xd2e62420 (LWP 1130869) (id 76)] [New Thread 0xd2661420 (LWP 1130870) (id 77)] [New Thread 0xd1e60420 (LWP 1130871) (id 78)] [New Thread 0xd165f420 (LWP 1130872) (id 79)] [New Thread 0xd0e5e420 (LWP 1130873) (id 80)] [New Thread 0xd065d420 (LWP 1130874) (id 81)] [New Thread 0xcfe5c420 (LWP 1130875) (id 82)] [New Thread 0xcf65b420 (LWP 1130876) (id 83)] [New Thread 0xcee5a420 (LWP 1130877) (id 84)] [New Thread 0xce659420 (LWP 1130878) (id 85)] [New Thread 0xcde58420 (LWP 1130879) (id 86)] [New Thread 0xcd657420 (LWP 1130880) (id 87)] [New Thread 0xcce56420 (LWP 1130881) (id 88)] [New Thread 0xcc655420 (LWP 1130882) (id 89)] [New Thread 0xcbe54420 (LWP 1130883) (id 90)] [New Thread 0xcb653420 (LWP 1130884) (id 91)] [New Thread 0xcae52420 (LWP 1130885) (id 92)] [New Thread 0xca651420 (LWP 1130886) (id 93)] [New Thread 0xc9e50420 (LWP 1130887) (id 94)] [New Thread 0xc964f420 (LWP 1130888) (id 95)] [New Thread 0xc8e4e420 (LWP 1130889) (id 96)] [New Thread 0xc864d420 (LWP 1130890) (id 97)] [New Thread 0xc7e4c420 (LWP 1130891) (id 98)] [New Thread 0xc764b420 (LWP 1130892) (id 99)] [New Thread 0xc6e4a420 (LWP 1130893) (id 100)] [New Thread 0xc6649420 (LWP 1130894) (id 101)] [New Thread 0xc5e48420 (LWP 1130895) (id 102)] [New Thread 0xc5647420 (LWP 1130896) (id 103)] [New Thread 0xc4e46420 (LWP 1130897) (id 104)] [New Thread 0xc4645420 (LWP 1130898) (id 105)] [New Thread 0xc3e44420 (LWP 1130899) (id 106)] [New Thread 0xc3643420 (LWP 1130900) (id 107)] [New Thread 0xc2e42420 (LWP 1130901) (id 108)] [New Thread 0xc2641420 (LWP 1130902) (id 109)] [New Thread 0xc1e40420 (LWP 1130903) (id 110)] [New Thread 0xc163f420 (LWP 1130904) (id 111)] [New Thread 0xc0e3e420 (LWP 1130905) (id 112)] [New Thread 0xc063d420 (LWP 1130906) (id 113)] [New Thread 0xbfe3c420 (LWP 1130907) (id 114)] [New Thread 0xbf63b420 (LWP 1130908) (id 115)] [New Thread 0xbee3a420 (LWP 1130909) (id 116)] [New Thread 0xbe639420 (LWP 1130910) (id 117)] [New Thread 0xbde38420 (LWP 1130911) (id 118)] [New Thread 0xbd637420 (LWP 1130912) (id 119)] [New Thread 0xbce36420 (LWP 1130913) (id 120)] [New Thread 0xbc635420 (LWP 1130914) (id 121)] [New Thread 0xbbe34420 (LWP 1130915) (id 122)] [New Thread 0xbb633420 (LWP 1130916) (id 123)] [New Thread 0xbae32420 (LWP 1130917) (id 124)] [New Thread 0xba631420 (LWP 1130918) (id 125)] [New Thread 0xb9e30420 (LWP 1130919) (id 126)] [New Thread 0xb962f420 (LWP 1130920) (id 127)] [New Thread 0xb8e2e420 (LWP 1130921) (id 128)] [New Thread 0xb862d420 (LWP 1130922) (id 129)] [New Thread 0xb7e2c420 (LWP 1130923) (id 130)] [New Thread 0xb762b420 (LWP 1130924) (id 131)] [New Thread 0xb6e2a420 (LWP 1130925) (id 132)] [New Thread 0xb6629420 (LWP 1130926) (id 133)] [New Thread 0xb5e28420 (LWP 1130927) (id 134)] [New Thread 0xb5627420 (LWP 1130928) (id 135)] [New Thread 0xb4e26420 (LWP 1130929) (id 136)] [New Thread 0xb4625420 (LWP 1130930) (id 137)] [New Thread 0xb3e24420 (LWP 1130931) (id 138)] [New Thread 0xb3623420 (LWP 1130932) (id 139)] [New Thread 0xb2e22420 (LWP 1130933) (id 140)] [New Thread 0xb2621420 (LWP 1130934) (id 141)] [New Thread 0xb1e20420 (LWP 1130935) (id 142)] [New Thread 0xb161f420 (LWP 1130936) (id 143)] [New Thread 0xb0e1e420 (LWP 1130937) (id 144)] [New Thread 0xb061d420 (LWP 1130938) (id 145)] [New Thread 0xafe1c420 (LWP 1130939) (id 146)] [New Thread 0xaf61b420 (LWP 1130940) (id 147)] [New Thread 0xaee1a420 (LWP 1130941) (id 148)] [New Thread 0xae619420 (LWP 1130942) (id 149)] [New Thread 0xade18420 (LWP 1130943) (id 150)] [New Thread 0xad617420 (LWP 1130944) (id 151)] [New Thread 0xace16420 (LWP 1130945) (id 152)] [New Thread 0xac615420 (LWP 1130946) (id 153)] [New Thread 0xabe14420 (LWP 1130947) (id 154)] [New Thread 0xab613420 (LWP 1130948) (id 155)] [New Thread 0xaae12420 (LWP 1130949) (id 156)] [New Thread 0xaa611420 (LWP 1130950) (id 157)] [New Thread 0xa9e10420 (LWP 1130951) (id 158)] [New Thread 0xa960f420 (LWP 1130952) (id 159)] [New Thread 0xa8e0e420 (LWP 1130953) (id 160)] [New Thread 0xa860d420 (LWP 1130954) (id 161)] [New Thread 0xa7e0c420 (LWP 1130955) (id 162)] [New Thread 0xa760b420 (LWP 1130956) (id 163)] [New Thread 0xa6e0a420 (LWP 1130957) (id 164)] [New Thread 0xa6609420 (LWP 1130958) (id 165)] [New Thread 0xa5e08420 (LWP 1130959) (id 166)] [New Thread 0xa5607420 (LWP 1130960) (id 167)] [New Thread 0xa4e06420 (LWP 1130961) (id 168)] [New Thread 0xa4605420 (LWP 1130962) (id 169)] [New Thread 0xa3e04420 (LWP 1130963) (id 170)] [New Thread 0xa3603420 (LWP 1130964) (id 171)] [New Thread 0xa2e02420 (LWP 1130965) (id 172)] [New Thread 0xa2601420 (LWP 1130966) (id 173)] [New Thread 0xa1e00420 (LWP 1130967) (id 174)] [New Thread 0xa15ff420 (LWP 1130968) (id 175)] [New Thread 0xa0dfe420 (LWP 1130969) (id 176)] [New Thread 0xa05fd420 (LWP 1130970) (id 177)] [New Thread 0x9fdfc420 (LWP 1130971) (id 178)] [New Thread 0x9f5fb420 (LWP 1130972) (id 179)] [New Thread 0x9edfa420 (LWP 1130973) (id 180)] [New Thread 0x9e5f9420 (LWP 1130974) (id 181)] [New Thread 0x9ddf8420 (LWP 1130975) (id 182)] [New Thread 0x9d5f7420 (LWP 1130976) (id 183)] [New Thread 0x9cdf6420 (LWP 1130977) (id 184)] [New Thread 0x9c5f5420 (LWP 1130978) (id 185)] [New Thread 0x9bdf4420 (LWP 1130979) (id 186)] [New Thread 0x9b5f3420 (LWP 1130980) (id 187)] [New Thread 0x9adf2420 (LWP 1130981) (id 188)] [New Thread 0x9a5f1420 (LWP 1130982) (id 189)] [New Thread 0x99df0420 (LWP 1130983) (id 190)] [New Thread 0x995ef420 (LWP 1130984) (id 191)] [New Thread 0x98dee420 (LWP 1130985) (id 192)] [New Thread 0x985ed420 (LWP 1130986) (id 193)] [New Thread 0x97dec420 (LWP 1130987) (id 194)] [New Thread 0x975eb420 (LWP 1130988) (id 195)] [New Thread 0x96dea420 (LWP 1130989) (id 196)] [New Thread 0x965e9420 (LWP 1130990) (id 197)] [New Thread 0x95de8420 (LWP 1130991) (id 198)] [New Thread 0x955e7420 (LWP 1130992) (id 199)] [New Thread 0x94de6420 (LWP 1130993) (id 200)] [New Thread 0x945e5420 (LWP 1130994) (id 201)] [New Thread 0x93de4420 (LWP 1130995) (id 202)] [New Thread 0x935e3420 (LWP 1130996) (id 203)] [New Thread 0x92de2420 (LWP 1130997) (id 204)] [New Thread 0x925e1420 (LWP 1130998) (id 205)] [New Thread 0x91de0420 (LWP 1130999) (id 206)] [New Thread 0x915df420 (LWP 1131000) (id 207)] [New Thread 0x90dde420 (LWP 1131001) (id 208)] [New Thread 0x905dd420 (LWP 1131002) (id 209)] [New Thread 0x8fddc420 (LWP 1131003) (id 210)] [New Thread 0x8f5db420 (LWP 1131004) (id 211)] [New Thread 0x8edda420 (LWP 1131005) (id 212)] [New Thread 0x8e5d9420 (LWP 1131006) (id 213)] [New Thread 0x8ddd8420 (LWP 1131007) (id 214)] [New Thread 0x8d5d7420 (LWP 1131008) (id 215)] [New Thread 0x8cdd6420 (LWP 1131009) (id 216)] [New Thread 0x8c5d5420 (LWP 1131010) (id 217)] [New Thread 0x8bdd4420 (LWP 1131011) (id 218)] [New Thread 0x8b5d3420 (LWP 1131012) (id 219)] [New Thread 0x8add2420 (LWP 1131013) (id 220)] [New Thread 0x8a5d1420 (LWP 1131014) (id 221)] [New Thread 0x89dd0420 (LWP 1131015) (id 222)] [New Thread 0x895cf420 (LWP 1131016) (id 223)] [New Thread 0x88dce420 (LWP 1131017) (id 224)] [New Thread 0x885cd420 (LWP 1131018) (id 225)] [New Thread 0x87dcc420 (LWP 1131019) (id 226)] [New Thread 0x875cb420 (LWP 1131020) (id 227)] [New Thread 0x86dca420 (LWP 1131021) (id 228)] [New Thread 0x865c9420 (LWP 1131022) (id 229)] [New Thread 0x85dc8420 (LWP 1131023) (id 230)] [New Thread 0x855c7420 (LWP 1131024) (id 231)] [New Thread 0x84dc6420 (LWP 1131025) (id 232)] [New Thread 0x845c5420 (LWP 1131026) (id 233)] [New Thread 0x83dc4420 (LWP 1131027) (id 234)] [New Thread 0x835c3420 (LWP 1131028) (id 235)] [New Thread 0x82dc2420 (LWP 1131029) (id 236)] [New Thread 0x825c1420 (LWP 1131030) (id 237)] [New Thread 0x81dc0420 (LWP 1131031) (id 238)] [New Thread 0x815bf420 (LWP 1131032) (id 239)] [New Thread 0x80dbe420 (LWP 1131033) (id 240)] [New Thread 0x805bd420 (LWP 1131034) (id 241)] [New Thread 0x7fdbc420 (LWP 1131035) (id 242)] [New Thread 0x7f5bb420 (LWP 1131036) (id 243)] [New Thread 0x7edba420 (LWP 1131037) (id 244)] [New Thread 0x7e5b9420 (LWP 1131038) (id 245)] [New Thread 0x7ddb8420 (LWP 1131039) (id 246)] [New Thread 0x7d5b7420 (LWP 1131040) (id 247)] [New Thread 0x7cdb6420 (LWP 1131041) (id 248)] [New Thread 0x7c5b5420 (LWP 1131042) (id 249)] [New Thread 0x7bdb4420 (LWP 1131043) (id 250)] [New Thread 0x7b5b3420 (LWP 1131044) (id 251)] [New Thread 0x7adb2420 (LWP 1131045) (id 252)] [New Thread 0x7a5b1420 (LWP 1131046) (id 253)] [New Thread 0x79db0420 (LWP 1131047) (id 254)] [New Thread 0x795af420 (LWP 1131048) (id 255)] [New Thread 0x78dae420 (LWP 1131049) (id 256)] [New Thread 0x785ad420 (LWP 1131050) (id 257)] [Switching to Thread 0x935e3420 (LWP 1130996)] Thread 203 "process-dies-wh" hit Temporary breakpoint 2.1, __GI__exit (status=0) at ../sysdeps/unix/sysv/linux/_exit.c:30 warning: 30 ../sysdeps/unix/sysv/linux/_exit.c: No such file or directory (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:sw: continue to breakpoint: _exit watch globalvar Watchpoint 3: globalvar (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:sw: watch globalvar continue Continuing. Cannot find user-level thread for LWP 1130817: generic error (gdb) KFAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:sw: continue (PRMS: gdb/28375) Starting logfile: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/gdb.in.7 builtin_spawn /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/../../gdb/gdb -nw -nx -q -iex set height 0 -iex set width 0 -data-directory /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/data-directory -iex set interactive-mode on (gdb) set height 0 (gdb) set width 0 (gdb) dir Reinitialize source path to empty? (y or n) y Source directories searched: $cdir:$cwd (gdb) dir /home/tcwg-buildslave/workspace/tcwg_gnu_3/gdb/gdb/testsuite/gdb.threads Source directories searched: /home/tcwg-buildslave/workspace/tcwg_gnu_3/gdb/gdb/testsuite/gdb.threads:$cdir:$cwd (gdb) kill The program is not being run. (gdb) file /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-continue Reading symbols from /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-continue... (gdb) delete breakpoints (gdb) info breakpoints No breakpoints, watchpoints, tracepoints, or catchpoints. (gdb) break -qualified main Breakpoint 1 at 0x684: file /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c, line 119. (gdb) run Starting program: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-continue [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". Breakpoint 1, main () at /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c:119 119 mypid = getpid (); (gdb) watch globalvar Hardware watchpoint 2: globalvar (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: watch globalvar tbreak _exit Temporary breakpoint 3 at 0xf7f35408: _exit. (2 locations) (gdb) continue Continuing. [New Thread 0xf7eac420 (LWP 1131087) (id 2)] [New Thread 0xf76ab420 (LWP 1131088) (id 3)] [New Thread 0xf6eaa420 (LWP 1131089) (id 4)] [New Thread 0xf66a9420 (LWP 1131090) (id 5)] [New Thread 0xf5ea8420 (LWP 1131091) (id 6)] [New Thread 0xf56a7420 (LWP 1131092) (id 7)] [New Thread 0xf4ea6420 (LWP 1131093) (id 8)] [New Thread 0xf46a5420 (LWP 1131094) (id 9)] [New Thread 0xf3ea4420 (LWP 1131095) (id 10)] [New Thread 0xf36a3420 (LWP 1131096) (id 11)] [New Thread 0xf2ea2420 (LWP 1131097) (id 12)] [New Thread 0xf26a1420 (LWP 1131098) (id 13)] [New Thread 0xf1ea0420 (LWP 1131099) (id 14)] [New Thread 0xf169f420 (LWP 1131100) (id 15)] [New Thread 0xf0e9e420 (LWP 1131101) (id 16)] [New Thread 0xf069d420 (LWP 1131102) (id 17)] [New Thread 0xefe9c420 (LWP 1131103) (id 18)] [New Thread 0xef69b420 (LWP 1131104) (id 19)] [New Thread 0xeee9a420 (LWP 1131105) (id 20)] [New Thread 0xee699420 (LWP 1131106) (id 21)] [New Thread 0xede98420 (LWP 1131107) (id 22)] [New Thread 0xed697420 (LWP 1131108) (id 23)] [New Thread 0xece96420 (LWP 1131109) (id 24)] [New Thread 0xec695420 (LWP 1131110) (id 25)] [New Thread 0xebe94420 (LWP 1131111) (id 26)] [New Thread 0xeb693420 (LWP 1131112) (id 27)] [New Thread 0xeae92420 (LWP 1131113) (id 28)] [New Thread 0xea691420 (LWP 1131114) (id 29)] [New Thread 0xe9e90420 (LWP 1131115) (id 30)] [New Thread 0xe968f420 (LWP 1131116) (id 31)] [New Thread 0xe8e8e420 (LWP 1131117) (id 32)] [New Thread 0xe868d420 (LWP 1131118) (id 33)] [New Thread 0xe7e8c420 (LWP 1131119) (id 34)] [New Thread 0xe768b420 (LWP 1131120) (id 35)] [New Thread 0xe6e8a420 (LWP 1131121) (id 36)] [New Thread 0xe6689420 (LWP 1131122) (id 37)] [New Thread 0xe5e88420 (LWP 1131123) (id 38)] [New Thread 0xe5687420 (LWP 1131124) (id 39)] [New Thread 0xe4e86420 (LWP 1131125) (id 40)] [New Thread 0xe4685420 (LWP 1131126) (id 41)] [New Thread 0xe3e84420 (LWP 1131127) (id 42)] [New Thread 0xe3683420 (LWP 1131128) (id 43)] [New Thread 0xe2e82420 (LWP 1131129) (id 44)] [New Thread 0xe2681420 (LWP 1131130) (id 45)] [New Thread 0xe1e80420 (LWP 1131131) (id 46)] [New Thread 0xe167f420 (LWP 1131132) (id 47)] [New Thread 0xe0e7e420 (LWP 1131133) (id 48)] [New Thread 0xe067d420 (LWP 1131134) (id 49)] [New Thread 0xdfe7c420 (LWP 1131135) (id 50)] [New Thread 0xdf67b420 (LWP 1131136) (id 51)] [New Thread 0xdee7a420 (LWP 1131137) (id 52)] [New Thread 0xde679420 (LWP 1131138) (id 53)] [New Thread 0xdde78420 (LWP 1131139) (id 54)] [New Thread 0xdd677420 (LWP 1131140) (id 55)] [New Thread 0xdce76420 (LWP 1131141) (id 56)] [New Thread 0xdc675420 (LWP 1131142) (id 57)] [New Thread 0xdbe74420 (LWP 1131143) (id 58)] [New Thread 0xdb673420 (LWP 1131144) (id 59)] [New Thread 0xdae72420 (LWP 1131145) (id 60)] [New Thread 0xda671420 (LWP 1131146) (id 61)] [New Thread 0xd9e70420 (LWP 1131147) (id 62)] [New Thread 0xd966f420 (LWP 1131148) (id 63)] [New Thread 0xd8e6e420 (LWP 1131149) (id 64)] [New Thread 0xd866d420 (LWP 1131150) (id 65)] [New Thread 0xd7e6c420 (LWP 1131151) (id 66)] [New Thread 0xd766b420 (LWP 1131152) (id 67)] [New Thread 0xd6e6a420 (LWP 1131153) (id 68)] [New Thread 0xd6669420 (LWP 1131154) (id 69)] [New Thread 0xd5e68420 (LWP 1131155) (id 70)] [New Thread 0xd5667420 (LWP 1131156) (id 71)] [New Thread 0xd4e66420 (LWP 1131157) (id 72)] [New Thread 0xd4665420 (LWP 1131158) (id 73)] [New Thread 0xd3e64420 (LWP 1131159) (id 74)] [New Thread 0xd3663420 (LWP 1131160) (id 75)] [New Thread 0xd2e62420 (LWP 1131161) (id 76)] [New Thread 0xd2661420 (LWP 1131162) (id 77)] [New Thread 0xd1e60420 (LWP 1131163) (id 78)] [New Thread 0xd165f420 (LWP 1131164) (id 79)] [New Thread 0xd0e5e420 (LWP 1131165) (id 80)] [New Thread 0xd065d420 (LWP 1131166) (id 81)] [New Thread 0xcfe5c420 (LWP 1131167) (id 82)] [New Thread 0xcf65b420 (LWP 1131168) (id 83)] [New Thread 0xcee5a420 (LWP 1131169) (id 84)] [New Thread 0xce659420 (LWP 1131170) (id 85)] [New Thread 0xcde58420 (LWP 1131171) (id 86)] [New Thread 0xcd657420 (LWP 1131172) (id 87)] [New Thread 0xcce56420 (LWP 1131173) (id 88)] [New Thread 0xcc655420 (LWP 1131174) (id 89)] [New Thread 0xcbe54420 (LWP 1131175) (id 90)] [New Thread 0xcb653420 (LWP 1131176) (id 91)] [New Thread 0xcae52420 (LWP 1131177) (id 92)] [New Thread 0xca651420 (LWP 1131178) (id 93)] [New Thread 0xc9e50420 (LWP 1131179) (id 94)] [New Thread 0xc964f420 (LWP 1131180) (id 95)] [New Thread 0xc8e4e420 (LWP 1131181) (id 96)] [New Thread 0xc864d420 (LWP 1131182) (id 97)] [New Thread 0xc7e4c420 (LWP 1131183) (id 98)] [New Thread 0xc764b420 (LWP 1131184) (id 99)] [New Thread 0xc6e4a420 (LWP 1131185) (id 100)] [New Thread 0xc6649420 (LWP 1131186) (id 101)] [New Thread 0xc5e48420 (LWP 1131187) (id 102)] [New Thread 0xc5647420 (LWP 1131188) (id 103)] [New Thread 0xc4e46420 (LWP 1131189) (id 104)] [New Thread 0xc4645420 (LWP 1131190) (id 105)] [New Thread 0xc3e44420 (LWP 1131191) (id 106)] [New Thread 0xc3643420 (LWP 1131192) (id 107)] [New Thread 0xc2e42420 (LWP 1131193) (id 108)] [New Thread 0xc2641420 (LWP 1131194) (id 109)] [New Thread 0xc1e40420 (LWP 1131195) (id 110)] [New Thread 0xc163f420 (LWP 1131196) (id 111)] [New Thread 0xc0e3e420 (LWP 1131197) (id 112)] [New Thread 0xc063d420 (LWP 1131198) (id 113)] [New Thread 0xbfe3c420 (LWP 1131199) (id 114)] [New Thread 0xbf63b420 (LWP 1131200) (id 115)] [New Thread 0xbee3a420 (LWP 1131201) (id 116)] [New Thread 0xbe639420 (LWP 1131202) (id 117)] [New Thread 0xbde38420 (LWP 1131203) (id 118)] [New Thread 0xbd637420 (LWP 1131204) (id 119)] [New Thread 0xbce36420 (LWP 1131205) (id 120)] [New Thread 0xbc635420 (LWP 1131206) (id 121)] [New Thread 0xbbe34420 (LWP 1131207) (id 122)] [New Thread 0xbb633420 (LWP 1131208) (id 123)] [New Thread 0xbae32420 (LWP 1131209) (id 124)] [New Thread 0xba631420 (LWP 1131210) (id 125)] [New Thread 0xb9e30420 (LWP 1131211) (id 126)] [New Thread 0xb962f420 (LWP 1131212) (id 127)] [New Thread 0xb8e2e420 (LWP 1131213) (id 128)] [New Thread 0xb862d420 (LWP 1131214) (id 129)] [New Thread 0xb7e2c420 (LWP 1131215) (id 130)] [New Thread 0xb762b420 (LWP 1131216) (id 131)] [New Thread 0xb6e2a420 (LWP 1131217) (id 132)] [New Thread 0xb6629420 (LWP 1131218) (id 133)] [New Thread 0xb5e28420 (LWP 1131219) (id 134)] [New Thread 0xb5627420 (LWP 1131220) (id 135)] [New Thread 0xb4e26420 (LWP 1131221) (id 136)] [New Thread 0xb4625420 (LWP 1131222) (id 137)] [New Thread 0xb3e24420 (LWP 1131223) (id 138)] [New Thread 0xb3623420 (LWP 1131224) (id 139)] [New Thread 0xb2e22420 (LWP 1131225) (id 140)] [New Thread 0xb2621420 (LWP 1131226) (id 141)] [New Thread 0xb1e20420 (LWP 1131227) (id 142)] [New Thread 0xb161f420 (LWP 1131228) (id 143)] [New Thread 0xb0e1e420 (LWP 1131229) (id 144)] [New Thread 0xb061d420 (LWP 1131230) (id 145)] [New Thread 0xafe1c420 (LWP 1131231) (id 146)] [New Thread 0xaf61b420 (LWP 1131232) (id 147)] [New Thread 0xaee1a420 (LWP 1131233) (id 148)] [New Thread 0xae619420 (LWP 1131234) (id 149)] [New Thread 0xade18420 (LWP 1131235) (id 150)] [New Thread 0xad617420 (LWP 1131236) (id 151)] [New Thread 0xace16420 (LWP 1131237) (id 152)] [New Thread 0xac615420 (LWP 1131238) (id 153)] [New Thread 0xabe14420 (LWP 1131239) (id 154)] [New Thread 0xab613420 (LWP 1131240) (id 155)] [New Thread 0xaae12420 (LWP 1131241) (id 156)] [New Thread 0xaa611420 (LWP 1131242) (id 157)] [New Thread 0xa9e10420 (LWP 1131243) (id 158)] [New Thread 0xa960f420 (LWP 1131244) (id 159)] [New Thread 0xa8e0e420 (LWP 1131245) (id 160)] [New Thread 0xa860d420 (LWP 1131246) (id 161)] [New Thread 0xa7e0c420 (LWP 1131247) (id 162)] [New Thread 0xa760b420 (LWP 1131248) (id 163)] [New Thread 0xa6e0a420 (LWP 1131249) (id 164)] [New Thread 0xa6609420 (LWP 1131250) (id 165)] [New Thread 0xa5e08420 (LWP 1131251) (id 166)] [New Thread 0xa5607420 (LWP 1131252) (id 167)] [New Thread 0xa4e06420 (LWP 1131253) (id 168)] [New Thread 0xa4605420 (LWP 1131254) (id 169)] [New Thread 0xa3e04420 (LWP 1131255) (id 170)] [New Thread 0xa3603420 (LWP 1131256) (id 171)] [New Thread 0xa2e02420 (LWP 1131257) (id 172)] [New Thread 0xa2601420 (LWP 1131258) (id 173)] [New Thread 0xa1e00420 (LWP 1131259) (id 174)] [New Thread 0xa15ff420 (LWP 1131260) (id 175)] [New Thread 0xa0dfe420 (LWP 1131261) (id 176)] [New Thread 0xa05fd420 (LWP 1131262) (id 177)] [New Thread 0x9fdfc420 (LWP 1131263) (id 178)] [New Thread 0x9f5fb420 (LWP 1131264) (id 179)] [New Thread 0x9edfa420 (LWP 1131265) (id 180)] [New Thread 0x9e5f9420 (LWP 1131266) (id 181)] [New Thread 0x9ddf8420 (LWP 1131267) (id 182)] [New Thread 0x9d5f7420 (LWP 1131268) (id 183)] [New Thread 0x9cdf6420 (LWP 1131269) (id 184)] [New Thread 0x9c5f5420 (LWP 1131270) (id 185)] [New Thread 0x9bdf4420 (LWP 1131271) (id 186)] [New Thread 0x9b5f3420 (LWP 1131272) (id 187)] [New Thread 0x9adf2420 (LWP 1131273) (id 188)] [New Thread 0x9a5f1420 (LWP 1131274) (id 189)] [New Thread 0x99df0420 (LWP 1131275) (id 190)] [New Thread 0x995ef420 (LWP 1131276) (id 191)] [New Thread 0x98dee420 (LWP 1131277) (id 192)] [New Thread 0x985ed420 (LWP 1131278) (id 193)] [New Thread 0x97dec420 (LWP 1131279) (id 194)] [New Thread 0x975eb420 (LWP 1131280) (id 195)] [New Thread 0x96dea420 (LWP 1131281) (id 196)] [New Thread 0x965e9420 (LWP 1131282) (id 197)] [New Thread 0x95de8420 (LWP 1131283) (id 198)] [New Thread 0x955e7420 (LWP 1131284) (id 199)] [New Thread 0x94de6420 (LWP 1131285) (id 200)] [New Thread 0x945e5420 (LWP 1131286) (id 201)] [New Thread 0x93de4420 (LWP 1131287) (id 202)] [New Thread 0x935e3420 (LWP 1131288) (id 203)] [New Thread 0x92de2420 (LWP 1131289) (id 204)] [New Thread 0x925e1420 (LWP 1131290) (id 205)] [New Thread 0x91de0420 (LWP 1131291) (id 206)] [New Thread 0x915df420 (LWP 1131292) (id 207)] [New Thread 0x90dde420 (LWP 1131293) (id 208)] [New Thread 0x905dd420 (LWP 1131294) (id 209)] [New Thread 0x8fddc420 (LWP 1131295) (id 210)] [New Thread 0x8f5db420 (LWP 1131296) (id 211)] [New Thread 0x8edda420 (LWP 1131297) (id 212)] [New Thread 0x8e5d9420 (LWP 1131298) (id 213)] [New Thread 0x8ddd8420 (LWP 1131299) (id 214)] [New Thread 0x8d5d7420 (LWP 1131300) (id 215)] [New Thread 0x8cdd6420 (LWP 1131301) (id 216)] [New Thread 0x8c5d5420 (LWP 1131302) (id 217)] [New Thread 0x8bdd4420 (LWP 1131303) (id 218)] [New Thread 0x8b5d3420 (LWP 1131304) (id 219)] [New Thread 0x8add2420 (LWP 1131305) (id 220)] [New Thread 0x8a5d1420 (LWP 1131306) (id 221)] [New Thread 0x89dd0420 (LWP 1131307) (id 222)] [New Thread 0x895cf420 (LWP 1131308) (id 223)] [New Thread 0x88dce420 (LWP 1131309) (id 224)] [New Thread 0x885cd420 (LWP 1131310) (id 225)] [New Thread 0x87dcc420 (LWP 1131311) (id 226)] [New Thread 0x875cb420 (LWP 1131312) (id 227)] [New Thread 0x86dca420 (LWP 1131313) (id 228)] [New Thread 0x865c9420 (LWP 1131314) (id 229)] [New Thread 0x85dc8420 (LWP 1131315) (id 230)] [New Thread 0x855c7420 (LWP 1131316) (id 231)] [New Thread 0x84dc6420 (LWP 1131317) (id 232)] [New Thread 0x845c5420 (LWP 1131318) (id 233)] [New Thread 0x83dc4420 (LWP 1131319) (id 234)] [New Thread 0x835c3420 (LWP 1131320) (id 235)] [New Thread 0x82dc2420 (LWP 1131321) (id 236)] [New Thread 0x825c1420 (LWP 1131322) (id 237)] [New Thread 0x81dc0420 (LWP 1131323) (id 238)] [New Thread 0x815bf420 (LWP 1131324) (id 239)] [New Thread 0x80dbe420 (LWP 1131325) (id 240)] [New Thread 0x805bd420 (LWP 1131326) (id 241)] [New Thread 0x7fdbc420 (LWP 1131327) (id 242)] [New Thread 0x7f5bb420 (LWP 1131328) (id 243)] [New Thread 0x7edba420 (LWP 1131329) (id 244)] [New Thread 0x7e5b9420 (LWP 1131330) (id 245)] [New Thread 0x7ddb8420 (LWP 1131331) (id 246)] [New Thread 0x7d5b7420 (LWP 1131332) (id 247)] [New Thread 0x7cdb6420 (LWP 1131333) (id 248)] [New Thread 0x7c5b5420 (LWP 1131334) (id 249)] [New Thread 0x7bdb4420 (LWP 1131335) (id 250)] [New Thread 0x7b5b3420 (LWP 1131336) (id 251)] [New Thread 0x7adb2420 (LWP 1131337) (id 252)] [New Thread 0x7a5b1420 (LWP 1131338) (id 253)] [New Thread 0x79db0420 (LWP 1131339) (id 254)] [New Thread 0x795af420 (LWP 1131340) (id 255)] [New Thread 0x78dae420 (LWP 1131341) (id 256)] [New Thread 0x785ad420 (LWP 1131342) (id 257)] [Switching to Thread 0xb8e2e420 (LWP 1131213)] Thread 128 "process-dies-wh" hit Temporary breakpoint 3.1, __GI__exit (status=0) at ../sysdeps/unix/sysv/linux/_exit.c:30 warning: 30 ../sysdeps/unix/sysv/linux/_exit.c: No such file or directory (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue to breakpoint: _exit continue Continuing. Unable to fetch general registers: No such process. (gdb) FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue Starting logfile: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/gdb.in.8 builtin_spawn /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/../../gdb/gdb -nw -nx -q -iex set height 0 -iex set width 0 -data-directory /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/data-directory -iex set interactive-mode on (gdb) set height 0 (gdb) set width 0 (gdb) dir Reinitialize source path to empty? (y or n) y Source directories searched: $cdir:$cwd (gdb) dir /home/tcwg-buildslave/workspace/tcwg_gnu_3/gdb/gdb/testsuite/gdb.threads Source directories searched: /home/tcwg-buildslave/workspace/tcwg_gnu_3/gdb/gdb/testsuite/gdb.threads:$cdir:$cwd (gdb) kill The program is not being run. (gdb) file /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-continue Reading symbols from /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-continue... (gdb) delete breakpoints (gdb) info breakpoints No breakpoints, watchpoints, tracepoints, or catchpoints. (gdb) break -qualified main Breakpoint 1 at 0x684: file /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c, line 119. (gdb) run Starting program: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-0-continue [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". Breakpoint 1, main () at /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c:119 119 mypid = getpid (); (gdb) set breakpoint always-inserted on (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: set breakpoint always-inserted on tbreak _exit Temporary breakpoint 2 at 0xf7f35408: _exit. (2 locations) (gdb) continue Continuing. [New Thread 0xf7eac420 (LWP 1131379) (id 2)] [New Thread 0xf76ab420 (LWP 1131380) (id 3)] [New Thread 0xf6eaa420 (LWP 1131381) (id 4)] [New Thread 0xf66a9420 (LWP 1131382) (id 5)] [New Thread 0xf5ea8420 (LWP 1131383) (id 6)] [New Thread 0xf56a7420 (LWP 1131384) (id 7)] [New Thread 0xf4ea6420 (LWP 1131385) (id 8)] [New Thread 0xf46a5420 (LWP 1131386) (id 9)] [New Thread 0xf3ea4420 (LWP 1131387) (id 10)] [New Thread 0xf36a3420 (LWP 1131388) (id 11)] [New Thread 0xf2ea2420 (LWP 1131389) (id 12)] [New Thread 0xf26a1420 (LWP 1131390) (id 13)] [New Thread 0xf1ea0420 (LWP 1131391) (id 14)] [New Thread 0xf169f420 (LWP 1131392) (id 15)] [New Thread 0xf0e9e420 (LWP 1131393) (id 16)] [New Thread 0xf069d420 (LWP 1131394) (id 17)] [New Thread 0xefe9c420 (LWP 1131395) (id 18)] [New Thread 0xef69b420 (LWP 1131396) (id 19)] [New Thread 0xeee9a420 (LWP 1131397) (id 20)] [New Thread 0xee699420 (LWP 1131398) (id 21)] [New Thread 0xede98420 (LWP 1131399) (id 22)] [New Thread 0xed697420 (LWP 1131400) (id 23)] [New Thread 0xece96420 (LWP 1131401) (id 24)] [New Thread 0xec695420 (LWP 1131402) (id 25)] [New Thread 0xebe94420 (LWP 1131403) (id 26)] [New Thread 0xeb693420 (LWP 1131404) (id 27)] [New Thread 0xeae92420 (LWP 1131405) (id 28)] [New Thread 0xea691420 (LWP 1131406) (id 29)] [New Thread 0xe9e90420 (LWP 1131407) (id 30)] [New Thread 0xe968f420 (LWP 1131408) (id 31)] [New Thread 0xe8e8e420 (LWP 1131409) (id 32)] [New Thread 0xe868d420 (LWP 1131410) (id 33)] [New Thread 0xe7e8c420 (LWP 1131411) (id 34)] [New Thread 0xe768b420 (LWP 1131412) (id 35)] [New Thread 0xe6e8a420 (LWP 1131413) (id 36)] [New Thread 0xe6689420 (LWP 1131414) (id 37)] [New Thread 0xe5e88420 (LWP 1131415) (id 38)] [New Thread 0xe5687420 (LWP 1131416) (id 39)] [New Thread 0xe4e86420 (LWP 1131417) (id 40)] [New Thread 0xe4685420 (LWP 1131418) (id 41)] [New Thread 0xe3e84420 (LWP 1131419) (id 42)] [New Thread 0xe3683420 (LWP 1131420) (id 43)] [New Thread 0xe2e82420 (LWP 1131421) (id 44)] [New Thread 0xe2681420 (LWP 1131422) (id 45)] [New Thread 0xe1e80420 (LWP 1131423) (id 46)] [New Thread 0xe167f420 (LWP 1131424) (id 47)] [New Thread 0xe0e7e420 (LWP 1131425) (id 48)] [New Thread 0xe067d420 (LWP 1131426) (id 49)] [New Thread 0xdfe7c420 (LWP 1131427) (id 50)] [New Thread 0xdf67b420 (LWP 1131428) (id 51)] [New Thread 0xdee7a420 (LWP 1131429) (id 52)] [New Thread 0xde679420 (LWP 1131430) (id 53)] [New Thread 0xdde78420 (LWP 1131431) (id 54)] [New Thread 0xdd677420 (LWP 1131432) (id 55)] [New Thread 0xdce76420 (LWP 1131433) (id 56)] [New Thread 0xdc675420 (LWP 1131434) (id 57)] [New Thread 0xdbe74420 (LWP 1131435) (id 58)] [New Thread 0xdb673420 (LWP 1131436) (id 59)] [New Thread 0xdae72420 (LWP 1131437) (id 60)] [New Thread 0xda671420 (LWP 1131438) (id 61)] [New Thread 0xd9e70420 (LWP 1131439) (id 62)] [New Thread 0xd966f420 (LWP 1131440) (id 63)] [New Thread 0xd8e6e420 (LWP 1131441) (id 64)] [New Thread 0xd866d420 (LWP 1131442) (id 65)] [New Thread 0xd7e6c420 (LWP 1131443) (id 66)] [New Thread 0xd766b420 (LWP 1131444) (id 67)] [New Thread 0xd6e6a420 (LWP 1131445) (id 68)] [New Thread 0xd6669420 (LWP 1131446) (id 69)] [New Thread 0xd5e68420 (LWP 1131447) (id 70)] [New Thread 0xd5667420 (LWP 1131448) (id 71)] [New Thread 0xd4e66420 (LWP 1131449) (id 72)] [New Thread 0xd4665420 (LWP 1131450) (id 73)] [New Thread 0xd3e64420 (LWP 1131451) (id 74)] [New Thread 0xd3663420 (LWP 1131452) (id 75)] [New Thread 0xd2e62420 (LWP 1131453) (id 76)] [New Thread 0xd2661420 (LWP 1131454) (id 77)] [New Thread 0xd1e60420 (LWP 1131455) (id 78)] [New Thread 0xd165f420 (LWP 1131456) (id 79)] [New Thread 0xd0e5e420 (LWP 1131457) (id 80)] [New Thread 0xd065d420 (LWP 1131458) (id 81)] [New Thread 0xcfe5c420 (LWP 1131459) (id 82)] [New Thread 0xcf65b420 (LWP 1131460) (id 83)] [New Thread 0xcee5a420 (LWP 1131461) (id 84)] [New Thread 0xce659420 (LWP 1131462) (id 85)] [New Thread 0xcde58420 (LWP 1131463) (id 86)] [New Thread 0xcd657420 (LWP 1131464) (id 87)] [New Thread 0xcce56420 (LWP 1131465) (id 88)] [New Thread 0xcc655420 (LWP 1131466) (id 89)] [New Thread 0xcbe54420 (LWP 1131467) (id 90)] [New Thread 0xcb653420 (LWP 1131468) (id 91)] [New Thread 0xcae52420 (LWP 1131469) (id 92)] [New Thread 0xca651420 (LWP 1131470) (id 93)] [New Thread 0xc9e50420 (LWP 1131471) (id 94)] [New Thread 0xc964f420 (LWP 1131472) (id 95)] [New Thread 0xc8e4e420 (LWP 1131473) (id 96)] [New Thread 0xc864d420 (LWP 1131474) (id 97)] [New Thread 0xc7e4c420 (LWP 1131475) (id 98)] [New Thread 0xc764b420 (LWP 1131476) (id 99)] [New Thread 0xc6e4a420 (LWP 1131477) (id 100)] [New Thread 0xc6649420 (LWP 1131478) (id 101)] [New Thread 0xc5e48420 (LWP 1131479) (id 102)] [New Thread 0xc5647420 (LWP 1131480) (id 103)] [New Thread 0xc4e46420 (LWP 1131481) (id 104)] [New Thread 0xc4645420 (LWP 1131482) (id 105)] [New Thread 0xc3e44420 (LWP 1131483) (id 106)] [New Thread 0xc3643420 (LWP 1131484) (id 107)] [New Thread 0xc2e42420 (LWP 1131485) (id 108)] [New Thread 0xc2641420 (LWP 1131486) (id 109)] [New Thread 0xc1e40420 (LWP 1131487) (id 110)] [New Thread 0xc163f420 (LWP 1131488) (id 111)] [New Thread 0xc0e3e420 (LWP 1131489) (id 112)] [New Thread 0xc063d420 (LWP 1131490) (id 113)] [New Thread 0xbfe3c420 (LWP 1131491) (id 114)] [New Thread 0xbf63b420 (LWP 1131492) (id 115)] [New Thread 0xbee3a420 (LWP 1131493) (id 116)] [New Thread 0xbe639420 (LWP 1131494) (id 117)] [New Thread 0xbde38420 (LWP 1131495) (id 118)] [New Thread 0xbd637420 (LWP 1131496) (id 119)] [New Thread 0xbce36420 (LWP 1131497) (id 120)] [New Thread 0xbc635420 (LWP 1131498) (id 121)] [New Thread 0xbbe34420 (LWP 1131499) (id 122)] [New Thread 0xbb633420 (LWP 1131500) (id 123)] [New Thread 0xbae32420 (LWP 1131501) (id 124)] [New Thread 0xba631420 (LWP 1131502) (id 125)] [New Thread 0xb9e30420 (LWP 1131503) (id 126)] [New Thread 0xb962f420 (LWP 1131504) (id 127)] [New Thread 0xb8e2e420 (LWP 1131505) (id 128)] [New Thread 0xb862d420 (LWP 1131506) (id 129)] [New Thread 0xb7e2c420 (LWP 1131507) (id 130)] [New Thread 0xb762b420 (LWP 1131508) (id 131)] [New Thread 0xb6e2a420 (LWP 1131509) (id 132)] [New Thread 0xb6629420 (LWP 1131510) (id 133)] [New Thread 0xb5e28420 (LWP 1131511) (id 134)] [New Thread 0xb5627420 (LWP 1131512) (id 135)] [New Thread 0xb4e26420 (LWP 1131513) (id 136)] [New Thread 0xb4625420 (LWP 1131514) (id 137)] [New Thread 0xb3e24420 (LWP 1131515) (id 138)] [New Thread 0xb3623420 (LWP 1131516) (id 139)] [New Thread 0xb2e22420 (LWP 1131517) (id 140)] [New Thread 0xb2621420 (LWP 1131518) (id 141)] [New Thread 0xb1e20420 (LWP 1131519) (id 142)] [New Thread 0xb161f420 (LWP 1131520) (id 143)] [New Thread 0xb0e1e420 (LWP 1131521) (id 144)] [New Thread 0xb061d420 (LWP 1131522) (id 145)] [New Thread 0xafe1c420 (LWP 1131523) (id 146)] [New Thread 0xaf61b420 (LWP 1131524) (id 147)] [New Thread 0xaee1a420 (LWP 1131525) (id 148)] [New Thread 0xae619420 (LWP 1131526) (id 149)] [New Thread 0xade18420 (LWP 1131527) (id 150)] [New Thread 0xad617420 (LWP 1131528) (id 151)] [New Thread 0xace16420 (LWP 1131529) (id 152)] [New Thread 0xac615420 (LWP 1131530) (id 153)] [New Thread 0xabe14420 (LWP 1131531) (id 154)] [New Thread 0xab613420 (LWP 1131532) (id 155)] [New Thread 0xaae12420 (LWP 1131533) (id 156)] [New Thread 0xaa611420 (LWP 1131534) (id 157)] [New Thread 0xa9e10420 (LWP 1131535) (id 158)] [New Thread 0xa960f420 (LWP 1131536) (id 159)] [New Thread 0xa8e0e420 (LWP 1131537) (id 160)] [New Thread 0xa860d420 (LWP 1131538) (id 161)] [New Thread 0xa7e0c420 (LWP 1131539) (id 162)] [New Thread 0xa760b420 (LWP 1131540) (id 163)] [New Thread 0xa6e0a420 (LWP 1131541) (id 164)] [New Thread 0xa6609420 (LWP 1131542) (id 165)] [New Thread 0xa5e08420 (LWP 1131543) (id 166)] [New Thread 0xa5607420 (LWP 1131544) (id 167)] [New Thread 0xa4e06420 (LWP 1131545) (id 168)] [New Thread 0xa4605420 (LWP 1131546) (id 169)] [New Thread 0xa3e04420 (LWP 1131547) (id 170)] [New Thread 0xa3603420 (LWP 1131548) (id 171)] [New Thread 0xa2e02420 (LWP 1131549) (id 172)] [New Thread 0xa2601420 (LWP 1131550) (id 173)] [New Thread 0xa1e00420 (LWP 1131551) (id 174)] [New Thread 0xa15ff420 (LWP 1131552) (id 175)] [New Thread 0xa0dfe420 (LWP 1131553) (id 176)] [New Thread 0xa05fd420 (LWP 1131554) (id 177)] [New Thread 0x9fdfc420 (LWP 1131555) (id 178)] [New Thread 0x9f5fb420 (LWP 1131556) (id 179)] [New Thread 0x9edfa420 (LWP 1131557) (id 180)] [New Thread 0x9e5f9420 (LWP 1131558) (id 181)] [New Thread 0x9ddf8420 (LWP 1131559) (id 182)] [New Thread 0x9d5f7420 (LWP 1131560) (id 183)] [New Thread 0x9cdf6420 (LWP 1131561) (id 184)] [New Thread 0x9c5f5420 (LWP 1131562) (id 185)] [New Thread 0x9bdf4420 (LWP 1131563) (id 186)] [New Thread 0x9b5f3420 (LWP 1131564) (id 187)] [New Thread 0x9adf2420 (LWP 1131565) (id 188)] [New Thread 0x9a5f1420 (LWP 1131566) (id 189)] [New Thread 0x99df0420 (LWP 1131567) (id 190)] [New Thread 0x995ef420 (LWP 1131568) (id 191)] [New Thread 0x98dee420 (LWP 1131569) (id 192)] [New Thread 0x985ed420 (LWP 1131570) (id 193)] [New Thread 0x97dec420 (LWP 1131571) (id 194)] [New Thread 0x975eb420 (LWP 1131572) (id 195)] [New Thread 0x96dea420 (LWP 1131573) (id 196)] [New Thread 0x965e9420 (LWP 1131574) (id 197)] [New Thread 0x95de8420 (LWP 1131575) (id 198)] [New Thread 0x955e7420 (LWP 1131576) (id 199)] [New Thread 0x94de6420 (LWP 1131577) (id 200)] [New Thread 0x945e5420 (LWP 1131578) (id 201)] [New Thread 0x93de4420 (LWP 1131579) (id 202)] [New Thread 0x935e3420 (LWP 1131580) (id 203)] [New Thread 0x92de2420 (LWP 1131581) (id 204)] [New Thread 0x925e1420 (LWP 1131582) (id 205)] [New Thread 0x91de0420 (LWP 1131583) (id 206)] [New Thread 0x915df420 (LWP 1131584) (id 207)] [New Thread 0x90dde420 (LWP 1131585) (id 208)] [New Thread 0x905dd420 (LWP 1131586) (id 209)] [New Thread 0x8fddc420 (LWP 1131587) (id 210)] [New Thread 0x8f5db420 (LWP 1131588) (id 211)] [New Thread 0x8edda420 (LWP 1131589) (id 212)] [New Thread 0x8e5d9420 (LWP 1131590) (id 213)] [New Thread 0x8ddd8420 (LWP 1131591) (id 214)] [New Thread 0x8d5d7420 (LWP 1131592) (id 215)] [New Thread 0x8cdd6420 (LWP 1131593) (id 216)] [New Thread 0x8c5d5420 (LWP 1131594) (id 217)] [New Thread 0x8bdd4420 (LWP 1131595) (id 218)] [New Thread 0x8b5d3420 (LWP 1131596) (id 219)] [New Thread 0x8add2420 (LWP 1131597) (id 220)] [New Thread 0x8a5d1420 (LWP 1131598) (id 221)] [New Thread 0x89dd0420 (LWP 1131599) (id 222)] [New Thread 0x895cf420 (LWP 1131600) (id 223)] [New Thread 0x88dce420 (LWP 1131601) (id 224)] [New Thread 0x885cd420 (LWP 1131602) (id 225)] [New Thread 0x87dcc420 (LWP 1131603) (id 226)] [New Thread 0x875cb420 (LWP 1131604) (id 227)] [New Thread 0x86dca420 (LWP 1131605) (id 228)] [New Thread 0x865c9420 (LWP 1131606) (id 229)] [New Thread 0x85dc8420 (LWP 1131607) (id 230)] [New Thread 0x855c7420 (LWP 1131608) (id 231)] [New Thread 0x84dc6420 (LWP 1131609) (id 232)] [New Thread 0x845c5420 (LWP 1131610) (id 233)] [New Thread 0x83dc4420 (LWP 1131611) (id 234)] [New Thread 0x835c3420 (LWP 1131612) (id 235)] [New Thread 0x82dc2420 (LWP 1131613) (id 236)] [New Thread 0x825c1420 (LWP 1131614) (id 237)] [New Thread 0x81dc0420 (LWP 1131615) (id 238)] [New Thread 0x815bf420 (LWP 1131616) (id 239)] [New Thread 0x80dbe420 (LWP 1131617) (id 240)] [New Thread 0x805bd420 (LWP 1131618) (id 241)] [New Thread 0x7fdbc420 (LWP 1131619) (id 242)] [New Thread 0x7f5bb420 (LWP 1131620) (id 243)] [New Thread 0x7edba420 (LWP 1131621) (id 244)] [New Thread 0x7e5b9420 (LWP 1131622) (id 245)] [New Thread 0x7ddb8420 (LWP 1131623) (id 246)] [New Thread 0x7d5b7420 (LWP 1131624) (id 247)] [New Thread 0x7cdb6420 (LWP 1131625) (id 248)] [New Thread 0x7c5b5420 (LWP 1131626) (id 249)] [New Thread 0x7bdb4420 (LWP 1131627) (id 250)] [New Thread 0x7b5b3420 (LWP 1131628) (id 251)] [New Thread 0x7adb2420 (LWP 1131629) (id 252)] [New Thread 0x7a5b1420 (LWP 1131630) (id 253)] [New Thread 0x79db0420 (LWP 1131631) (id 254)] [New Thread 0x795af420 (LWP 1131632) (id 255)] [New Thread 0x78dae420 (LWP 1131633) (id 256)] [New Thread 0x785ad420 (LWP 1131634) (id 257)] [Switching to Thread 0xdde78420 (LWP 1131431)] Thread 54 "process-dies-wh" hit Temporary breakpoint 2.1, __GI__exit (status=0) at ../sysdeps/unix/sysv/linux/_exit.c:30 warning: 30 ../sysdeps/unix/sysv/linux/_exit.c: No such file or directory (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue to breakpoint: _exit print /d mypid $1 = 1131377 (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: get integer valueof "mypid" Executing on target: kill -9 1131377 (timeout = 300) builtin_spawn -ignore SIGHUP kill -9 1131377 continue Continuing. Unable to fetch general registers: No such process. (gdb) FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue gdb_do_cache: universal_compile_options_c ( ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) Executing on host: gcc -fno-stack-protector -fdiagnostics-color=never -DMULTIPROCESS -c -g -o /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-detach0.o /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c (timeout = 300) builtin_spawn -ignore SIGHUP gcc -fno-stack-protector -fdiagnostics-color=never -DMULTIPROCESS -c -g -o /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-detach0.o /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c gdb_do_cache: universal_compile_options_c ( ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) Executing on host: gcc -fno-stack-protector /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-detach0.o -fdiagnostics-color=never -DMULTIPROCESS -g -lpthreads -lm -o /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-detach (timeout = 300) builtin_spawn -ignore SIGHUP gcc -fno-stack-protector /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-detach0.o -fdiagnostics-color=never -DMULTIPROCESS -g -lpthreads -lm -o /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-detach /usr/bin/ld: cannot find -lpthreads: No such file or directory collect2: error: ld returned 1 exit status compiler exited with status 1 output is: /usr/bin/ld: cannot find -lpthreads: No such file or directory collect2: error: ld returned 1 exit status gdb_do_cache: universal_compile_options_c ( ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) Executing on host: gcc -fno-stack-protector /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-detach0.o -fdiagnostics-color=never -DMULTIPROCESS -g -lpthread -lm -o /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-detach (timeout = 300) builtin_spawn -ignore SIGHUP gcc -fno-stack-protector /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-detach0.o -fdiagnostics-color=never -DMULTIPROCESS -g -lpthread -lm -o /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-detach PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: successfully compiled posix threads test case Starting logfile: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/gdb.in.9 builtin_spawn /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/../../gdb/gdb -nw -nx -q -iex set height 0 -iex set width 0 -data-directory /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/data-directory -iex set interactive-mode on (gdb) set height 0 (gdb) set width 0 (gdb) dir Reinitialize source path to empty? (y or n) y Source directories searched: $cdir:$cwd (gdb) dir /home/tcwg-buildslave/workspace/tcwg_gnu_3/gdb/gdb/testsuite/gdb.threads Source directories searched: /home/tcwg-buildslave/workspace/tcwg_gnu_3/gdb/gdb/testsuite/gdb.threads:$cdir:$cwd (gdb) kill The program is not being run. (gdb) file /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-detach Reading symbols from /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-detach... (gdb) delete breakpoints (gdb) info breakpoints No breakpoints, watchpoints, tracepoints, or catchpoints. (gdb) break -qualified main Breakpoint 1 at 0x86a: file /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c, line 114. (gdb) run Starting program: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-detach [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". Breakpoint 1, main () at /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c:114 114 child = fork (); (gdb) set detach-on-fork off (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: set detach-on-fork off set follow-fork-mode child (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: set follow-fork-mode child tbreak _exit Temporary breakpoint 2 at 0xf7f35408: _exit. (2 locations) (gdb) continue Continuing. [Attaching after Thread 0xf7fcef60 (LWP 1131695) fork to child process 1131697] [New inferior 2 (process 1131697)] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". [New Thread 0xf7eac420 (LWP 1131698) (id 2.2)] [New Thread 0xf76ab420 (LWP 1131699) (id 2.3)] [New Thread 0xf6eaa420 (LWP 1131700) (id 2.4)] [New Thread 0xf66a9420 (LWP 1131701) (id 2.5)] [New Thread 0xf5ea8420 (LWP 1131702) (id 2.6)] [New Thread 0xf56a7420 (LWP 1131703) (id 2.7)] [New Thread 0xf4ea6420 (LWP 1131704) (id 2.8)] [New Thread 0xf46a5420 (LWP 1131705) (id 2.9)] [New Thread 0xf3ea4420 (LWP 1131706) (id 2.10)] [New Thread 0xf36a3420 (LWP 1131707) (id 2.11)] [New Thread 0xf2ea2420 (LWP 1131708) (id 2.12)] [New Thread 0xf26a1420 (LWP 1131709) (id 2.13)] [New Thread 0xf1ea0420 (LWP 1131710) (id 2.14)] [New Thread 0xf169f420 (LWP 1131711) (id 2.15)] [New Thread 0xf0e9e420 (LWP 1131712) (id 2.16)] [New Thread 0xf069d420 (LWP 1131713) (id 2.17)] [New Thread 0xefe9c420 (LWP 1131714) (id 2.18)] [New Thread 0xef69b420 (LWP 1131715) (id 2.19)] [New Thread 0xeee9a420 (LWP 1131716) (id 2.20)] [New Thread 0xee699420 (LWP 1131717) (id 2.21)] [New Thread 0xede98420 (LWP 1131718) (id 2.22)] [New Thread 0xed697420 (LWP 1131719) (id 2.23)] [New Thread 0xece96420 (LWP 1131720) (id 2.24)] [New Thread 0xec695420 (LWP 1131721) (id 2.25)] [New Thread 0xebe94420 (LWP 1131722) (id 2.26)] [New Thread 0xeb693420 (LWP 1131723) (id 2.27)] [New Thread 0xeae92420 (LWP 1131724) (id 2.28)] [New Thread 0xea691420 (LWP 1131725) (id 2.29)] [New Thread 0xe9e90420 (LWP 1131726) (id 2.30)] [New Thread 0xe968f420 (LWP 1131727) (id 2.31)] [New Thread 0xe8e8e420 (LWP 1131728) (id 2.32)] [New Thread 0xe868d420 (LWP 1131729) (id 2.33)] [New Thread 0xe7e8c420 (LWP 1131730) (id 2.34)] [New Thread 0xe768b420 (LWP 1131731) (id 2.35)] [New Thread 0xe6e8a420 (LWP 1131732) (id 2.36)] [New Thread 0xe6689420 (LWP 1131733) (id 2.37)] [New Thread 0xe5e88420 (LWP 1131734) (id 2.38)] [New Thread 0xe5687420 (LWP 1131735) (id 2.39)] [New Thread 0xe4e86420 (LWP 1131736) (id 2.40)] [New Thread 0xe4685420 (LWP 1131737) (id 2.41)] [New Thread 0xe3e84420 (LWP 1131738) (id 2.42)] [New Thread 0xe3683420 (LWP 1131739) (id 2.43)] [New Thread 0xe2e82420 (LWP 1131740) (id 2.44)] [New Thread 0xe2681420 (LWP 1131741) (id 2.45)] [New Thread 0xe1e80420 (LWP 1131742) (id 2.46)] [New Thread 0xe167f420 (LWP 1131743) (id 2.47)] [New Thread 0xe0e7e420 (LWP 1131744) (id 2.48)] [New Thread 0xe067d420 (LWP 1131745) (id 2.49)] [New Thread 0xdfe7c420 (LWP 1131746) (id 2.50)] [New Thread 0xdf67b420 (LWP 1131747) (id 2.51)] [New Thread 0xdee7a420 (LWP 1131748) (id 2.52)] [New Thread 0xde679420 (LWP 1131749) (id 2.53)] [New Thread 0xdde78420 (LWP 1131750) (id 2.54)] [New Thread 0xdd677420 (LWP 1131751) (id 2.55)] [New Thread 0xdce76420 (LWP 1131752) (id 2.56)] [New Thread 0xdc675420 (LWP 1131753) (id 2.57)] [New Thread 0xdbe74420 (LWP 1131754) (id 2.58)] [New Thread 0xdb673420 (LWP 1131755) (id 2.59)] [New Thread 0xdae72420 (LWP 1131756) (id 2.60)] [New Thread 0xda671420 (LWP 1131757) (id 2.61)] [New Thread 0xd9e70420 (LWP 1131758) (id 2.62)] [New Thread 0xd966f420 (LWP 1131759) (id 2.63)] [New Thread 0xd8e6e420 (LWP 1131760) (id 2.64)] [New Thread 0xd866d420 (LWP 1131761) (id 2.65)] [New Thread 0xd7e6c420 (LWP 1131762) (id 2.66)] [New Thread 0xd766b420 (LWP 1131763) (id 2.67)] [New Thread 0xd6e6a420 (LWP 1131764) (id 2.68)] [New Thread 0xd6669420 (LWP 1131765) (id 2.69)] [New Thread 0xd5e68420 (LWP 1131766) (id 2.70)] [New Thread 0xd5667420 (LWP 1131767) (id 2.71)] [New Thread 0xd4e66420 (LWP 1131768) (id 2.72)] [New Thread 0xd4665420 (LWP 1131769) (id 2.73)] [New Thread 0xd3e64420 (LWP 1131770) (id 2.74)] [New Thread 0xd3663420 (LWP 1131771) (id 2.75)] [New Thread 0xd2e62420 (LWP 1131772) (id 2.76)] [New Thread 0xd2661420 (LWP 1131773) (id 2.77)] [New Thread 0xd1e60420 (LWP 1131774) (id 2.78)] [New Thread 0xd165f420 (LWP 1131775) (id 2.79)] [New Thread 0xd0e5e420 (LWP 1131776) (id 2.80)] [New Thread 0xd065d420 (LWP 1131777) (id 2.81)] [New Thread 0xcfe5c420 (LWP 1131778) (id 2.82)] [New Thread 0xcf65b420 (LWP 1131779) (id 2.83)] [New Thread 0xcee5a420 (LWP 1131780) (id 2.84)] [New Thread 0xce659420 (LWP 1131781) (id 2.85)] [New Thread 0xcde58420 (LWP 1131782) (id 2.86)] [New Thread 0xcd657420 (LWP 1131783) (id 2.87)] [New Thread 0xcce56420 (LWP 1131784) (id 2.88)] [New Thread 0xcc655420 (LWP 1131785) (id 2.89)] [New Thread 0xcbe54420 (LWP 1131786) (id 2.90)] [New Thread 0xcb653420 (LWP 1131787) (id 2.91)] [New Thread 0xcae52420 (LWP 1131788) (id 2.92)] [New Thread 0xca651420 (LWP 1131789) (id 2.93)] [New Thread 0xc9e50420 (LWP 1131790) (id 2.94)] [New Thread 0xc964f420 (LWP 1131791) (id 2.95)] [New Thread 0xc8e4e420 (LWP 1131792) (id 2.96)] [New Thread 0xc864d420 (LWP 1131793) (id 2.97)] [New Thread 0xc7e4c420 (LWP 1131794) (id 2.98)] [New Thread 0xc764b420 (LWP 1131795) (id 2.99)] [New Thread 0xc6e4a420 (LWP 1131796) (id 2.100)] [New Thread 0xc6649420 (LWP 1131797) (id 2.101)] [New Thread 0xc5e48420 (LWP 1131798) (id 2.102)] [New Thread 0xc5647420 (LWP 1131799) (id 2.103)] [New Thread 0xc4e46420 (LWP 1131800) (id 2.104)] [New Thread 0xc4645420 (LWP 1131801) (id 2.105)] [New Thread 0xc3e44420 (LWP 1131802) (id 2.106)] [New Thread 0xc3643420 (LWP 1131803) (id 2.107)] [New Thread 0xc2e42420 (LWP 1131804) (id 2.108)] [New Thread 0xc2641420 (LWP 1131805) (id 2.109)] [New Thread 0xc1e40420 (LWP 1131806) (id 2.110)] [New Thread 0xc163f420 (LWP 1131807) (id 2.111)] [New Thread 0xc0e3e420 (LWP 1131808) (id 2.112)] [New Thread 0xc063d420 (LWP 1131809) (id 2.113)] [New Thread 0xbfe3c420 (LWP 1131810) (id 2.114)] [New Thread 0xbf63b420 (LWP 1131811) (id 2.115)] [New Thread 0xbee3a420 (LWP 1131812) (id 2.116)] [New Thread 0xbe639420 (LWP 1131813) (id 2.117)] [New Thread 0xbde38420 (LWP 1131814) (id 2.118)] [New Thread 0xbd637420 (LWP 1131815) (id 2.119)] [New Thread 0xbce36420 (LWP 1131816) (id 2.120)] [New Thread 0xbc635420 (LWP 1131817) (id 2.121)] [New Thread 0xbbe34420 (LWP 1131818) (id 2.122)] [New Thread 0xbb633420 (LWP 1131819) (id 2.123)] [New Thread 0xbae32420 (LWP 1131820) (id 2.124)] [New Thread 0xba631420 (LWP 1131821) (id 2.125)] [New Thread 0xb9e30420 (LWP 1131822) (id 2.126)] [New Thread 0xb962f420 (LWP 1131823) (id 2.127)] [New Thread 0xb8e2e420 (LWP 1131824) (id 2.128)] [New Thread 0xb862d420 (LWP 1131825) (id 2.129)] [New Thread 0xb7e2c420 (LWP 1131826) (id 2.130)] [New Thread 0xb762b420 (LWP 1131827) (id 2.131)] [New Thread 0xb6e2a420 (LWP 1131828) (id 2.132)] [New Thread 0xb6629420 (LWP 1131829) (id 2.133)] [New Thread 0xb5e28420 (LWP 1131830) (id 2.134)] [New Thread 0xb5627420 (LWP 1131831) (id 2.135)] [New Thread 0xb4e26420 (LWP 1131832) (id 2.136)] [New Thread 0xb4625420 (LWP 1131833) (id 2.137)] [New Thread 0xb3e24420 (LWP 1131834) (id 2.138)] [New Thread 0xb3623420 (LWP 1131835) (id 2.139)] [New Thread 0xb2e22420 (LWP 1131836) (id 2.140)] [New Thread 0xb2621420 (LWP 1131837) (id 2.141)] [New Thread 0xb1e20420 (LWP 1131838) (id 2.142)] [New Thread 0xb161f420 (LWP 1131839) (id 2.143)] [New Thread 0xb0e1e420 (LWP 1131840) (id 2.144)] [New Thread 0xb061d420 (LWP 1131841) (id 2.145)] [New Thread 0xafe1c420 (LWP 1131842) (id 2.146)] [New Thread 0xaf61b420 (LWP 1131843) (id 2.147)] [New Thread 0xaee1a420 (LWP 1131844) (id 2.148)] [New Thread 0xae619420 (LWP 1131845) (id 2.149)] [New Thread 0xade18420 (LWP 1131846) (id 2.150)] [New Thread 0xad617420 (LWP 1131847) (id 2.151)] [New Thread 0xace16420 (LWP 1131848) (id 2.152)] [New Thread 0xac615420 (LWP 1131849) (id 2.153)] [New Thread 0xabe14420 (LWP 1131850) (id 2.154)] [New Thread 0xab613420 (LWP 1131851) (id 2.155)] [New Thread 0xaae12420 (LWP 1131852) (id 2.156)] [New Thread 0xaa611420 (LWP 1131853) (id 2.157)] [New Thread 0xa9e10420 (LWP 1131854) (id 2.158)] [New Thread 0xa960f420 (LWP 1131855) (id 2.159)] [New Thread 0xa8e0e420 (LWP 1131856) (id 2.160)] [New Thread 0xa860d420 (LWP 1131857) (id 2.161)] [New Thread 0xa7e0c420 (LWP 1131858) (id 2.162)] [New Thread 0xa760b420 (LWP 1131859) (id 2.163)] [New Thread 0xa6e0a420 (LWP 1131860) (id 2.164)] [New Thread 0xa6609420 (LWP 1131861) (id 2.165)] [New Thread 0xa5e08420 (LWP 1131862) (id 2.166)] [New Thread 0xa5607420 (LWP 1131863) (id 2.167)] [New Thread 0xa4e06420 (LWP 1131864) (id 2.168)] [New Thread 0xa4605420 (LWP 1131865) (id 2.169)] [New Thread 0xa3e04420 (LWP 1131866) (id 2.170)] [New Thread 0xa3603420 (LWP 1131867) (id 2.171)] [New Thread 0xa2e02420 (LWP 1131868) (id 2.172)] [New Thread 0xa2601420 (LWP 1131869) (id 2.173)] [New Thread 0xa1e00420 (LWP 1131870) (id 2.174)] [New Thread 0xa15ff420 (LWP 1131871) (id 2.175)] [New Thread 0xa0dfe420 (LWP 1131872) (id 2.176)] [New Thread 0xa05fd420 (LWP 1131873) (id 2.177)] [New Thread 0x9fdfc420 (LWP 1131874) (id 2.178)] [New Thread 0x9f5fb420 (LWP 1131875) (id 2.179)] [New Thread 0x9edfa420 (LWP 1131876) (id 2.180)] [New Thread 0x9e5f9420 (LWP 1131877) (id 2.181)] [New Thread 0x9ddf8420 (LWP 1131878) (id 2.182)] [New Thread 0x9d5f7420 (LWP 1131879) (id 2.183)] [New Thread 0x9cdf6420 (LWP 1131880) (id 2.184)] [New Thread 0x9c5f5420 (LWP 1131881) (id 2.185)] [New Thread 0x9bdf4420 (LWP 1131882) (id 2.186)] [New Thread 0x9b5f3420 (LWP 1131883) (id 2.187)] [New Thread 0x9adf2420 (LWP 1131884) (id 2.188)] [New Thread 0x9a5f1420 (LWP 1131885) (id 2.189)] [New Thread 0x99df0420 (LWP 1131886) (id 2.190)] [New Thread 0x995ef420 (LWP 1131887) (id 2.191)] [New Thread 0x98dee420 (LWP 1131888) (id 2.192)] [New Thread 0x985ed420 (LWP 1131889) (id 2.193)] [New Thread 0x97dec420 (LWP 1131890) (id 2.194)] [New Thread 0x975eb420 (LWP 1131891) (id 2.195)] [New Thread 0x96dea420 (LWP 1131892) (id 2.196)] [New Thread 0x965e9420 (LWP 1131893) (id 2.197)] [New Thread 0x95de8420 (LWP 1131894) (id 2.198)] [New Thread 0x955e7420 (LWP 1131895) (id 2.199)] [New Thread 0x94de6420 (LWP 1131896) (id 2.200)] [New Thread 0x945e5420 (LWP 1131897) (id 2.201)] [New Thread 0x93de4420 (LWP 1131898) (id 2.202)] [New Thread 0x935e3420 (LWP 1131899) (id 2.203)] [New Thread 0x92de2420 (LWP 1131900) (id 2.204)] [New Thread 0x925e1420 (LWP 1131901) (id 2.205)] [New Thread 0x91de0420 (LWP 1131902) (id 2.206)] [New Thread 0x915df420 (LWP 1131903) (id 2.207)] [New Thread 0x90dde420 (LWP 1131904) (id 2.208)] [New Thread 0x905dd420 (LWP 1131905) (id 2.209)] [New Thread 0x8fddc420 (LWP 1131906) (id 2.210)] [New Thread 0x8f5db420 (LWP 1131907) (id 2.211)] [New Thread 0x8edda420 (LWP 1131908) (id 2.212)] [New Thread 0x8e5d9420 (LWP 1131909) (id 2.213)] [New Thread 0x8ddd8420 (LWP 1131910) (id 2.214)] [New Thread 0x8d5d7420 (LWP 1131911) (id 2.215)] [New Thread 0x8cdd6420 (LWP 1131912) (id 2.216)] [New Thread 0x8c5d5420 (LWP 1131913) (id 2.217)] [New Thread 0x8bdd4420 (LWP 1131914) (id 2.218)] [New Thread 0x8b5d3420 (LWP 1131915) (id 2.219)] [New Thread 0x8add2420 (LWP 1131916) (id 2.220)] [New Thread 0x8a5d1420 (LWP 1131917) (id 2.221)] [New Thread 0x89dd0420 (LWP 1131918) (id 2.222)] [New Thread 0x895cf420 (LWP 1131919) (id 2.223)] [New Thread 0x88dce420 (LWP 1131920) (id 2.224)] [New Thread 0x885cd420 (LWP 1131921) (id 2.225)] [New Thread 0x87dcc420 (LWP 1131922) (id 2.226)] [New Thread 0x875cb420 (LWP 1131923) (id 2.227)] [New Thread 0x86dca420 (LWP 1131924) (id 2.228)] [New Thread 0x865c9420 (LWP 1131925) (id 2.229)] [New Thread 0x85dc8420 (LWP 1131926) (id 2.230)] [New Thread 0x855c7420 (LWP 1131927) (id 2.231)] [New Thread 0x84dc6420 (LWP 1131928) (id 2.232)] [New Thread 0x845c5420 (LWP 1131929) (id 2.233)] [New Thread 0x83dc4420 (LWP 1131930) (id 2.234)] [New Thread 0x835c3420 (LWP 1131931) (id 2.235)] [New Thread 0x82dc2420 (LWP 1131932) (id 2.236)] [New Thread 0x825c1420 (LWP 1131933) (id 2.237)] [New Thread 0x81dc0420 (LWP 1131934) (id 2.238)] [New Thread 0x815bf420 (LWP 1131935) (id 2.239)] [New Thread 0x80dbe420 (LWP 1131936) (id 2.240)] [New Thread 0x805bd420 (LWP 1131937) (id 2.241)] [New Thread 0x7fdbc420 (LWP 1131938) (id 2.242)] [New Thread 0x7f5bb420 (LWP 1131939) (id 2.243)] [New Thread 0x7edba420 (LWP 1131940) (id 2.244)] [New Thread 0x7e5b9420 (LWP 1131941) (id 2.245)] [New Thread 0x7ddb8420 (LWP 1131942) (id 2.246)] [New Thread 0x7d5b7420 (LWP 1131943) (id 2.247)] [New Thread 0x7cdb6420 (LWP 1131944) (id 2.248)] [New Thread 0x7c5b5420 (LWP 1131945) (id 2.249)] [New Thread 0x7bdb4420 (LWP 1131946) (id 2.250)] [New Thread 0x7b5b3420 (LWP 1131947) (id 2.251)] [New Thread 0x7adb2420 (LWP 1131948) (id 2.252)] [New Thread 0x7a5b1420 (LWP 1131949) (id 2.253)] [New Thread 0x79db0420 (LWP 1131950) (id 2.254)] [New Thread 0x795af420 (LWP 1131951) (id 2.255)] [New Thread 0x78dae420 (LWP 1131952) (id 2.256)] [New Thread 0x785ad420 (LWP 1131953) (id 2.257)] [Switching to Thread 0xa3e04420 (LWP 1131866)] Thread 2.170 "process-dies-wh" hit Temporary breakpoint 2.2, __GI__exit (status=0) at ../sysdeps/unix/sysv/linux/_exit.c:30 warning: 30 ../sysdeps/unix/sysv/linux/_exit.c: No such file or directory (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: continue to breakpoint: _exit detach Detaching from program: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-detach, process 1131697 [Inferior 2 (process 1131697) detached] (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: detach child inferior 1 [Switching to inferior 1 [process 1131695] (/home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-detach)] [Switching to thread 1.1 (Thread 0xf7fcef60 (LWP 1131695))] #0 __libc_do_syscall () at ../sysdeps/unix/sysv/linux/arm/libc-do-syscall.S:47 warning: 47 ../sysdeps/unix/sysv/linux/arm/libc-do-syscall.S: No such file or directory (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: switch to parent detach Detaching from program: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-detach, process 1131695 [Inferior 1 (process 1131695) detached] (gdb) saw prompt exited, status=0saw inferior exit PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: detach parent Starting logfile: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/gdb.in.10 builtin_spawn /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/../../gdb/gdb -nw -nx -q -iex set height 0 -iex set width 0 -data-directory /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/data-directory -iex set interactive-mode on (gdb) set height 0 (gdb) set width 0 (gdb) dir Reinitialize source path to empty? (y or n) y Source directories searched: $cdir:$cwd (gdb) dir /home/tcwg-buildslave/workspace/tcwg_gnu_3/gdb/gdb/testsuite/gdb.threads Source directories searched: /home/tcwg-buildslave/workspace/tcwg_gnu_3/gdb/gdb/testsuite/gdb.threads:$cdir:$cwd (gdb) kill The program is not being run. (gdb) file /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-detach Reading symbols from /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-detach... (gdb) delete breakpoints (gdb) info breakpoints No breakpoints, watchpoints, tracepoints, or catchpoints. (gdb) break -qualified main Breakpoint 1 at 0x86a: file /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c, line 114. (gdb) run Starting program: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-detach [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". Breakpoint 1, main () at /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c:114 114 child = fork (); (gdb) set detach-on-fork off (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:sw: set detach-on-fork off set follow-fork-mode child (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:sw: set follow-fork-mode child tbreak child_function Temporary breakpoint 2 at 0x40073c: file /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c, line 60. (gdb) continue Continuing. [Attaching after Thread 0xf7fcef60 (LWP 1131988) fork to child process 1131990] [New inferior 2 (process 1131990)] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". [Switching to Thread 0xf7fcef60 (LWP 1131990)] Thread 2.1 "process-dies-wh" hit Temporary breakpoint 2.2, child_function () at /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c:60 60 pthread_barrier_init (&start_threads_barrier, NULL, NTHREADS + 1); (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:sw: continue to breakpoint: child_function set can-use-hw-watchpoints 0 (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:sw: set can-use-hw-watchpoints 0 tbreak _exit Temporary breakpoint 3 at 0xf7f35408: _exit. (4 locations) (gdb) continue Continuing. [New Thread 0xf7eac420 (LWP 1131991) (id 2.2)] [New Thread 0xf76ab420 (LWP 1131992) (id 2.3)] [New Thread 0xf6eaa420 (LWP 1131993) (id 2.4)] [New Thread 0xf66a9420 (LWP 1131994) (id 2.5)] [New Thread 0xf5ea8420 (LWP 1131995) (id 2.6)] [New Thread 0xf56a7420 (LWP 1131996) (id 2.7)] [New Thread 0xf4ea6420 (LWP 1131997) (id 2.8)] [New Thread 0xf46a5420 (LWP 1131998) (id 2.9)] [New Thread 0xf3ea4420 (LWP 1131999) (id 2.10)] [New Thread 0xf36a3420 (LWP 1132000) (id 2.11)] [New Thread 0xf2ea2420 (LWP 1132001) (id 2.12)] [New Thread 0xf26a1420 (LWP 1132002) (id 2.13)] [New Thread 0xf1ea0420 (LWP 1132003) (id 2.14)] [New Thread 0xf169f420 (LWP 1132004) (id 2.15)] [New Thread 0xf0e9e420 (LWP 1132005) (id 2.16)] [New Thread 0xf069d420 (LWP 1132006) (id 2.17)] [New Thread 0xefe9c420 (LWP 1132007) (id 2.18)] [New Thread 0xef69b420 (LWP 1132008) (id 2.19)] [New Thread 0xeee9a420 (LWP 1132009) (id 2.20)] [New Thread 0xee699420 (LWP 1132010) (id 2.21)] [New Thread 0xede98420 (LWP 1132011) (id 2.22)] [New Thread 0xed697420 (LWP 1132012) (id 2.23)] [New Thread 0xece96420 (LWP 1132013) (id 2.24)] [New Thread 0xec695420 (LWP 1132014) (id 2.25)] [New Thread 0xebe94420 (LWP 1132015) (id 2.26)] [New Thread 0xeb693420 (LWP 1132016) (id 2.27)] [New Thread 0xeae92420 (LWP 1132017) (id 2.28)] [New Thread 0xea691420 (LWP 1132018) (id 2.29)] [New Thread 0xe9e90420 (LWP 1132019) (id 2.30)] [New Thread 0xe968f420 (LWP 1132020) (id 2.31)] [New Thread 0xe8e8e420 (LWP 1132021) (id 2.32)] [New Thread 0xe868d420 (LWP 1132022) (id 2.33)] [New Thread 0xe7e8c420 (LWP 1132023) (id 2.34)] [New Thread 0xe768b420 (LWP 1132024) (id 2.35)] [New Thread 0xe6e8a420 (LWP 1132025) (id 2.36)] [New Thread 0xe6689420 (LWP 1132026) (id 2.37)] [New Thread 0xe5e88420 (LWP 1132027) (id 2.38)] [New Thread 0xe5687420 (LWP 1132028) (id 2.39)] [New Thread 0xe4e86420 (LWP 1132029) (id 2.40)] [New Thread 0xe4685420 (LWP 1132030) (id 2.41)] [New Thread 0xe3e84420 (LWP 1132031) (id 2.42)] [New Thread 0xe3683420 (LWP 1132032) (id 2.43)] [New Thread 0xe2e82420 (LWP 1132033) (id 2.44)] [New Thread 0xe2681420 (LWP 1132034) (id 2.45)] [New Thread 0xe1e80420 (LWP 1132035) (id 2.46)] [New Thread 0xe167f420 (LWP 1132036) (id 2.47)] [New Thread 0xe0e7e420 (LWP 1132037) (id 2.48)] [New Thread 0xe067d420 (LWP 1132038) (id 2.49)] [New Thread 0xdfe7c420 (LWP 1132039) (id 2.50)] [New Thread 0xdf67b420 (LWP 1132040) (id 2.51)] [New Thread 0xdee7a420 (LWP 1132041) (id 2.52)] [New Thread 0xde679420 (LWP 1132042) (id 2.53)] [New Thread 0xdde78420 (LWP 1132043) (id 2.54)] [New Thread 0xdd677420 (LWP 1132044) (id 2.55)] [New Thread 0xdce76420 (LWP 1132045) (id 2.56)] [New Thread 0xdc675420 (LWP 1132046) (id 2.57)] [New Thread 0xdbe74420 (LWP 1132047) (id 2.58)] [New Thread 0xdb673420 (LWP 1132048) (id 2.59)] [New Thread 0xdae72420 (LWP 1132049) (id 2.60)] [New Thread 0xda671420 (LWP 1132050) (id 2.61)] [New Thread 0xd9e70420 (LWP 1132051) (id 2.62)] [New Thread 0xd966f420 (LWP 1132052) (id 2.63)] [New Thread 0xd8e6e420 (LWP 1132053) (id 2.64)] [New Thread 0xd866d420 (LWP 1132054) (id 2.65)] [New Thread 0xd7e6c420 (LWP 1132055) (id 2.66)] [New Thread 0xd766b420 (LWP 1132056) (id 2.67)] [New Thread 0xd6e6a420 (LWP 1132057) (id 2.68)] [New Thread 0xd6669420 (LWP 1132058) (id 2.69)] [New Thread 0xd5e68420 (LWP 1132059) (id 2.70)] [New Thread 0xd5667420 (LWP 1132060) (id 2.71)] [New Thread 0xd4e66420 (LWP 1132061) (id 2.72)] [New Thread 0xd4665420 (LWP 1132062) (id 2.73)] [New Thread 0xd3e64420 (LWP 1132063) (id 2.74)] [New Thread 0xd3663420 (LWP 1132064) (id 2.75)] [New Thread 0xd2e62420 (LWP 1132065) (id 2.76)] [New Thread 0xd2661420 (LWP 1132066) (id 2.77)] [New Thread 0xd1e60420 (LWP 1132067) (id 2.78)] [New Thread 0xd165f420 (LWP 1132068) (id 2.79)] [New Thread 0xd0e5e420 (LWP 1132069) (id 2.80)] [New Thread 0xd065d420 (LWP 1132070) (id 2.81)] [New Thread 0xcfe5c420 (LWP 1132071) (id 2.82)] [New Thread 0xcf65b420 (LWP 1132072) (id 2.83)] [New Thread 0xcee5a420 (LWP 1132073) (id 2.84)] [New Thread 0xce659420 (LWP 1132074) (id 2.85)] [New Thread 0xcde58420 (LWP 1132075) (id 2.86)] [New Thread 0xcd657420 (LWP 1132076) (id 2.87)] [New Thread 0xcce56420 (LWP 1132077) (id 2.88)] [New Thread 0xcc655420 (LWP 1132078) (id 2.89)] [New Thread 0xcbe54420 (LWP 1132079) (id 2.90)] [New Thread 0xcb653420 (LWP 1132080) (id 2.91)] [New Thread 0xcae52420 (LWP 1132081) (id 2.92)] [New Thread 0xca651420 (LWP 1132082) (id 2.93)] [New Thread 0xc9e50420 (LWP 1132083) (id 2.94)] [New Thread 0xc964f420 (LWP 1132084) (id 2.95)] [New Thread 0xc8e4e420 (LWP 1132085) (id 2.96)] [New Thread 0xc864d420 (LWP 1132086) (id 2.97)] [New Thread 0xc7e4c420 (LWP 1132087) (id 2.98)] [New Thread 0xc764b420 (LWP 1132088) (id 2.99)] [New Thread 0xc6e4a420 (LWP 1132089) (id 2.100)] [New Thread 0xc6649420 (LWP 1132090) (id 2.101)] [New Thread 0xc5e48420 (LWP 1132091) (id 2.102)] [New Thread 0xc5647420 (LWP 1132092) (id 2.103)] [New Thread 0xc4e46420 (LWP 1132093) (id 2.104)] [New Thread 0xc4645420 (LWP 1132094) (id 2.105)] [New Thread 0xc3e44420 (LWP 1132095) (id 2.106)] [New Thread 0xc3643420 (LWP 1132096) (id 2.107)] [New Thread 0xc2e42420 (LWP 1132097) (id 2.108)] [New Thread 0xc2641420 (LWP 1132098) (id 2.109)] [New Thread 0xc1e40420 (LWP 1132099) (id 2.110)] [New Thread 0xc163f420 (LWP 1132100) (id 2.111)] [New Thread 0xc0e3e420 (LWP 1132101) (id 2.112)] [New Thread 0xc063d420 (LWP 1132102) (id 2.113)] [New Thread 0xbfe3c420 (LWP 1132103) (id 2.114)] [New Thread 0xbf63b420 (LWP 1132104) (id 2.115)] [New Thread 0xbee3a420 (LWP 1132105) (id 2.116)] [New Thread 0xbe639420 (LWP 1132106) (id 2.117)] [New Thread 0xbde38420 (LWP 1132107) (id 2.118)] [New Thread 0xbd637420 (LWP 1132108) (id 2.119)] [New Thread 0xbce36420 (LWP 1132109) (id 2.120)] [New Thread 0xbc635420 (LWP 1132110) (id 2.121)] [New Thread 0xbbe34420 (LWP 1132111) (id 2.122)] [New Thread 0xbb633420 (LWP 1132112) (id 2.123)] [New Thread 0xbae32420 (LWP 1132113) (id 2.124)] [New Thread 0xba631420 (LWP 1132114) (id 2.125)] [New Thread 0xb9e30420 (LWP 1132115) (id 2.126)] [New Thread 0xb962f420 (LWP 1132116) (id 2.127)] [New Thread 0xb8e2e420 (LWP 1132117) (id 2.128)] [New Thread 0xb862d420 (LWP 1132118) (id 2.129)] [New Thread 0xb7e2c420 (LWP 1132119) (id 2.130)] [New Thread 0xb762b420 (LWP 1132120) (id 2.131)] [New Thread 0xb6e2a420 (LWP 1132121) (id 2.132)] [New Thread 0xb6629420 (LWP 1132122) (id 2.133)] [New Thread 0xb5e28420 (LWP 1132123) (id 2.134)] [New Thread 0xb5627420 (LWP 1132124) (id 2.135)] [New Thread 0xb4e26420 (LWP 1132125) (id 2.136)] [New Thread 0xb4625420 (LWP 1132126) (id 2.137)] [New Thread 0xb3e24420 (LWP 1132127) (id 2.138)] [New Thread 0xb3623420 (LWP 1132128) (id 2.139)] [New Thread 0xb2e22420 (LWP 1132129) (id 2.140)] [New Thread 0xb2621420 (LWP 1132130) (id 2.141)] [New Thread 0xb1e20420 (LWP 1132131) (id 2.142)] [New Thread 0xb161f420 (LWP 1132132) (id 2.143)] [New Thread 0xb0e1e420 (LWP 1132133) (id 2.144)] [New Thread 0xb061d420 (LWP 1132134) (id 2.145)] [New Thread 0xafe1c420 (LWP 1132135) (id 2.146)] [New Thread 0xaf61b420 (LWP 1132136) (id 2.147)] [New Thread 0xaee1a420 (LWP 1132137) (id 2.148)] [New Thread 0xae619420 (LWP 1132138) (id 2.149)] [New Thread 0xade18420 (LWP 1132139) (id 2.150)] [New Thread 0xad617420 (LWP 1132140) (id 2.151)] [New Thread 0xace16420 (LWP 1132141) (id 2.152)] [New Thread 0xac615420 (LWP 1132142) (id 2.153)] [New Thread 0xabe14420 (LWP 1132143) (id 2.154)] [New Thread 0xab613420 (LWP 1132144) (id 2.155)] [New Thread 0xaae12420 (LWP 1132145) (id 2.156)] [New Thread 0xaa611420 (LWP 1132146) (id 2.157)] [New Thread 0xa9e10420 (LWP 1132147) (id 2.158)] [New Thread 0xa960f420 (LWP 1132148) (id 2.159)] [New Thread 0xa8e0e420 (LWP 1132149) (id 2.160)] [New Thread 0xa860d420 (LWP 1132150) (id 2.161)] [New Thread 0xa7e0c420 (LWP 1132151) (id 2.162)] [New Thread 0xa760b420 (LWP 1132152) (id 2.163)] [New Thread 0xa6e0a420 (LWP 1132153) (id 2.164)] [New Thread 0xa6609420 (LWP 1132154) (id 2.165)] [New Thread 0xa5e08420 (LWP 1132155) (id 2.166)] [New Thread 0xa5607420 (LWP 1132156) (id 2.167)] [New Thread 0xa4e06420 (LWP 1132157) (id 2.168)] [New Thread 0xa4605420 (LWP 1132158) (id 2.169)] [New Thread 0xa3e04420 (LWP 1132159) (id 2.170)] [New Thread 0xa3603420 (LWP 1132160) (id 2.171)] [New Thread 0xa2e02420 (LWP 1132161) (id 2.172)] [New Thread 0xa2601420 (LWP 1132162) (id 2.173)] [New Thread 0xa1e00420 (LWP 1132163) (id 2.174)] [New Thread 0xa15ff420 (LWP 1132164) (id 2.175)] [New Thread 0xa0dfe420 (LWP 1132165) (id 2.176)] [New Thread 0xa05fd420 (LWP 1132166) (id 2.177)] [New Thread 0x9fdfc420 (LWP 1132167) (id 2.178)] [New Thread 0x9f5fb420 (LWP 1132168) (id 2.179)] [New Thread 0x9edfa420 (LWP 1132169) (id 2.180)] [New Thread 0x9e5f9420 (LWP 1132170) (id 2.181)] [New Thread 0x9ddf8420 (LWP 1132171) (id 2.182)] [New Thread 0x9d5f7420 (LWP 1132172) (id 2.183)] [New Thread 0x9cdf6420 (LWP 1132173) (id 2.184)] [New Thread 0x9c5f5420 (LWP 1132174) (id 2.185)] [New Thread 0x9bdf4420 (LWP 1132175) (id 2.186)] [New Thread 0x9b5f3420 (LWP 1132176) (id 2.187)] [New Thread 0x9adf2420 (LWP 1132177) (id 2.188)] [New Thread 0x9a5f1420 (LWP 1132178) (id 2.189)] [New Thread 0x99df0420 (LWP 1132179) (id 2.190)] [New Thread 0x995ef420 (LWP 1132180) (id 2.191)] [New Thread 0x98dee420 (LWP 1132181) (id 2.192)] [New Thread 0x985ed420 (LWP 1132182) (id 2.193)] [New Thread 0x97dec420 (LWP 1132183) (id 2.194)] [New Thread 0x975eb420 (LWP 1132184) (id 2.195)] [New Thread 0x96dea420 (LWP 1132185) (id 2.196)] [New Thread 0x965e9420 (LWP 1132186) (id 2.197)] [New Thread 0x95de8420 (LWP 1132187) (id 2.198)] [New Thread 0x955e7420 (LWP 1132188) (id 2.199)] [New Thread 0x94de6420 (LWP 1132189) (id 2.200)] [New Thread 0x945e5420 (LWP 1132190) (id 2.201)] [New Thread 0x93de4420 (LWP 1132191) (id 2.202)] [New Thread 0x935e3420 (LWP 1132192) (id 2.203)] [New Thread 0x92de2420 (LWP 1132193) (id 2.204)] [New Thread 0x925e1420 (LWP 1132194) (id 2.205)] [New Thread 0x91de0420 (LWP 1132195) (id 2.206)] [New Thread 0x915df420 (LWP 1132196) (id 2.207)] [New Thread 0x90dde420 (LWP 1132197) (id 2.208)] [New Thread 0x905dd420 (LWP 1132198) (id 2.209)] [New Thread 0x8fddc420 (LWP 1132199) (id 2.210)] [New Thread 0x8f5db420 (LWP 1132200) (id 2.211)] [New Thread 0x8edda420 (LWP 1132201) (id 2.212)] [New Thread 0x8e5d9420 (LWP 1132202) (id 2.213)] [New Thread 0x8ddd8420 (LWP 1132203) (id 2.214)] [New Thread 0x8d5d7420 (LWP 1132204) (id 2.215)] [New Thread 0x8cdd6420 (LWP 1132205) (id 2.216)] [New Thread 0x8c5d5420 (LWP 1132206) (id 2.217)] [New Thread 0x8bdd4420 (LWP 1132207) (id 2.218)] [New Thread 0x8b5d3420 (LWP 1132208) (id 2.219)] [New Thread 0x8add2420 (LWP 1132209) (id 2.220)] [New Thread 0x8a5d1420 (LWP 1132210) (id 2.221)] [New Thread 0x89dd0420 (LWP 1132211) (id 2.222)] [New Thread 0x895cf420 (LWP 1132212) (id 2.223)] [New Thread 0x88dce420 (LWP 1132213) (id 2.224)] [New Thread 0x885cd420 (LWP 1132214) (id 2.225)] [New Thread 0x87dcc420 (LWP 1132215) (id 2.226)] [New Thread 0x875cb420 (LWP 1132216) (id 2.227)] [New Thread 0x86dca420 (LWP 1132217) (id 2.228)] [New Thread 0x865c9420 (LWP 1132218) (id 2.229)] [New Thread 0x85dc8420 (LWP 1132219) (id 2.230)] [New Thread 0x855c7420 (LWP 1132220) (id 2.231)] [New Thread 0x84dc6420 (LWP 1132221) (id 2.232)] [New Thread 0x845c5420 (LWP 1132222) (id 2.233)] [New Thread 0x83dc4420 (LWP 1132223) (id 2.234)] [New Thread 0x835c3420 (LWP 1132224) (id 2.235)] [New Thread 0x82dc2420 (LWP 1132225) (id 2.236)] [New Thread 0x825c1420 (LWP 1132226) (id 2.237)] [New Thread 0x81dc0420 (LWP 1132227) (id 2.238)] [New Thread 0x815bf420 (LWP 1132228) (id 2.239)] [New Thread 0x80dbe420 (LWP 1132229) (id 2.240)] [New Thread 0x805bd420 (LWP 1132230) (id 2.241)] [New Thread 0x7fdbc420 (LWP 1132231) (id 2.242)] [New Thread 0x7f5bb420 (LWP 1132232) (id 2.243)] [New Thread 0x7edba420 (LWP 1132233) (id 2.244)] [New Thread 0x7e5b9420 (LWP 1132234) (id 2.245)] [New Thread 0x7ddb8420 (LWP 1132235) (id 2.246)] [New Thread 0x7d5b7420 (LWP 1132236) (id 2.247)] [New Thread 0x7cdb6420 (LWP 1132237) (id 2.248)] [New Thread 0x7c5b5420 (LWP 1132238) (id 2.249)] [New Thread 0x7bdb4420 (LWP 1132239) (id 2.250)] [New Thread 0x7b5b3420 (LWP 1132240) (id 2.251)] [New Thread 0x7adb2420 (LWP 1132241) (id 2.252)] [New Thread 0x7a5b1420 (LWP 1132242) (id 2.253)] [New Thread 0x79db0420 (LWP 1132243) (id 2.254)] [New Thread 0x795af420 (LWP 1132244) (id 2.255)] [New Thread 0x78dae420 (LWP 1132245) (id 2.256)] [New Thread 0x785ad420 (LWP 1132246) (id 2.257)] [Switching to Thread 0x98dee420 (LWP 1132181)] Thread 2.192 "process-dies-wh" hit Temporary breakpoint 3.2, __GI__exit (status=0) at ../sysdeps/unix/sysv/linux/_exit.c:30 warning: 30 ../sysdeps/unix/sysv/linux/_exit.c: No such file or directory (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:sw: continue to breakpoint: _exit watch globalvar Watchpoint 4: globalvar (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:sw: watch globalvar detach Detaching from program: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-detach, process 1131990 [Inferior 2 (process 1131990) detached] (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:sw: detach child inferior 1 [Switching to inferior 1 [process 1131988] (/home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-detach)] [Switching to thread 1.1 (Thread 0xf7fcef60 (LWP 1131988))] #0 __libc_do_syscall () at ../sysdeps/unix/sysv/linux/arm/libc-do-syscall.S:47 warning: 47 ../sysdeps/unix/sysv/linux/arm/libc-do-syscall.S: No such file or directory (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:sw: switch to parent detach Detaching from program: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-detach, process 1131988 [Inferior 1 (process 1131988) detached] (gdb) saw prompt exited, status=0saw inferior exit PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:sw: detach parent Starting logfile: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/gdb.in.11 builtin_spawn /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/../../gdb/gdb -nw -nx -q -iex set height 0 -iex set width 0 -data-directory /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/data-directory -iex set interactive-mode on (gdb) set height 0 (gdb) set width 0 (gdb) dir Reinitialize source path to empty? (y or n) y Source directories searched: $cdir:$cwd (gdb) dir /home/tcwg-buildslave/workspace/tcwg_gnu_3/gdb/gdb/testsuite/gdb.threads Source directories searched: /home/tcwg-buildslave/workspace/tcwg_gnu_3/gdb/gdb/testsuite/gdb.threads:$cdir:$cwd (gdb) kill The program is not being run. (gdb) file /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-detach Reading symbols from /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-detach... (gdb) delete breakpoints (gdb) info breakpoints No breakpoints, watchpoints, tracepoints, or catchpoints. (gdb) break -qualified main Breakpoint 1 at 0x86a: file /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c, line 114. (gdb) run Starting program: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-detach [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". Breakpoint 1, main () at /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c:114 114 child = fork (); (gdb) set detach-on-fork off (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: set detach-on-fork off set follow-fork-mode child (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: set follow-fork-mode child tbreak child_function Temporary breakpoint 2 at 0x40073c: file /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c, line 60. (gdb) continue Continuing. [Attaching after Thread 0xf7fcef60 (LWP 1132281) fork to child process 1132283] [New inferior 2 (process 1132283)] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". [Switching to Thread 0xf7fcef60 (LWP 1132283)] Thread 2.1 "process-dies-wh" hit Temporary breakpoint 2.2, child_function () at /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c:60 60 pthread_barrier_init (&start_threads_barrier, NULL, NTHREADS + 1); (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: continue to breakpoint: child_function watch globalvar Hardware watchpoint 3: globalvar (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: watch globalvar tbreak _exit Temporary breakpoint 4 at 0xf7f35408: _exit. (4 locations) (gdb) continue Continuing. [New Thread 0xf7eac420 (LWP 1132284) (id 2.2)] [New Thread 0xf76ab420 (LWP 1132285) (id 2.3)] [New Thread 0xf6eaa420 (LWP 1132286) (id 2.4)] [New Thread 0xf66a9420 (LWP 1132287) (id 2.5)] [New Thread 0xf5ea8420 (LWP 1132288) (id 2.6)] [New Thread 0xf56a7420 (LWP 1132289) (id 2.7)] [New Thread 0xf4ea6420 (LWP 1132290) (id 2.8)] [New Thread 0xf46a5420 (LWP 1132291) (id 2.9)] [New Thread 0xf3ea4420 (LWP 1132292) (id 2.10)] [New Thread 0xf36a3420 (LWP 1132293) (id 2.11)] [New Thread 0xf2ea2420 (LWP 1132294) (id 2.12)] [New Thread 0xf26a1420 (LWP 1132295) (id 2.13)] [New Thread 0xf1ea0420 (LWP 1132296) (id 2.14)] [New Thread 0xf169f420 (LWP 1132297) (id 2.15)] [New Thread 0xf0e9e420 (LWP 1132298) (id 2.16)] [New Thread 0xf069d420 (LWP 1132299) (id 2.17)] [New Thread 0xefe9c420 (LWP 1132300) (id 2.18)] [New Thread 0xef69b420 (LWP 1132301) (id 2.19)] [New Thread 0xeee9a420 (LWP 1132302) (id 2.20)] [New Thread 0xee699420 (LWP 1132303) (id 2.21)] [New Thread 0xede98420 (LWP 1132304) (id 2.22)] [New Thread 0xed697420 (LWP 1132305) (id 2.23)] [New Thread 0xece96420 (LWP 1132306) (id 2.24)] [New Thread 0xec695420 (LWP 1132307) (id 2.25)] [New Thread 0xebe94420 (LWP 1132308) (id 2.26)] [New Thread 0xeb693420 (LWP 1132309) (id 2.27)] [New Thread 0xeae92420 (LWP 1132310) (id 2.28)] [New Thread 0xea691420 (LWP 1132311) (id 2.29)] [New Thread 0xe9e90420 (LWP 1132312) (id 2.30)] [New Thread 0xe968f420 (LWP 1132313) (id 2.31)] [New Thread 0xe8e8e420 (LWP 1132314) (id 2.32)] [New Thread 0xe868d420 (LWP 1132315) (id 2.33)] [New Thread 0xe7e8c420 (LWP 1132316) (id 2.34)] [New Thread 0xe768b420 (LWP 1132317) (id 2.35)] [New Thread 0xe6e8a420 (LWP 1132318) (id 2.36)] [New Thread 0xe6689420 (LWP 1132319) (id 2.37)] [New Thread 0xe5e88420 (LWP 1132320) (id 2.38)] [New Thread 0xe5687420 (LWP 1132321) (id 2.39)] [New Thread 0xe4e86420 (LWP 1132322) (id 2.40)] [New Thread 0xe4685420 (LWP 1132323) (id 2.41)] [New Thread 0xe3e84420 (LWP 1132324) (id 2.42)] [New Thread 0xe3683420 (LWP 1132325) (id 2.43)] [New Thread 0xe2e82420 (LWP 1132326) (id 2.44)] [New Thread 0xe2681420 (LWP 1132327) (id 2.45)] [New Thread 0xe1e80420 (LWP 1132328) (id 2.46)] [New Thread 0xe167f420 (LWP 1132329) (id 2.47)] [New Thread 0xe0e7e420 (LWP 1132330) (id 2.48)] [New Thread 0xe067d420 (LWP 1132331) (id 2.49)] [New Thread 0xdfe7c420 (LWP 1132332) (id 2.50)] [New Thread 0xdf67b420 (LWP 1132333) (id 2.51)] [New Thread 0xdee7a420 (LWP 1132334) (id 2.52)] [New Thread 0xde679420 (LWP 1132335) (id 2.53)] [New Thread 0xdde78420 (LWP 1132336) (id 2.54)] [New Thread 0xdd677420 (LWP 1132337) (id 2.55)] [New Thread 0xdce76420 (LWP 1132338) (id 2.56)] [New Thread 0xdc675420 (LWP 1132339) (id 2.57)] [New Thread 0xdbe74420 (LWP 1132340) (id 2.58)] [New Thread 0xdb673420 (LWP 1132341) (id 2.59)] [New Thread 0xdae72420 (LWP 1132342) (id 2.60)] [New Thread 0xda671420 (LWP 1132343) (id 2.61)] [New Thread 0xd9e70420 (LWP 1132344) (id 2.62)] [New Thread 0xd966f420 (LWP 1132345) (id 2.63)] [New Thread 0xd8e6e420 (LWP 1132346) (id 2.64)] [New Thread 0xd866d420 (LWP 1132347) (id 2.65)] [New Thread 0xd7e6c420 (LWP 1132348) (id 2.66)] [New Thread 0xd766b420 (LWP 1132349) (id 2.67)] [New Thread 0xd6e6a420 (LWP 1132350) (id 2.68)] [New Thread 0xd6669420 (LWP 1132351) (id 2.69)] [New Thread 0xd5e68420 (LWP 1132352) (id 2.70)] [New Thread 0xd5667420 (LWP 1132353) (id 2.71)] [New Thread 0xd4e66420 (LWP 1132354) (id 2.72)] [New Thread 0xd4665420 (LWP 1132355) (id 2.73)] [New Thread 0xd3e64420 (LWP 1132356) (id 2.74)] [New Thread 0xd3663420 (LWP 1132357) (id 2.75)] [New Thread 0xd2e62420 (LWP 1132358) (id 2.76)] [New Thread 0xd2661420 (LWP 1132359) (id 2.77)] [New Thread 0xd1e60420 (LWP 1132360) (id 2.78)] [New Thread 0xd165f420 (LWP 1132361) (id 2.79)] [New Thread 0xd0e5e420 (LWP 1132362) (id 2.80)] [New Thread 0xd065d420 (LWP 1132363) (id 2.81)] [New Thread 0xcfe5c420 (LWP 1132364) (id 2.82)] [New Thread 0xcf65b420 (LWP 1132365) (id 2.83)] [New Thread 0xcee5a420 (LWP 1132366) (id 2.84)] [New Thread 0xce659420 (LWP 1132367) (id 2.85)] [New Thread 0xcde58420 (LWP 1132368) (id 2.86)] [New Thread 0xcd657420 (LWP 1132369) (id 2.87)] [New Thread 0xcce56420 (LWP 1132370) (id 2.88)] [New Thread 0xcc655420 (LWP 1132371) (id 2.89)] [New Thread 0xcbe54420 (LWP 1132372) (id 2.90)] [New Thread 0xcb653420 (LWP 1132373) (id 2.91)] [New Thread 0xcae52420 (LWP 1132374) (id 2.92)] [New Thread 0xca651420 (LWP 1132375) (id 2.93)] [New Thread 0xc9e50420 (LWP 1132376) (id 2.94)] [New Thread 0xc964f420 (LWP 1132377) (id 2.95)] [New Thread 0xc8e4e420 (LWP 1132378) (id 2.96)] [New Thread 0xc864d420 (LWP 1132379) (id 2.97)] [New Thread 0xc7e4c420 (LWP 1132380) (id 2.98)] [New Thread 0xc764b420 (LWP 1132381) (id 2.99)] [New Thread 0xc6e4a420 (LWP 1132382) (id 2.100)] [New Thread 0xc6649420 (LWP 1132383) (id 2.101)] [New Thread 0xc5e48420 (LWP 1132384) (id 2.102)] [New Thread 0xc5647420 (LWP 1132385) (id 2.103)] [New Thread 0xc4e46420 (LWP 1132386) (id 2.104)] [New Thread 0xc4645420 (LWP 1132387) (id 2.105)] [New Thread 0xc3e44420 (LWP 1132388) (id 2.106)] [New Thread 0xc3643420 (LWP 1132389) (id 2.107)] [New Thread 0xc2e42420 (LWP 1132390) (id 2.108)] [New Thread 0xc2641420 (LWP 1132391) (id 2.109)] [New Thread 0xc1e40420 (LWP 1132392) (id 2.110)] [New Thread 0xc163f420 (LWP 1132393) (id 2.111)] [New Thread 0xc0e3e420 (LWP 1132394) (id 2.112)] [New Thread 0xc063d420 (LWP 1132395) (id 2.113)] [New Thread 0xbfe3c420 (LWP 1132396) (id 2.114)] [New Thread 0xbf63b420 (LWP 1132397) (id 2.115)] [New Thread 0xbee3a420 (LWP 1132398) (id 2.116)] [New Thread 0xbe639420 (LWP 1132399) (id 2.117)] [New Thread 0xbde38420 (LWP 1132400) (id 2.118)] [New Thread 0xbd637420 (LWP 1132401) (id 2.119)] [New Thread 0xbce36420 (LWP 1132402) (id 2.120)] [New Thread 0xbc635420 (LWP 1132403) (id 2.121)] [New Thread 0xbbe34420 (LWP 1132404) (id 2.122)] [New Thread 0xbb633420 (LWP 1132405) (id 2.123)] [New Thread 0xbae32420 (LWP 1132406) (id 2.124)] [New Thread 0xba631420 (LWP 1132407) (id 2.125)] [New Thread 0xb9e30420 (LWP 1132408) (id 2.126)] [New Thread 0xb962f420 (LWP 1132409) (id 2.127)] [New Thread 0xb8e2e420 (LWP 1132410) (id 2.128)] [New Thread 0xb862d420 (LWP 1132411) (id 2.129)] [New Thread 0xb7e2c420 (LWP 1132412) (id 2.130)] [New Thread 0xb762b420 (LWP 1132413) (id 2.131)] [New Thread 0xb6e2a420 (LWP 1132414) (id 2.132)] [New Thread 0xb6629420 (LWP 1132415) (id 2.133)] [New Thread 0xb5e28420 (LWP 1132416) (id 2.134)] [New Thread 0xb5627420 (LWP 1132417) (id 2.135)] [New Thread 0xb4e26420 (LWP 1132418) (id 2.136)] [New Thread 0xb4625420 (LWP 1132419) (id 2.137)] [New Thread 0xb3e24420 (LWP 1132420) (id 2.138)] [New Thread 0xb3623420 (LWP 1132421) (id 2.139)] [New Thread 0xb2e22420 (LWP 1132422) (id 2.140)] [New Thread 0xb2621420 (LWP 1132423) (id 2.141)] [New Thread 0xb1e20420 (LWP 1132424) (id 2.142)] [New Thread 0xb161f420 (LWP 1132425) (id 2.143)] [New Thread 0xb0e1e420 (LWP 1132426) (id 2.144)] [New Thread 0xb061d420 (LWP 1132427) (id 2.145)] [New Thread 0xafe1c420 (LWP 1132428) (id 2.146)] [New Thread 0xaf61b420 (LWP 1132429) (id 2.147)] [New Thread 0xaee1a420 (LWP 1132430) (id 2.148)] [New Thread 0xae619420 (LWP 1132431) (id 2.149)] [New Thread 0xade18420 (LWP 1132432) (id 2.150)] [New Thread 0xad617420 (LWP 1132433) (id 2.151)] [New Thread 0xace16420 (LWP 1132434) (id 2.152)] [New Thread 0xac615420 (LWP 1132435) (id 2.153)] [New Thread 0xabe14420 (LWP 1132436) (id 2.154)] [New Thread 0xab613420 (LWP 1132437) (id 2.155)] [New Thread 0xaae12420 (LWP 1132438) (id 2.156)] [New Thread 0xaa611420 (LWP 1132439) (id 2.157)] [New Thread 0xa9e10420 (LWP 1132440) (id 2.158)] [New Thread 0xa960f420 (LWP 1132441) (id 2.159)] [New Thread 0xa8e0e420 (LWP 1132442) (id 2.160)] [New Thread 0xa860d420 (LWP 1132443) (id 2.161)] [New Thread 0xa7e0c420 (LWP 1132444) (id 2.162)] [New Thread 0xa760b420 (LWP 1132445) (id 2.163)] [New Thread 0xa6e0a420 (LWP 1132446) (id 2.164)] [New Thread 0xa6609420 (LWP 1132447) (id 2.165)] [New Thread 0xa5e08420 (LWP 1132448) (id 2.166)] [New Thread 0xa5607420 (LWP 1132449) (id 2.167)] [New Thread 0xa4e06420 (LWP 1132450) (id 2.168)] [New Thread 0xa4605420 (LWP 1132451) (id 2.169)] [New Thread 0xa3e04420 (LWP 1132452) (id 2.170)] [New Thread 0xa3603420 (LWP 1132453) (id 2.171)] [New Thread 0xa2e02420 (LWP 1132454) (id 2.172)] [New Thread 0xa2601420 (LWP 1132455) (id 2.173)] [New Thread 0xa1e00420 (LWP 1132456) (id 2.174)] [New Thread 0xa15ff420 (LWP 1132457) (id 2.175)] [New Thread 0xa0dfe420 (LWP 1132458) (id 2.176)] [New Thread 0xa05fd420 (LWP 1132459) (id 2.177)] [New Thread 0x9fdfc420 (LWP 1132460) (id 2.178)] [New Thread 0x9f5fb420 (LWP 1132461) (id 2.179)] [New Thread 0x9edfa420 (LWP 1132462) (id 2.180)] [New Thread 0x9e5f9420 (LWP 1132463) (id 2.181)] [New Thread 0x9ddf8420 (LWP 1132464) (id 2.182)] [New Thread 0x9d5f7420 (LWP 1132465) (id 2.183)] [New Thread 0x9cdf6420 (LWP 1132466) (id 2.184)] [New Thread 0x9c5f5420 (LWP 1132467) (id 2.185)] [New Thread 0x9bdf4420 (LWP 1132468) (id 2.186)] [New Thread 0x9b5f3420 (LWP 1132469) (id 2.187)] [New Thread 0x9adf2420 (LWP 1132470) (id 2.188)] [New Thread 0x9a5f1420 (LWP 1132471) (id 2.189)] [New Thread 0x99df0420 (LWP 1132472) (id 2.190)] [New Thread 0x995ef420 (LWP 1132473) (id 2.191)] [New Thread 0x98dee420 (LWP 1132474) (id 2.192)] [New Thread 0x985ed420 (LWP 1132475) (id 2.193)] [New Thread 0x97dec420 (LWP 1132476) (id 2.194)] [New Thread 0x975eb420 (LWP 1132477) (id 2.195)] [New Thread 0x96dea420 (LWP 1132478) (id 2.196)] [New Thread 0x965e9420 (LWP 1132479) (id 2.197)] [New Thread 0x95de8420 (LWP 1132480) (id 2.198)] [New Thread 0x955e7420 (LWP 1132481) (id 2.199)] [New Thread 0x94de6420 (LWP 1132482) (id 2.200)] [New Thread 0x945e5420 (LWP 1132483) (id 2.201)] [New Thread 0x93de4420 (LWP 1132484) (id 2.202)] [New Thread 0x935e3420 (LWP 1132485) (id 2.203)] [New Thread 0x92de2420 (LWP 1132486) (id 2.204)] [New Thread 0x925e1420 (LWP 1132487) (id 2.205)] [New Thread 0x91de0420 (LWP 1132488) (id 2.206)] [New Thread 0x915df420 (LWP 1132489) (id 2.207)] [New Thread 0x90dde420 (LWP 1132490) (id 2.208)] [New Thread 0x905dd420 (LWP 1132491) (id 2.209)] [New Thread 0x8fddc420 (LWP 1132492) (id 2.210)] [New Thread 0x8f5db420 (LWP 1132493) (id 2.211)] [New Thread 0x8edda420 (LWP 1132494) (id 2.212)] [New Thread 0x8e5d9420 (LWP 1132495) (id 2.213)] [New Thread 0x8ddd8420 (LWP 1132496) (id 2.214)] [New Thread 0x8d5d7420 (LWP 1132497) (id 2.215)] [New Thread 0x8cdd6420 (LWP 1132498) (id 2.216)] [New Thread 0x8c5d5420 (LWP 1132499) (id 2.217)] [New Thread 0x8bdd4420 (LWP 1132500) (id 2.218)] [New Thread 0x8b5d3420 (LWP 1132501) (id 2.219)] [New Thread 0x8add2420 (LWP 1132502) (id 2.220)] [New Thread 0x8a5d1420 (LWP 1132503) (id 2.221)] [New Thread 0x89dd0420 (LWP 1132504) (id 2.222)] [New Thread 0x895cf420 (LWP 1132505) (id 2.223)] [New Thread 0x88dce420 (LWP 1132506) (id 2.224)] [New Thread 0x885cd420 (LWP 1132507) (id 2.225)] [New Thread 0x87dcc420 (LWP 1132508) (id 2.226)] [New Thread 0x875cb420 (LWP 1132509) (id 2.227)] [New Thread 0x86dca420 (LWP 1132510) (id 2.228)] [New Thread 0x865c9420 (LWP 1132511) (id 2.229)] [New Thread 0x85dc8420 (LWP 1132512) (id 2.230)] [New Thread 0x855c7420 (LWP 1132513) (id 2.231)] [New Thread 0x84dc6420 (LWP 1132514) (id 2.232)] [New Thread 0x845c5420 (LWP 1132515) (id 2.233)] [New Thread 0x83dc4420 (LWP 1132516) (id 2.234)] [New Thread 0x835c3420 (LWP 1132517) (id 2.235)] [New Thread 0x82dc2420 (LWP 1132518) (id 2.236)] [New Thread 0x825c1420 (LWP 1132519) (id 2.237)] [New Thread 0x81dc0420 (LWP 1132520) (id 2.238)] [New Thread 0x815bf420 (LWP 1132521) (id 2.239)] [New Thread 0x80dbe420 (LWP 1132522) (id 2.240)] [New Thread 0x805bd420 (LWP 1132523) (id 2.241)] [New Thread 0x7fdbc420 (LWP 1132524) (id 2.242)] [New Thread 0x7f5bb420 (LWP 1132525) (id 2.243)] [New Thread 0x7edba420 (LWP 1132526) (id 2.244)] [New Thread 0x7e5b9420 (LWP 1132527) (id 2.245)] [New Thread 0x7ddb8420 (LWP 1132528) (id 2.246)] [New Thread 0x7d5b7420 (LWP 1132529) (id 2.247)] [New Thread 0x7cdb6420 (LWP 1132530) (id 2.248)] [New Thread 0x7c5b5420 (LWP 1132531) (id 2.249)] [New Thread 0x7bdb4420 (LWP 1132532) (id 2.250)] [New Thread 0x7b5b3420 (LWP 1132533) (id 2.251)] [New Thread 0x7adb2420 (LWP 1132534) (id 2.252)] [New Thread 0x7a5b1420 (LWP 1132535) (id 2.253)] [New Thread 0x79db0420 (LWP 1132536) (id 2.254)] [New Thread 0x795af420 (LWP 1132537) (id 2.255)] [New Thread 0x78dae420 (LWP 1132538) (id 2.256)] [New Thread 0x785ad420 (LWP 1132539) (id 2.257)] [Switching to Thread 0xb2621420 (LWP 1132423)] Thread 2.141 "process-dies-wh" hit Temporary breakpoint 4.2, __GI__exit (status=0) at ../sysdeps/unix/sysv/linux/_exit.c:30 warning: 30 ../sysdeps/unix/sysv/linux/_exit.c: No such file or directory (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: continue to breakpoint: _exit detach Detaching from program: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-detach, process 1132283 [Inferior 2 (process 1132283) detached] (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: detach child inferior 1 [Switching to inferior 1 [process 1132281] (/home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-detach)] [Switching to thread 1.1 (Thread 0xf7fcef60 (LWP 1132281))] #0 __libc_do_syscall () at ../sysdeps/unix/sysv/linux/arm/libc-do-syscall.S:47 warning: 47 ../sysdeps/unix/sysv/linux/arm/libc-do-syscall.S: No such file or directory (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: switch to parent detach Detaching from program: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-detach, process 1132281 [Inferior 1 (process 1132281) detached] exited, status=0saw inferior exit (gdb) saw prompt PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: detach parent Starting logfile: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/gdb.in.12 builtin_spawn /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/../../gdb/gdb -nw -nx -q -iex set height 0 -iex set width 0 -data-directory /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/data-directory -iex set interactive-mode on (gdb) set height 0 (gdb) set width 0 (gdb) dir Reinitialize source path to empty? (y or n) y Source directories searched: $cdir:$cwd (gdb) dir /home/tcwg-buildslave/workspace/tcwg_gnu_3/gdb/gdb/testsuite/gdb.threads Source directories searched: /home/tcwg-buildslave/workspace/tcwg_gnu_3/gdb/gdb/testsuite/gdb.threads:$cdir:$cwd (gdb) kill The program is not being run. (gdb) file /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-detach Reading symbols from /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-detach... (gdb) delete breakpoints (gdb) info breakpoints No breakpoints, watchpoints, tracepoints, or catchpoints. (gdb) break -qualified main Breakpoint 1 at 0x86a: file /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c, line 114. (gdb) run Starting program: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-detach [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". Breakpoint 1, main () at /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c:114 114 child = fork (); (gdb) set breakpoint always-inserted on (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: set breakpoint always-inserted on set detach-on-fork off (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: set detach-on-fork off set follow-fork-mode child (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: set follow-fork-mode child tbreak _exit Temporary breakpoint 2 at 0xf7f35408: _exit. (2 locations) (gdb) continue Continuing. [Attaching after Thread 0xf7fcef60 (LWP 1132574) fork to child process 1132576] [New inferior 2 (process 1132576)] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". [New Thread 0xf7eac420 (LWP 1132577) (id 2.2)] [New Thread 0xf76ab420 (LWP 1132578) (id 2.3)] [New Thread 0xf6eaa420 (LWP 1132579) (id 2.4)] [New Thread 0xf66a9420 (LWP 1132580) (id 2.5)] [New Thread 0xf5ea8420 (LWP 1132581) (id 2.6)] [New Thread 0xf56a7420 (LWP 1132582) (id 2.7)] [New Thread 0xf4ea6420 (LWP 1132583) (id 2.8)] [New Thread 0xf46a5420 (LWP 1132584) (id 2.9)] [New Thread 0xf3ea4420 (LWP 1132585) (id 2.10)] [New Thread 0xf36a3420 (LWP 1132586) (id 2.11)] [New Thread 0xf2ea2420 (LWP 1132587) (id 2.12)] [New Thread 0xf26a1420 (LWP 1132588) (id 2.13)] [New Thread 0xf1ea0420 (LWP 1132589) (id 2.14)] [New Thread 0xf169f420 (LWP 1132590) (id 2.15)] [New Thread 0xf0e9e420 (LWP 1132591) (id 2.16)] [New Thread 0xf069d420 (LWP 1132592) (id 2.17)] [New Thread 0xefe9c420 (LWP 1132593) (id 2.18)] [New Thread 0xef69b420 (LWP 1132594) (id 2.19)] [New Thread 0xeee9a420 (LWP 1132595) (id 2.20)] [New Thread 0xee699420 (LWP 1132596) (id 2.21)] [New Thread 0xede98420 (LWP 1132597) (id 2.22)] [New Thread 0xed697420 (LWP 1132598) (id 2.23)] [New Thread 0xece96420 (LWP 1132599) (id 2.24)] [New Thread 0xec695420 (LWP 1132600) (id 2.25)] [New Thread 0xebe94420 (LWP 1132601) (id 2.26)] [New Thread 0xeb693420 (LWP 1132602) (id 2.27)] [New Thread 0xeae92420 (LWP 1132603) (id 2.28)] [New Thread 0xea691420 (LWP 1132604) (id 2.29)] [New Thread 0xe9e90420 (LWP 1132605) (id 2.30)] [New Thread 0xe968f420 (LWP 1132606) (id 2.31)] [New Thread 0xe8e8e420 (LWP 1132607) (id 2.32)] [New Thread 0xe868d420 (LWP 1132608) (id 2.33)] [New Thread 0xe7e8c420 (LWP 1132609) (id 2.34)] [New Thread 0xe768b420 (LWP 1132610) (id 2.35)] [New Thread 0xe6e8a420 (LWP 1132611) (id 2.36)] [New Thread 0xe6689420 (LWP 1132612) (id 2.37)] [New Thread 0xe5e88420 (LWP 1132613) (id 2.38)] [New Thread 0xe5687420 (LWP 1132614) (id 2.39)] [New Thread 0xe4e86420 (LWP 1132615) (id 2.40)] [New Thread 0xe4685420 (LWP 1132616) (id 2.41)] [New Thread 0xe3e84420 (LWP 1132617) (id 2.42)] [New Thread 0xe3683420 (LWP 1132618) (id 2.43)] [New Thread 0xe2e82420 (LWP 1132619) (id 2.44)] [New Thread 0xe2681420 (LWP 1132620) (id 2.45)] [New Thread 0xe1e80420 (LWP 1132621) (id 2.46)] [New Thread 0xe167f420 (LWP 1132622) (id 2.47)] [New Thread 0xe0e7e420 (LWP 1132623) (id 2.48)] [New Thread 0xe067d420 (LWP 1132624) (id 2.49)] [New Thread 0xdfe7c420 (LWP 1132625) (id 2.50)] [New Thread 0xdf67b420 (LWP 1132626) (id 2.51)] [New Thread 0xdee7a420 (LWP 1132627) (id 2.52)] [New Thread 0xde679420 (LWP 1132628) (id 2.53)] [New Thread 0xdde78420 (LWP 1132629) (id 2.54)] [New Thread 0xdd677420 (LWP 1132630) (id 2.55)] [New Thread 0xdce76420 (LWP 1132631) (id 2.56)] [New Thread 0xdc675420 (LWP 1132632) (id 2.57)] [New Thread 0xdbe74420 (LWP 1132633) (id 2.58)] [New Thread 0xdb673420 (LWP 1132634) (id 2.59)] [New Thread 0xdae72420 (LWP 1132635) (id 2.60)] [New Thread 0xda671420 (LWP 1132636) (id 2.61)] [New Thread 0xd9e70420 (LWP 1132637) (id 2.62)] [New Thread 0xd966f420 (LWP 1132638) (id 2.63)] [New Thread 0xd8e6e420 (LWP 1132639) (id 2.64)] [New Thread 0xd866d420 (LWP 1132640) (id 2.65)] [New Thread 0xd7e6c420 (LWP 1132641) (id 2.66)] [New Thread 0xd766b420 (LWP 1132642) (id 2.67)] [New Thread 0xd6e6a420 (LWP 1132643) (id 2.68)] [New Thread 0xd6669420 (LWP 1132644) (id 2.69)] [New Thread 0xd5e68420 (LWP 1132645) (id 2.70)] [New Thread 0xd5667420 (LWP 1132646) (id 2.71)] [New Thread 0xd4e66420 (LWP 1132647) (id 2.72)] [New Thread 0xd4665420 (LWP 1132648) (id 2.73)] [New Thread 0xd3e64420 (LWP 1132649) (id 2.74)] [New Thread 0xd3663420 (LWP 1132650) (id 2.75)] [New Thread 0xd2e62420 (LWP 1132651) (id 2.76)] [New Thread 0xd2661420 (LWP 1132652) (id 2.77)] [New Thread 0xd1e60420 (LWP 1132653) (id 2.78)] [New Thread 0xd165f420 (LWP 1132654) (id 2.79)] [New Thread 0xd0e5e420 (LWP 1132655) (id 2.80)] [New Thread 0xd065d420 (LWP 1132656) (id 2.81)] [New Thread 0xcfe5c420 (LWP 1132657) (id 2.82)] [New Thread 0xcf65b420 (LWP 1132658) (id 2.83)] [New Thread 0xcee5a420 (LWP 1132659) (id 2.84)] [New Thread 0xce659420 (LWP 1132660) (id 2.85)] [New Thread 0xcde58420 (LWP 1132661) (id 2.86)] [New Thread 0xcd657420 (LWP 1132662) (id 2.87)] [New Thread 0xcce56420 (LWP 1132663) (id 2.88)] [New Thread 0xcc655420 (LWP 1132664) (id 2.89)] [New Thread 0xcbe54420 (LWP 1132665) (id 2.90)] [New Thread 0xcb653420 (LWP 1132666) (id 2.91)] [New Thread 0xcae52420 (LWP 1132667) (id 2.92)] [New Thread 0xca651420 (LWP 1132668) (id 2.93)] [New Thread 0xc9e50420 (LWP 1132669) (id 2.94)] [New Thread 0xc964f420 (LWP 1132670) (id 2.95)] [New Thread 0xc8e4e420 (LWP 1132671) (id 2.96)] [New Thread 0xc864d420 (LWP 1132672) (id 2.97)] [New Thread 0xc7e4c420 (LWP 1132673) (id 2.98)] [New Thread 0xc764b420 (LWP 1132674) (id 2.99)] [New Thread 0xc6e4a420 (LWP 1132675) (id 2.100)] [New Thread 0xc6649420 (LWP 1132676) (id 2.101)] [New Thread 0xc5e48420 (LWP 1132677) (id 2.102)] [New Thread 0xc5647420 (LWP 1132678) (id 2.103)] [New Thread 0xc4e46420 (LWP 1132679) (id 2.104)] [New Thread 0xc4645420 (LWP 1132680) (id 2.105)] [New Thread 0xc3e44420 (LWP 1132681) (id 2.106)] [New Thread 0xc3643420 (LWP 1132682) (id 2.107)] [New Thread 0xc2e42420 (LWP 1132683) (id 2.108)] [New Thread 0xc2641420 (LWP 1132684) (id 2.109)] [New Thread 0xc1e40420 (LWP 1132685) (id 2.110)] [New Thread 0xc163f420 (LWP 1132686) (id 2.111)] [New Thread 0xc0e3e420 (LWP 1132687) (id 2.112)] [New Thread 0xc063d420 (LWP 1132688) (id 2.113)] [New Thread 0xbfe3c420 (LWP 1132689) (id 2.114)] [New Thread 0xbf63b420 (LWP 1132690) (id 2.115)] [New Thread 0xbee3a420 (LWP 1132691) (id 2.116)] [New Thread 0xbe639420 (LWP 1132692) (id 2.117)] [New Thread 0xbde38420 (LWP 1132693) (id 2.118)] [New Thread 0xbd637420 (LWP 1132694) (id 2.119)] [New Thread 0xbce36420 (LWP 1132695) (id 2.120)] [New Thread 0xbc635420 (LWP 1132696) (id 2.121)] [New Thread 0xbbe34420 (LWP 1132697) (id 2.122)] [New Thread 0xbb633420 (LWP 1132698) (id 2.123)] [New Thread 0xbae32420 (LWP 1132699) (id 2.124)] [New Thread 0xba631420 (LWP 1132700) (id 2.125)] [New Thread 0xb9e30420 (LWP 1132701) (id 2.126)] [New Thread 0xb962f420 (LWP 1132702) (id 2.127)] [New Thread 0xb8e2e420 (LWP 1132703) (id 2.128)] [New Thread 0xb862d420 (LWP 1132704) (id 2.129)] [New Thread 0xb7e2c420 (LWP 1132705) (id 2.130)] [New Thread 0xb762b420 (LWP 1132706) (id 2.131)] [New Thread 0xb6e2a420 (LWP 1132707) (id 2.132)] [New Thread 0xb6629420 (LWP 1132708) (id 2.133)] [New Thread 0xb5e28420 (LWP 1132709) (id 2.134)] [New Thread 0xb5627420 (LWP 1132710) (id 2.135)] [New Thread 0xb4e26420 (LWP 1132711) (id 2.136)] [New Thread 0xb4625420 (LWP 1132712) (id 2.137)] [New Thread 0xb3e24420 (LWP 1132713) (id 2.138)] [New Thread 0xb3623420 (LWP 1132714) (id 2.139)] [New Thread 0xb2e22420 (LWP 1132715) (id 2.140)] [New Thread 0xb2621420 (LWP 1132716) (id 2.141)] [New Thread 0xb1e20420 (LWP 1132717) (id 2.142)] [New Thread 0xb161f420 (LWP 1132718) (id 2.143)] [New Thread 0xb0e1e420 (LWP 1132719) (id 2.144)] [New Thread 0xb061d420 (LWP 1132720) (id 2.145)] [New Thread 0xafe1c420 (LWP 1132721) (id 2.146)] [New Thread 0xaf61b420 (LWP 1132722) (id 2.147)] [New Thread 0xaee1a420 (LWP 1132723) (id 2.148)] [New Thread 0xae619420 (LWP 1132724) (id 2.149)] [New Thread 0xade18420 (LWP 1132725) (id 2.150)] [New Thread 0xad617420 (LWP 1132726) (id 2.151)] [New Thread 0xace16420 (LWP 1132727) (id 2.152)] [New Thread 0xac615420 (LWP 1132728) (id 2.153)] [New Thread 0xabe14420 (LWP 1132729) (id 2.154)] [New Thread 0xab613420 (LWP 1132730) (id 2.155)] [New Thread 0xaae12420 (LWP 1132731) (id 2.156)] [New Thread 0xaa611420 (LWP 1132732) (id 2.157)] [New Thread 0xa9e10420 (LWP 1132733) (id 2.158)] [New Thread 0xa960f420 (LWP 1132734) (id 2.159)] [New Thread 0xa8e0e420 (LWP 1132735) (id 2.160)] [New Thread 0xa860d420 (LWP 1132736) (id 2.161)] [New Thread 0xa7e0c420 (LWP 1132737) (id 2.162)] [New Thread 0xa760b420 (LWP 1132738) (id 2.163)] [New Thread 0xa6e0a420 (LWP 1132739) (id 2.164)] [New Thread 0xa6609420 (LWP 1132740) (id 2.165)] [New Thread 0xa5e08420 (LWP 1132741) (id 2.166)] [New Thread 0xa5607420 (LWP 1132742) (id 2.167)] [New Thread 0xa4e06420 (LWP 1132743) (id 2.168)] [New Thread 0xa4605420 (LWP 1132744) (id 2.169)] [New Thread 0xa3e04420 (LWP 1132745) (id 2.170)] [New Thread 0xa3603420 (LWP 1132746) (id 2.171)] [New Thread 0xa2e02420 (LWP 1132747) (id 2.172)] [New Thread 0xa2601420 (LWP 1132748) (id 2.173)] [New Thread 0xa1e00420 (LWP 1132749) (id 2.174)] [New Thread 0xa15ff420 (LWP 1132750) (id 2.175)] [New Thread 0xa0dfe420 (LWP 1132751) (id 2.176)] [New Thread 0xa05fd420 (LWP 1132752) (id 2.177)] [New Thread 0x9fdfc420 (LWP 1132753) (id 2.178)] [New Thread 0x9f5fb420 (LWP 1132754) (id 2.179)] [New Thread 0x9edfa420 (LWP 1132755) (id 2.180)] [New Thread 0x9e5f9420 (LWP 1132756) (id 2.181)] [New Thread 0x9ddf8420 (LWP 1132757) (id 2.182)] [New Thread 0x9d5f7420 (LWP 1132758) (id 2.183)] [New Thread 0x9cdf6420 (LWP 1132759) (id 2.184)] [New Thread 0x9c5f5420 (LWP 1132760) (id 2.185)] [New Thread 0x9bdf4420 (LWP 1132761) (id 2.186)] [New Thread 0x9b5f3420 (LWP 1132762) (id 2.187)] [New Thread 0x9adf2420 (LWP 1132763) (id 2.188)] [New Thread 0x9a5f1420 (LWP 1132764) (id 2.189)] [New Thread 0x99df0420 (LWP 1132765) (id 2.190)] [New Thread 0x995ef420 (LWP 1132766) (id 2.191)] [New Thread 0x98dee420 (LWP 1132767) (id 2.192)] [New Thread 0x985ed420 (LWP 1132768) (id 2.193)] [New Thread 0x97dec420 (LWP 1132769) (id 2.194)] [New Thread 0x975eb420 (LWP 1132770) (id 2.195)] [New Thread 0x96dea420 (LWP 1132771) (id 2.196)] [New Thread 0x965e9420 (LWP 1132772) (id 2.197)] [New Thread 0x95de8420 (LWP 1132773) (id 2.198)] [New Thread 0x955e7420 (LWP 1132774) (id 2.199)] [New Thread 0x94de6420 (LWP 1132775) (id 2.200)] [New Thread 0x945e5420 (LWP 1132776) (id 2.201)] [New Thread 0x93de4420 (LWP 1132777) (id 2.202)] [New Thread 0x935e3420 (LWP 1132778) (id 2.203)] [New Thread 0x92de2420 (LWP 1132779) (id 2.204)] [New Thread 0x925e1420 (LWP 1132780) (id 2.205)] [New Thread 0x91de0420 (LWP 1132781) (id 2.206)] [New Thread 0x915df420 (LWP 1132782) (id 2.207)] [New Thread 0x90dde420 (LWP 1132783) (id 2.208)] [New Thread 0x905dd420 (LWP 1132784) (id 2.209)] [New Thread 0x8fddc420 (LWP 1132785) (id 2.210)] [New Thread 0x8f5db420 (LWP 1132786) (id 2.211)] [New Thread 0x8edda420 (LWP 1132787) (id 2.212)] [New Thread 0x8e5d9420 (LWP 1132788) (id 2.213)] [New Thread 0x8ddd8420 (LWP 1132789) (id 2.214)] [New Thread 0x8d5d7420 (LWP 1132790) (id 2.215)] [New Thread 0x8cdd6420 (LWP 1132791) (id 2.216)] [New Thread 0x8c5d5420 (LWP 1132792) (id 2.217)] [New Thread 0x8bdd4420 (LWP 1132793) (id 2.218)] [New Thread 0x8b5d3420 (LWP 1132794) (id 2.219)] [New Thread 0x8add2420 (LWP 1132795) (id 2.220)] [New Thread 0x8a5d1420 (LWP 1132796) (id 2.221)] [New Thread 0x89dd0420 (LWP 1132797) (id 2.222)] [New Thread 0x895cf420 (LWP 1132798) (id 2.223)] [New Thread 0x88dce420 (LWP 1132799) (id 2.224)] [New Thread 0x885cd420 (LWP 1132800) (id 2.225)] [New Thread 0x87dcc420 (LWP 1132801) (id 2.226)] [New Thread 0x875cb420 (LWP 1132802) (id 2.227)] [New Thread 0x86dca420 (LWP 1132803) (id 2.228)] [New Thread 0x865c9420 (LWP 1132804) (id 2.229)] [New Thread 0x85dc8420 (LWP 1132805) (id 2.230)] [New Thread 0x855c7420 (LWP 1132806) (id 2.231)] [New Thread 0x84dc6420 (LWP 1132807) (id 2.232)] [New Thread 0x845c5420 (LWP 1132808) (id 2.233)] [New Thread 0x83dc4420 (LWP 1132809) (id 2.234)] [New Thread 0x835c3420 (LWP 1132810) (id 2.235)] [New Thread 0x82dc2420 (LWP 1132811) (id 2.236)] [New Thread 0x825c1420 (LWP 1132812) (id 2.237)] [New Thread 0x81dc0420 (LWP 1132813) (id 2.238)] [New Thread 0x815bf420 (LWP 1132814) (id 2.239)] [New Thread 0x80dbe420 (LWP 1132815) (id 2.240)] [New Thread 0x805bd420 (LWP 1132816) (id 2.241)] [New Thread 0x7fdbc420 (LWP 1132817) (id 2.242)] [New Thread 0x7f5bb420 (LWP 1132818) (id 2.243)] [New Thread 0x7edba420 (LWP 1132819) (id 2.244)] [New Thread 0x7e5b9420 (LWP 1132820) (id 2.245)] [New Thread 0x7ddb8420 (LWP 1132821) (id 2.246)] [New Thread 0x7d5b7420 (LWP 1132822) (id 2.247)] [New Thread 0x7cdb6420 (LWP 1132823) (id 2.248)] [New Thread 0x7c5b5420 (LWP 1132824) (id 2.249)] [New Thread 0x7bdb4420 (LWP 1132825) (id 2.250)] [New Thread 0x7b5b3420 (LWP 1132826) (id 2.251)] [New Thread 0x7adb2420 (LWP 1132827) (id 2.252)] [New Thread 0x7a5b1420 (LWP 1132828) (id 2.253)] [New Thread 0x79db0420 (LWP 1132829) (id 2.254)] [New Thread 0x795af420 (LWP 1132830) (id 2.255)] [New Thread 0x78dae420 (LWP 1132831) (id 2.256)] [New Thread 0x785ad420 (LWP 1132832) (id 2.257)] [Switching to Thread 0xd0e5e420 (LWP 1132655)] Thread 2.80 "process-dies-wh" hit Temporary breakpoint 2.2, __GI__exit (status=0) at ../sysdeps/unix/sysv/linux/_exit.c:30 warning: 30 ../sysdeps/unix/sysv/linux/_exit.c: No such file or directory (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: continue to breakpoint: _exit print /d mypid $1 = 1132576 (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: get integer valueof "mypid" Executing on target: kill -9 1132576 (timeout = 300) builtin_spawn -ignore SIGHUP kill -9 1132576 detach Detaching from program: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-detach, process 1132576 [Inferior 2 (process 1132576) detached] (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: detach child inferior 1 [Switching to inferior 1 [process 1132574] (/home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-detach)] [Switching to thread 1.1 (Thread 0xf7fcef60 (LWP 1132574))] #0 __libc_do_syscall () at ../sysdeps/unix/sysv/linux/arm/libc-do-syscall.S:47 warning: 47 ../sysdeps/unix/sysv/linux/arm/libc-do-syscall.S: No such file or directory (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: switch to parent detach Detaching from program: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-detach, process 1132574 [Inferior 1 (process 1132574) detached] (gdb) saw prompt signaled, sig=9saw inferior exit PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: detach parent gdb_do_cache: universal_compile_options_c ( ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) Executing on host: gcc -fno-stack-protector -fdiagnostics-color=never -DMULTIPROCESS -c -g -o /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-continue0.o /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c (timeout = 300) builtin_spawn -ignore SIGHUP gcc -fno-stack-protector -fdiagnostics-color=never -DMULTIPROCESS -c -g -o /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-continue0.o /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c gdb_do_cache: universal_compile_options_c ( ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) Executing on host: gcc -fno-stack-protector /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-continue0.o -fdiagnostics-color=never -DMULTIPROCESS -g -lpthreads -lm -o /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-continue (timeout = 300) builtin_spawn -ignore SIGHUP gcc -fno-stack-protector /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-continue0.o -fdiagnostics-color=never -DMULTIPROCESS -g -lpthreads -lm -o /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-continue /usr/bin/ld: cannot find -lpthreads: No such file or directory collect2: error: ld returned 1 exit status compiler exited with status 1 output is: /usr/bin/ld: cannot find -lpthreads: No such file or directory collect2: error: ld returned 1 exit status gdb_do_cache: universal_compile_options_c ( ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) gdb_do_cache: get_compiler_info_1 ( c ) Executing on host: gcc -fno-stack-protector /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-continue0.o -fdiagnostics-color=never -DMULTIPROCESS -g -lpthread -lm -o /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-continue (timeout = 300) builtin_spawn -ignore SIGHUP gcc -fno-stack-protector /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-continue0.o -fdiagnostics-color=never -DMULTIPROCESS -g -lpthread -lm -o /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-continue PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: successfully compiled posix threads test case Starting logfile: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/gdb.in.13 builtin_spawn /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/../../gdb/gdb -nw -nx -q -iex set height 0 -iex set width 0 -data-directory /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/data-directory -iex set interactive-mode on (gdb) set height 0 (gdb) set width 0 (gdb) dir Reinitialize source path to empty? (y or n) y Source directories searched: $cdir:$cwd (gdb) dir /home/tcwg-buildslave/workspace/tcwg_gnu_3/gdb/gdb/testsuite/gdb.threads Source directories searched: /home/tcwg-buildslave/workspace/tcwg_gnu_3/gdb/gdb/testsuite/gdb.threads:$cdir:$cwd (gdb) kill The program is not being run. (gdb) file /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-continue Reading symbols from /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-continue... (gdb) delete breakpoints (gdb) info breakpoints No breakpoints, watchpoints, tracepoints, or catchpoints. (gdb) break -qualified main Breakpoint 1 at 0x86a: file /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c, line 114. (gdb) run Starting program: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-continue [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". Breakpoint 1, main () at /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c:114 114 child = fork (); (gdb) set detach-on-fork off (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: set detach-on-fork off set follow-fork-mode child (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: set follow-fork-mode child tbreak _exit Temporary breakpoint 2 at 0xf7f35408: _exit. (2 locations) (gdb) continue Continuing. [Attaching after Thread 0xf7fcef60 (LWP 1132893) fork to child process 1132895] [New inferior 2 (process 1132895)] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". [New Thread 0xf7eac420 (LWP 1132896) (id 2.2)] [New Thread 0xf76ab420 (LWP 1132897) (id 2.3)] [New Thread 0xf6eaa420 (LWP 1132898) (id 2.4)] [New Thread 0xf66a9420 (LWP 1132899) (id 2.5)] [New Thread 0xf5ea8420 (LWP 1132900) (id 2.6)] [New Thread 0xf56a7420 (LWP 1132901) (id 2.7)] [New Thread 0xf4ea6420 (LWP 1132902) (id 2.8)] [New Thread 0xf46a5420 (LWP 1132903) (id 2.9)] [New Thread 0xf3ea4420 (LWP 1132904) (id 2.10)] [New Thread 0xf36a3420 (LWP 1132905) (id 2.11)] [New Thread 0xf2ea2420 (LWP 1132906) (id 2.12)] [New Thread 0xf26a1420 (LWP 1132907) (id 2.13)] [New Thread 0xf1ea0420 (LWP 1132908) (id 2.14)] [New Thread 0xf169f420 (LWP 1132909) (id 2.15)] [New Thread 0xf0e9e420 (LWP 1132910) (id 2.16)] [New Thread 0xf069d420 (LWP 1132911) (id 2.17)] [New Thread 0xefe9c420 (LWP 1132912) (id 2.18)] [New Thread 0xef69b420 (LWP 1132913) (id 2.19)] [New Thread 0xeee9a420 (LWP 1132914) (id 2.20)] [New Thread 0xee699420 (LWP 1132915) (id 2.21)] [New Thread 0xede98420 (LWP 1132916) (id 2.22)] [New Thread 0xed697420 (LWP 1132917) (id 2.23)] [New Thread 0xece96420 (LWP 1132918) (id 2.24)] [New Thread 0xec695420 (LWP 1132919) (id 2.25)] [New Thread 0xebe94420 (LWP 1132920) (id 2.26)] [New Thread 0xeb693420 (LWP 1132921) (id 2.27)] [New Thread 0xeae92420 (LWP 1132922) (id 2.28)] [New Thread 0xea691420 (LWP 1132923) (id 2.29)] [New Thread 0xe9e90420 (LWP 1132924) (id 2.30)] [New Thread 0xe968f420 (LWP 1132925) (id 2.31)] [New Thread 0xe8e8e420 (LWP 1132926) (id 2.32)] [New Thread 0xe868d420 (LWP 1132927) (id 2.33)] [New Thread 0xe7e8c420 (LWP 1132928) (id 2.34)] [New Thread 0xe768b420 (LWP 1132929) (id 2.35)] [New Thread 0xe6e8a420 (LWP 1132930) (id 2.36)] [New Thread 0xe6689420 (LWP 1132931) (id 2.37)] [New Thread 0xe5e88420 (LWP 1132932) (id 2.38)] [New Thread 0xe5687420 (LWP 1132933) (id 2.39)] [New Thread 0xe4e86420 (LWP 1132934) (id 2.40)] [New Thread 0xe4685420 (LWP 1132935) (id 2.41)] [New Thread 0xe3e84420 (LWP 1132936) (id 2.42)] [New Thread 0xe3683420 (LWP 1132937) (id 2.43)] [New Thread 0xe2e82420 (LWP 1132938) (id 2.44)] [New Thread 0xe2681420 (LWP 1132939) (id 2.45)] [New Thread 0xe1e80420 (LWP 1132940) (id 2.46)] [New Thread 0xe167f420 (LWP 1132941) (id 2.47)] [New Thread 0xe0e7e420 (LWP 1132942) (id 2.48)] [New Thread 0xe067d420 (LWP 1132943) (id 2.49)] [New Thread 0xdfe7c420 (LWP 1132944) (id 2.50)] [New Thread 0xdf67b420 (LWP 1132945) (id 2.51)] [New Thread 0xdee7a420 (LWP 1132946) (id 2.52)] [New Thread 0xde679420 (LWP 1132947) (id 2.53)] [New Thread 0xdde78420 (LWP 1132948) (id 2.54)] [New Thread 0xdd677420 (LWP 1132949) (id 2.55)] [New Thread 0xdce76420 (LWP 1132950) (id 2.56)] [New Thread 0xdc675420 (LWP 1132951) (id 2.57)] [New Thread 0xdbe74420 (LWP 1132952) (id 2.58)] [New Thread 0xdb673420 (LWP 1132953) (id 2.59)] [New Thread 0xdae72420 (LWP 1132954) (id 2.60)] [New Thread 0xda671420 (LWP 1132955) (id 2.61)] [New Thread 0xd9e70420 (LWP 1132956) (id 2.62)] [New Thread 0xd966f420 (LWP 1132957) (id 2.63)] [New Thread 0xd8e6e420 (LWP 1132958) (id 2.64)] [New Thread 0xd866d420 (LWP 1132959) (id 2.65)] [New Thread 0xd7e6c420 (LWP 1132960) (id 2.66)] [New Thread 0xd766b420 (LWP 1132961) (id 2.67)] [New Thread 0xd6e6a420 (LWP 1132962) (id 2.68)] [New Thread 0xd6669420 (LWP 1132963) (id 2.69)] [New Thread 0xd5e68420 (LWP 1132964) (id 2.70)] [New Thread 0xd5667420 (LWP 1132965) (id 2.71)] [New Thread 0xd4e66420 (LWP 1132966) (id 2.72)] [New Thread 0xd4665420 (LWP 1132967) (id 2.73)] [New Thread 0xd3e64420 (LWP 1132968) (id 2.74)] [New Thread 0xd3663420 (LWP 1132969) (id 2.75)] [New Thread 0xd2e62420 (LWP 1132970) (id 2.76)] [New Thread 0xd2661420 (LWP 1132971) (id 2.77)] [New Thread 0xd1e60420 (LWP 1132972) (id 2.78)] [New Thread 0xd165f420 (LWP 1132973) (id 2.79)] [New Thread 0xd0e5e420 (LWP 1132974) (id 2.80)] [New Thread 0xd065d420 (LWP 1132975) (id 2.81)] [New Thread 0xcfe5c420 (LWP 1132976) (id 2.82)] [New Thread 0xcf65b420 (LWP 1132977) (id 2.83)] [New Thread 0xcee5a420 (LWP 1132978) (id 2.84)] [New Thread 0xce659420 (LWP 1132979) (id 2.85)] [New Thread 0xcde58420 (LWP 1132980) (id 2.86)] [New Thread 0xcd657420 (LWP 1132981) (id 2.87)] [New Thread 0xcce56420 (LWP 1132982) (id 2.88)] [New Thread 0xcc655420 (LWP 1132983) (id 2.89)] [New Thread 0xcbe54420 (LWP 1132984) (id 2.90)] [New Thread 0xcb653420 (LWP 1132985) (id 2.91)] [New Thread 0xcae52420 (LWP 1132986) (id 2.92)] [New Thread 0xca651420 (LWP 1132987) (id 2.93)] [New Thread 0xc9e50420 (LWP 1132988) (id 2.94)] [New Thread 0xc964f420 (LWP 1132989) (id 2.95)] [New Thread 0xc8e4e420 (LWP 1132990) (id 2.96)] [New Thread 0xc864d420 (LWP 1132991) (id 2.97)] [New Thread 0xc7e4c420 (LWP 1132992) (id 2.98)] [New Thread 0xc764b420 (LWP 1132993) (id 2.99)] [New Thread 0xc6e4a420 (LWP 1132994) (id 2.100)] [New Thread 0xc6649420 (LWP 1132995) (id 2.101)] [New Thread 0xc5e48420 (LWP 1132996) (id 2.102)] [New Thread 0xc5647420 (LWP 1132997) (id 2.103)] [New Thread 0xc4e46420 (LWP 1132998) (id 2.104)] [New Thread 0xc4645420 (LWP 1132999) (id 2.105)] [New Thread 0xc3e44420 (LWP 1133000) (id 2.106)] [New Thread 0xc3643420 (LWP 1133001) (id 2.107)] [New Thread 0xc2e42420 (LWP 1133002) (id 2.108)] [New Thread 0xc2641420 (LWP 1133003) (id 2.109)] [New Thread 0xc1e40420 (LWP 1133004) (id 2.110)] [New Thread 0xc163f420 (LWP 1133005) (id 2.111)] [New Thread 0xc0e3e420 (LWP 1133006) (id 2.112)] [New Thread 0xc063d420 (LWP 1133007) (id 2.113)] [New Thread 0xbfe3c420 (LWP 1133008) (id 2.114)] [New Thread 0xbf63b420 (LWP 1133009) (id 2.115)] [New Thread 0xbee3a420 (LWP 1133010) (id 2.116)] [New Thread 0xbe639420 (LWP 1133011) (id 2.117)] [New Thread 0xbde38420 (LWP 1133012) (id 2.118)] [New Thread 0xbd637420 (LWP 1133013) (id 2.119)] [New Thread 0xbce36420 (LWP 1133014) (id 2.120)] [New Thread 0xbc635420 (LWP 1133015) (id 2.121)] [New Thread 0xbbe34420 (LWP 1133016) (id 2.122)] [New Thread 0xbb633420 (LWP 1133017) (id 2.123)] [New Thread 0xbae32420 (LWP 1133018) (id 2.124)] [New Thread 0xba631420 (LWP 1133019) (id 2.125)] [New Thread 0xb9e30420 (LWP 1133020) (id 2.126)] [New Thread 0xb962f420 (LWP 1133021) (id 2.127)] [New Thread 0xb8e2e420 (LWP 1133022) (id 2.128)] [New Thread 0xb862d420 (LWP 1133023) (id 2.129)] [New Thread 0xb7e2c420 (LWP 1133024) (id 2.130)] [New Thread 0xb762b420 (LWP 1133025) (id 2.131)] [New Thread 0xb6e2a420 (LWP 1133026) (id 2.132)] [New Thread 0xb6629420 (LWP 1133027) (id 2.133)] [New Thread 0xb5e28420 (LWP 1133028) (id 2.134)] [New Thread 0xb5627420 (LWP 1133029) (id 2.135)] [New Thread 0xb4e26420 (LWP 1133030) (id 2.136)] [New Thread 0xb4625420 (LWP 1133031) (id 2.137)] [New Thread 0xb3e24420 (LWP 1133032) (id 2.138)] [New Thread 0xb3623420 (LWP 1133033) (id 2.139)] [New Thread 0xb2e22420 (LWP 1133034) (id 2.140)] [New Thread 0xb2621420 (LWP 1133035) (id 2.141)] [New Thread 0xb1e20420 (LWP 1133036) (id 2.142)] [New Thread 0xb161f420 (LWP 1133037) (id 2.143)] [New Thread 0xb0e1e420 (LWP 1133038) (id 2.144)] [New Thread 0xb061d420 (LWP 1133039) (id 2.145)] [New Thread 0xafe1c420 (LWP 1133040) (id 2.146)] [New Thread 0xaf61b420 (LWP 1133041) (id 2.147)] [New Thread 0xaee1a420 (LWP 1133042) (id 2.148)] [New Thread 0xae619420 (LWP 1133043) (id 2.149)] [New Thread 0xade18420 (LWP 1133044) (id 2.150)] [New Thread 0xad617420 (LWP 1133045) (id 2.151)] [New Thread 0xace16420 (LWP 1133046) (id 2.152)] [New Thread 0xac615420 (LWP 1133047) (id 2.153)] [New Thread 0xabe14420 (LWP 1133048) (id 2.154)] [New Thread 0xab613420 (LWP 1133049) (id 2.155)] [New Thread 0xaae12420 (LWP 1133050) (id 2.156)] [New Thread 0xaa611420 (LWP 1133051) (id 2.157)] [New Thread 0xa9e10420 (LWP 1133052) (id 2.158)] [New Thread 0xa960f420 (LWP 1133053) (id 2.159)] [New Thread 0xa8e0e420 (LWP 1133054) (id 2.160)] [New Thread 0xa860d420 (LWP 1133055) (id 2.161)] [New Thread 0xa7e0c420 (LWP 1133056) (id 2.162)] [New Thread 0xa760b420 (LWP 1133057) (id 2.163)] [New Thread 0xa6e0a420 (LWP 1133058) (id 2.164)] [New Thread 0xa6609420 (LWP 1133059) (id 2.165)] [New Thread 0xa5e08420 (LWP 1133060) (id 2.166)] [New Thread 0xa5607420 (LWP 1133061) (id 2.167)] [New Thread 0xa4e06420 (LWP 1133062) (id 2.168)] [New Thread 0xa4605420 (LWP 1133063) (id 2.169)] [New Thread 0xa3e04420 (LWP 1133064) (id 2.170)] [New Thread 0xa3603420 (LWP 1133065) (id 2.171)] [New Thread 0xa2e02420 (LWP 1133066) (id 2.172)] [New Thread 0xa2601420 (LWP 1133067) (id 2.173)] [New Thread 0xa1e00420 (LWP 1133068) (id 2.174)] [New Thread 0xa15ff420 (LWP 1133069) (id 2.175)] [New Thread 0xa0dfe420 (LWP 1133070) (id 2.176)] [New Thread 0xa05fd420 (LWP 1133071) (id 2.177)] [New Thread 0x9fdfc420 (LWP 1133072) (id 2.178)] [New Thread 0x9f5fb420 (LWP 1133073) (id 2.179)] [New Thread 0x9edfa420 (LWP 1133074) (id 2.180)] [New Thread 0x9e5f9420 (LWP 1133075) (id 2.181)] [New Thread 0x9ddf8420 (LWP 1133076) (id 2.182)] [New Thread 0x9d5f7420 (LWP 1133077) (id 2.183)] [New Thread 0x9cdf6420 (LWP 1133078) (id 2.184)] [New Thread 0x9c5f5420 (LWP 1133079) (id 2.185)] [New Thread 0x9bdf4420 (LWP 1133080) (id 2.186)] [New Thread 0x9b5f3420 (LWP 1133081) (id 2.187)] [New Thread 0x9adf2420 (LWP 1133082) (id 2.188)] [New Thread 0x9a5f1420 (LWP 1133083) (id 2.189)] [New Thread 0x99df0420 (LWP 1133084) (id 2.190)] [New Thread 0x995ef420 (LWP 1133085) (id 2.191)] [New Thread 0x98dee420 (LWP 1133086) (id 2.192)] [New Thread 0x985ed420 (LWP 1133087) (id 2.193)] [New Thread 0x97dec420 (LWP 1133088) (id 2.194)] [New Thread 0x975eb420 (LWP 1133089) (id 2.195)] [New Thread 0x96dea420 (LWP 1133090) (id 2.196)] [New Thread 0x965e9420 (LWP 1133091) (id 2.197)] [New Thread 0x95de8420 (LWP 1133092) (id 2.198)] [New Thread 0x955e7420 (LWP 1133093) (id 2.199)] [New Thread 0x94de6420 (LWP 1133094) (id 2.200)] [New Thread 0x945e5420 (LWP 1133095) (id 2.201)] [New Thread 0x93de4420 (LWP 1133096) (id 2.202)] [New Thread 0x935e3420 (LWP 1133097) (id 2.203)] [New Thread 0x92de2420 (LWP 1133098) (id 2.204)] [New Thread 0x925e1420 (LWP 1133099) (id 2.205)] [New Thread 0x91de0420 (LWP 1133100) (id 2.206)] [New Thread 0x915df420 (LWP 1133101) (id 2.207)] [New Thread 0x90dde420 (LWP 1133102) (id 2.208)] [New Thread 0x905dd420 (LWP 1133103) (id 2.209)] [New Thread 0x8fddc420 (LWP 1133104) (id 2.210)] [New Thread 0x8f5db420 (LWP 1133105) (id 2.211)] [New Thread 0x8edda420 (LWP 1133106) (id 2.212)] [New Thread 0x8e5d9420 (LWP 1133107) (id 2.213)] [New Thread 0x8ddd8420 (LWP 1133108) (id 2.214)] [New Thread 0x8d5d7420 (LWP 1133109) (id 2.215)] [New Thread 0x8cdd6420 (LWP 1133110) (id 2.216)] [New Thread 0x8c5d5420 (LWP 1133111) (id 2.217)] [New Thread 0x8bdd4420 (LWP 1133112) (id 2.218)] [New Thread 0x8b5d3420 (LWP 1133113) (id 2.219)] [New Thread 0x8add2420 (LWP 1133114) (id 2.220)] [New Thread 0x8a5d1420 (LWP 1133115) (id 2.221)] [New Thread 0x89dd0420 (LWP 1133116) (id 2.222)] [New Thread 0x895cf420 (LWP 1133117) (id 2.223)] [New Thread 0x88dce420 (LWP 1133118) (id 2.224)] [New Thread 0x885cd420 (LWP 1133119) (id 2.225)] [New Thread 0x87dcc420 (LWP 1133120) (id 2.226)] [New Thread 0x875cb420 (LWP 1133121) (id 2.227)] [New Thread 0x86dca420 (LWP 1133122) (id 2.228)] [New Thread 0x865c9420 (LWP 1133123) (id 2.229)] [New Thread 0x85dc8420 (LWP 1133124) (id 2.230)] [New Thread 0x855c7420 (LWP 1133125) (id 2.231)] [New Thread 0x84dc6420 (LWP 1133126) (id 2.232)] [New Thread 0x845c5420 (LWP 1133127) (id 2.233)] [New Thread 0x83dc4420 (LWP 1133128) (id 2.234)] [New Thread 0x835c3420 (LWP 1133129) (id 2.235)] [New Thread 0x82dc2420 (LWP 1133130) (id 2.236)] [New Thread 0x825c1420 (LWP 1133131) (id 2.237)] [New Thread 0x81dc0420 (LWP 1133132) (id 2.238)] [New Thread 0x815bf420 (LWP 1133133) (id 2.239)] [New Thread 0x80dbe420 (LWP 1133134) (id 2.240)] [New Thread 0x805bd420 (LWP 1133135) (id 2.241)] [New Thread 0x7fdbc420 (LWP 1133136) (id 2.242)] [New Thread 0x7f5bb420 (LWP 1133137) (id 2.243)] [New Thread 0x7edba420 (LWP 1133138) (id 2.244)] [New Thread 0x7e5b9420 (LWP 1133139) (id 2.245)] [New Thread 0x7ddb8420 (LWP 1133140) (id 2.246)] [New Thread 0x7d5b7420 (LWP 1133141) (id 2.247)] [New Thread 0x7cdb6420 (LWP 1133142) (id 2.248)] [New Thread 0x7c5b5420 (LWP 1133143) (id 2.249)] [New Thread 0x7bdb4420 (LWP 1133144) (id 2.250)] [New Thread 0x7b5b3420 (LWP 1133145) (id 2.251)] [New Thread 0x7adb2420 (LWP 1133146) (id 2.252)] [New Thread 0x7a5b1420 (LWP 1133147) (id 2.253)] [New Thread 0x79db0420 (LWP 1133148) (id 2.254)] [New Thread 0x795af420 (LWP 1133149) (id 2.255)] [New Thread 0x78dae420 (LWP 1133150) (id 2.256)] [New Thread 0x785ad420 (LWP 1133151) (id 2.257)] [Switching to Thread 0x985ed420 (LWP 1133087)] Thread 2.193 "process-dies-wh" hit Temporary breakpoint 2.2, __GI__exit (status=0) at ../sysdeps/unix/sysv/linux/_exit.c:30 warning: 30 ../sysdeps/unix/sysv/linux/_exit.c: No such file or directory (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: continue to breakpoint: _exit detach Detaching from program: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-continue, process 1132895 [Inferior 2 (process 1132895) detached] (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: detach child inferior 1 [Switching to inferior 1 [process 1132893] (/home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-continue)] [Switching to thread 1.1 (Thread 0xf7fcef60 (LWP 1132893))] #0 __libc_do_syscall () at ../sysdeps/unix/sysv/linux/arm/libc-do-syscall.S:47 warning: 47 ../sysdeps/unix/sysv/linux/arm/libc-do-syscall.S: No such file or directory (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: switch to parent continue Continuing. exited, status=0 [Inferior 1 (process 1132893) exited normally] (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: continue Starting logfile: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/gdb.in.14 builtin_spawn /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/../../gdb/gdb -nw -nx -q -iex set height 0 -iex set width 0 -data-directory /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/data-directory -iex set interactive-mode on (gdb) set height 0 (gdb) set width 0 (gdb) dir Reinitialize source path to empty? (y or n) y Source directories searched: $cdir:$cwd (gdb) dir /home/tcwg-buildslave/workspace/tcwg_gnu_3/gdb/gdb/testsuite/gdb.threads Source directories searched: /home/tcwg-buildslave/workspace/tcwg_gnu_3/gdb/gdb/testsuite/gdb.threads:$cdir:$cwd (gdb) kill The program is not being run. (gdb) file /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-continue Reading symbols from /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-continue... (gdb) delete breakpoints (gdb) info breakpoints No breakpoints, watchpoints, tracepoints, or catchpoints. (gdb) break -qualified main Breakpoint 1 at 0x86a: file /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c, line 114. (gdb) run Starting program: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-continue [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". Breakpoint 1, main () at /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c:114 114 child = fork (); (gdb) set detach-on-fork off (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:sw: set detach-on-fork off set follow-fork-mode child (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:sw: set follow-fork-mode child tbreak child_function Temporary breakpoint 2 at 0x40073c: file /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c, line 60. (gdb) continue Continuing. [Attaching after Thread 0xf7fcef60 (LWP 1133186) fork to child process 1133188] [New inferior 2 (process 1133188)] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". [Switching to Thread 0xf7fcef60 (LWP 1133188)] Thread 2.1 "process-dies-wh" hit Temporary breakpoint 2.2, child_function () at /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c:60 60 pthread_barrier_init (&start_threads_barrier, NULL, NTHREADS + 1); (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:sw: continue to breakpoint: child_function set can-use-hw-watchpoints 0 (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:sw: set can-use-hw-watchpoints 0 tbreak _exit Temporary breakpoint 3 at 0xf7f35408: _exit. (4 locations) (gdb) continue Continuing. [New Thread 0xf7eac420 (LWP 1133189) (id 2.2)] [New Thread 0xf76ab420 (LWP 1133190) (id 2.3)] [New Thread 0xf6eaa420 (LWP 1133191) (id 2.4)] [New Thread 0xf66a9420 (LWP 1133192) (id 2.5)] [New Thread 0xf5ea8420 (LWP 1133193) (id 2.6)] [New Thread 0xf56a7420 (LWP 1133194) (id 2.7)] [New Thread 0xf4ea6420 (LWP 1133195) (id 2.8)] [New Thread 0xf46a5420 (LWP 1133196) (id 2.9)] [New Thread 0xf3ea4420 (LWP 1133197) (id 2.10)] [New Thread 0xf36a3420 (LWP 1133198) (id 2.11)] [New Thread 0xf2ea2420 (LWP 1133199) (id 2.12)] [New Thread 0xf26a1420 (LWP 1133200) (id 2.13)] [New Thread 0xf1ea0420 (LWP 1133201) (id 2.14)] [New Thread 0xf169f420 (LWP 1133202) (id 2.15)] [New Thread 0xf0e9e420 (LWP 1133203) (id 2.16)] [New Thread 0xf069d420 (LWP 1133204) (id 2.17)] [New Thread 0xefe9c420 (LWP 1133205) (id 2.18)] [New Thread 0xef69b420 (LWP 1133206) (id 2.19)] [New Thread 0xeee9a420 (LWP 1133207) (id 2.20)] [New Thread 0xee699420 (LWP 1133208) (id 2.21)] [New Thread 0xede98420 (LWP 1133209) (id 2.22)] [New Thread 0xed697420 (LWP 1133210) (id 2.23)] [New Thread 0xece96420 (LWP 1133211) (id 2.24)] [New Thread 0xec695420 (LWP 1133212) (id 2.25)] [New Thread 0xebe94420 (LWP 1133213) (id 2.26)] [New Thread 0xeb693420 (LWP 1133214) (id 2.27)] [New Thread 0xeae92420 (LWP 1133215) (id 2.28)] [New Thread 0xea691420 (LWP 1133216) (id 2.29)] [New Thread 0xe9e90420 (LWP 1133217) (id 2.30)] [New Thread 0xe968f420 (LWP 1133218) (id 2.31)] [New Thread 0xe8e8e420 (LWP 1133219) (id 2.32)] [New Thread 0xe868d420 (LWP 1133220) (id 2.33)] [New Thread 0xe7e8c420 (LWP 1133221) (id 2.34)] [New Thread 0xe768b420 (LWP 1133222) (id 2.35)] [New Thread 0xe6e8a420 (LWP 1133223) (id 2.36)] [New Thread 0xe6689420 (LWP 1133224) (id 2.37)] [New Thread 0xe5e88420 (LWP 1133225) (id 2.38)] [New Thread 0xe5687420 (LWP 1133226) (id 2.39)] [New Thread 0xe4e86420 (LWP 1133227) (id 2.40)] [New Thread 0xe4685420 (LWP 1133228) (id 2.41)] [New Thread 0xe3e84420 (LWP 1133229) (id 2.42)] [New Thread 0xe3683420 (LWP 1133230) (id 2.43)] [New Thread 0xe2e82420 (LWP 1133231) (id 2.44)] [New Thread 0xe2681420 (LWP 1133232) (id 2.45)] [New Thread 0xe1e80420 (LWP 1133233) (id 2.46)] [New Thread 0xe167f420 (LWP 1133234) (id 2.47)] [New Thread 0xe0e7e420 (LWP 1133235) (id 2.48)] [New Thread 0xe067d420 (LWP 1133236) (id 2.49)] [New Thread 0xdfe7c420 (LWP 1133237) (id 2.50)] [New Thread 0xdf67b420 (LWP 1133238) (id 2.51)] [New Thread 0xdee7a420 (LWP 1133239) (id 2.52)] [New Thread 0xde679420 (LWP 1133240) (id 2.53)] [New Thread 0xdde78420 (LWP 1133241) (id 2.54)] [New Thread 0xdd677420 (LWP 1133242) (id 2.55)] [New Thread 0xdce76420 (LWP 1133243) (id 2.56)] [New Thread 0xdc675420 (LWP 1133244) (id 2.57)] [New Thread 0xdbe74420 (LWP 1133245) (id 2.58)] [New Thread 0xdb673420 (LWP 1133246) (id 2.59)] [New Thread 0xdae72420 (LWP 1133247) (id 2.60)] [New Thread 0xda671420 (LWP 1133248) (id 2.61)] [New Thread 0xd9e70420 (LWP 1133249) (id 2.62)] [New Thread 0xd966f420 (LWP 1133250) (id 2.63)] [New Thread 0xd8e6e420 (LWP 1133251) (id 2.64)] [New Thread 0xd866d420 (LWP 1133252) (id 2.65)] [New Thread 0xd7e6c420 (LWP 1133253) (id 2.66)] [New Thread 0xd766b420 (LWP 1133254) (id 2.67)] [New Thread 0xd6e6a420 (LWP 1133255) (id 2.68)] [New Thread 0xd6669420 (LWP 1133256) (id 2.69)] [New Thread 0xd5e68420 (LWP 1133257) (id 2.70)] [New Thread 0xd5667420 (LWP 1133258) (id 2.71)] [New Thread 0xd4e66420 (LWP 1133259) (id 2.72)] [New Thread 0xd4665420 (LWP 1133260) (id 2.73)] [New Thread 0xd3e64420 (LWP 1133261) (id 2.74)] [New Thread 0xd3663420 (LWP 1133262) (id 2.75)] [New Thread 0xd2e62420 (LWP 1133263) (id 2.76)] [New Thread 0xd2661420 (LWP 1133264) (id 2.77)] [New Thread 0xd1e60420 (LWP 1133265) (id 2.78)] [New Thread 0xd165f420 (LWP 1133266) (id 2.79)] [New Thread 0xd0e5e420 (LWP 1133267) (id 2.80)] [New Thread 0xd065d420 (LWP 1133268) (id 2.81)] [New Thread 0xcfe5c420 (LWP 1133269) (id 2.82)] [New Thread 0xcf65b420 (LWP 1133270) (id 2.83)] [New Thread 0xcee5a420 (LWP 1133271) (id 2.84)] [New Thread 0xce659420 (LWP 1133272) (id 2.85)] [New Thread 0xcde58420 (LWP 1133273) (id 2.86)] [New Thread 0xcd657420 (LWP 1133274) (id 2.87)] [New Thread 0xcce56420 (LWP 1133275) (id 2.88)] [New Thread 0xcc655420 (LWP 1133276) (id 2.89)] [New Thread 0xcbe54420 (LWP 1133277) (id 2.90)] [New Thread 0xcb653420 (LWP 1133278) (id 2.91)] [New Thread 0xcae52420 (LWP 1133279) (id 2.92)] [New Thread 0xca651420 (LWP 1133280) (id 2.93)] [New Thread 0xc9e50420 (LWP 1133281) (id 2.94)] [New Thread 0xc964f420 (LWP 1133282) (id 2.95)] [New Thread 0xc8e4e420 (LWP 1133283) (id 2.96)] [New Thread 0xc864d420 (LWP 1133284) (id 2.97)] [New Thread 0xc7e4c420 (LWP 1133285) (id 2.98)] [New Thread 0xc764b420 (LWP 1133286) (id 2.99)] [New Thread 0xc6e4a420 (LWP 1133287) (id 2.100)] [New Thread 0xc6649420 (LWP 1133288) (id 2.101)] [New Thread 0xc5e48420 (LWP 1133289) (id 2.102)] [New Thread 0xc5647420 (LWP 1133290) (id 2.103)] [New Thread 0xc4e46420 (LWP 1133291) (id 2.104)] [New Thread 0xc4645420 (LWP 1133292) (id 2.105)] [New Thread 0xc3e44420 (LWP 1133293) (id 2.106)] [New Thread 0xc3643420 (LWP 1133294) (id 2.107)] [New Thread 0xc2e42420 (LWP 1133295) (id 2.108)] [New Thread 0xc2641420 (LWP 1133296) (id 2.109)] [New Thread 0xc1e40420 (LWP 1133297) (id 2.110)] [New Thread 0xc163f420 (LWP 1133298) (id 2.111)] [New Thread 0xc0e3e420 (LWP 1133299) (id 2.112)] [New Thread 0xc063d420 (LWP 1133300) (id 2.113)] [New Thread 0xbfe3c420 (LWP 1133301) (id 2.114)] [New Thread 0xbf63b420 (LWP 1133302) (id 2.115)] [New Thread 0xbee3a420 (LWP 1133303) (id 2.116)] [New Thread 0xbe639420 (LWP 1133304) (id 2.117)] [New Thread 0xbde38420 (LWP 1133305) (id 2.118)] [New Thread 0xbd637420 (LWP 1133306) (id 2.119)] [New Thread 0xbce36420 (LWP 1133307) (id 2.120)] [New Thread 0xbc635420 (LWP 1133308) (id 2.121)] [New Thread 0xbbe34420 (LWP 1133309) (id 2.122)] [New Thread 0xbb633420 (LWP 1133310) (id 2.123)] [New Thread 0xbae32420 (LWP 1133311) (id 2.124)] [New Thread 0xba631420 (LWP 1133312) (id 2.125)] [New Thread 0xb9e30420 (LWP 1133313) (id 2.126)] [New Thread 0xb962f420 (LWP 1133314) (id 2.127)] [New Thread 0xb8e2e420 (LWP 1133315) (id 2.128)] [New Thread 0xb862d420 (LWP 1133316) (id 2.129)] [New Thread 0xb7e2c420 (LWP 1133317) (id 2.130)] [New Thread 0xb762b420 (LWP 1133318) (id 2.131)] [New Thread 0xb6e2a420 (LWP 1133319) (id 2.132)] [New Thread 0xb6629420 (LWP 1133320) (id 2.133)] [New Thread 0xb5e28420 (LWP 1133321) (id 2.134)] [New Thread 0xb5627420 (LWP 1133322) (id 2.135)] [New Thread 0xb4e26420 (LWP 1133323) (id 2.136)] [New Thread 0xb4625420 (LWP 1133324) (id 2.137)] [New Thread 0xb3e24420 (LWP 1133325) (id 2.138)] [New Thread 0xb3623420 (LWP 1133326) (id 2.139)] [New Thread 0xb2e22420 (LWP 1133327) (id 2.140)] [New Thread 0xb2621420 (LWP 1133328) (id 2.141)] [New Thread 0xb1e20420 (LWP 1133329) (id 2.142)] [New Thread 0xb161f420 (LWP 1133330) (id 2.143)] [New Thread 0xb0e1e420 (LWP 1133331) (id 2.144)] [New Thread 0xb061d420 (LWP 1133332) (id 2.145)] [New Thread 0xafe1c420 (LWP 1133333) (id 2.146)] [New Thread 0xaf61b420 (LWP 1133334) (id 2.147)] [New Thread 0xaee1a420 (LWP 1133335) (id 2.148)] [New Thread 0xae619420 (LWP 1133336) (id 2.149)] [New Thread 0xade18420 (LWP 1133337) (id 2.150)] [New Thread 0xad617420 (LWP 1133338) (id 2.151)] [New Thread 0xace16420 (LWP 1133339) (id 2.152)] [New Thread 0xac615420 (LWP 1133340) (id 2.153)] [New Thread 0xabe14420 (LWP 1133341) (id 2.154)] [New Thread 0xab613420 (LWP 1133342) (id 2.155)] [New Thread 0xaae12420 (LWP 1133343) (id 2.156)] [New Thread 0xaa611420 (LWP 1133344) (id 2.157)] [New Thread 0xa9e10420 (LWP 1133345) (id 2.158)] [New Thread 0xa960f420 (LWP 1133346) (id 2.159)] [New Thread 0xa8e0e420 (LWP 1133347) (id 2.160)] [New Thread 0xa860d420 (LWP 1133348) (id 2.161)] [New Thread 0xa7e0c420 (LWP 1133349) (id 2.162)] [New Thread 0xa760b420 (LWP 1133350) (id 2.163)] [New Thread 0xa6e0a420 (LWP 1133351) (id 2.164)] [New Thread 0xa6609420 (LWP 1133352) (id 2.165)] [New Thread 0xa5e08420 (LWP 1133353) (id 2.166)] [New Thread 0xa5607420 (LWP 1133354) (id 2.167)] [New Thread 0xa4e06420 (LWP 1133355) (id 2.168)] [New Thread 0xa4605420 (LWP 1133356) (id 2.169)] [New Thread 0xa3e04420 (LWP 1133357) (id 2.170)] [New Thread 0xa3603420 (LWP 1133358) (id 2.171)] [New Thread 0xa2e02420 (LWP 1133359) (id 2.172)] [New Thread 0xa2601420 (LWP 1133360) (id 2.173)] [New Thread 0xa1e00420 (LWP 1133361) (id 2.174)] [New Thread 0xa15ff420 (LWP 1133362) (id 2.175)] [New Thread 0xa0dfe420 (LWP 1133363) (id 2.176)] [New Thread 0xa05fd420 (LWP 1133364) (id 2.177)] [New Thread 0x9fdfc420 (LWP 1133365) (id 2.178)] [New Thread 0x9f5fb420 (LWP 1133366) (id 2.179)] [New Thread 0x9edfa420 (LWP 1133367) (id 2.180)] [New Thread 0x9e5f9420 (LWP 1133368) (id 2.181)] [New Thread 0x9ddf8420 (LWP 1133369) (id 2.182)] [New Thread 0x9d5f7420 (LWP 1133370) (id 2.183)] [New Thread 0x9cdf6420 (LWP 1133371) (id 2.184)] [New Thread 0x9c5f5420 (LWP 1133372) (id 2.185)] [New Thread 0x9bdf4420 (LWP 1133373) (id 2.186)] [New Thread 0x9b5f3420 (LWP 1133374) (id 2.187)] [New Thread 0x9adf2420 (LWP 1133375) (id 2.188)] [New Thread 0x9a5f1420 (LWP 1133376) (id 2.189)] [New Thread 0x99df0420 (LWP 1133377) (id 2.190)] [New Thread 0x995ef420 (LWP 1133378) (id 2.191)] [New Thread 0x98dee420 (LWP 1133379) (id 2.192)] [New Thread 0x985ed420 (LWP 1133380) (id 2.193)] [New Thread 0x97dec420 (LWP 1133381) (id 2.194)] [New Thread 0x975eb420 (LWP 1133382) (id 2.195)] [New Thread 0x96dea420 (LWP 1133383) (id 2.196)] [New Thread 0x965e9420 (LWP 1133384) (id 2.197)] [New Thread 0x95de8420 (LWP 1133385) (id 2.198)] [New Thread 0x955e7420 (LWP 1133386) (id 2.199)] [New Thread 0x94de6420 (LWP 1133387) (id 2.200)] [New Thread 0x945e5420 (LWP 1133388) (id 2.201)] [New Thread 0x93de4420 (LWP 1133389) (id 2.202)] [New Thread 0x935e3420 (LWP 1133390) (id 2.203)] [New Thread 0x92de2420 (LWP 1133391) (id 2.204)] [New Thread 0x925e1420 (LWP 1133392) (id 2.205)] [New Thread 0x91de0420 (LWP 1133393) (id 2.206)] [New Thread 0x915df420 (LWP 1133394) (id 2.207)] [New Thread 0x90dde420 (LWP 1133395) (id 2.208)] [New Thread 0x905dd420 (LWP 1133396) (id 2.209)] [New Thread 0x8fddc420 (LWP 1133397) (id 2.210)] [New Thread 0x8f5db420 (LWP 1133398) (id 2.211)] [New Thread 0x8edda420 (LWP 1133399) (id 2.212)] [New Thread 0x8e5d9420 (LWP 1133400) (id 2.213)] [New Thread 0x8ddd8420 (LWP 1133401) (id 2.214)] [New Thread 0x8d5d7420 (LWP 1133402) (id 2.215)] [New Thread 0x8cdd6420 (LWP 1133403) (id 2.216)] [New Thread 0x8c5d5420 (LWP 1133404) (id 2.217)] [New Thread 0x8bdd4420 (LWP 1133405) (id 2.218)] [New Thread 0x8b5d3420 (LWP 1133406) (id 2.219)] [New Thread 0x8add2420 (LWP 1133407) (id 2.220)] [New Thread 0x8a5d1420 (LWP 1133408) (id 2.221)] [New Thread 0x89dd0420 (LWP 1133409) (id 2.222)] [New Thread 0x895cf420 (LWP 1133410) (id 2.223)] [New Thread 0x88dce420 (LWP 1133411) (id 2.224)] [New Thread 0x885cd420 (LWP 1133412) (id 2.225)] [New Thread 0x87dcc420 (LWP 1133413) (id 2.226)] [New Thread 0x875cb420 (LWP 1133414) (id 2.227)] [New Thread 0x86dca420 (LWP 1133415) (id 2.228)] [New Thread 0x865c9420 (LWP 1133416) (id 2.229)] [New Thread 0x85dc8420 (LWP 1133417) (id 2.230)] [New Thread 0x855c7420 (LWP 1133418) (id 2.231)] [New Thread 0x84dc6420 (LWP 1133419) (id 2.232)] [New Thread 0x845c5420 (LWP 1133420) (id 2.233)] [New Thread 0x83dc4420 (LWP 1133421) (id 2.234)] [New Thread 0x835c3420 (LWP 1133422) (id 2.235)] [New Thread 0x82dc2420 (LWP 1133423) (id 2.236)] [New Thread 0x825c1420 (LWP 1133424) (id 2.237)] [New Thread 0x81dc0420 (LWP 1133425) (id 2.238)] [New Thread 0x815bf420 (LWP 1133426) (id 2.239)] [New Thread 0x80dbe420 (LWP 1133427) (id 2.240)] [New Thread 0x805bd420 (LWP 1133428) (id 2.241)] [New Thread 0x7fdbc420 (LWP 1133429) (id 2.242)] [New Thread 0x7f5bb420 (LWP 1133430) (id 2.243)] [New Thread 0x7edba420 (LWP 1133431) (id 2.244)] [New Thread 0x7e5b9420 (LWP 1133432) (id 2.245)] [New Thread 0x7ddb8420 (LWP 1133433) (id 2.246)] [New Thread 0x7d5b7420 (LWP 1133434) (id 2.247)] [New Thread 0x7cdb6420 (LWP 1133435) (id 2.248)] [New Thread 0x7c5b5420 (LWP 1133436) (id 2.249)] [New Thread 0x7bdb4420 (LWP 1133437) (id 2.250)] [New Thread 0x7b5b3420 (LWP 1133438) (id 2.251)] [New Thread 0x7adb2420 (LWP 1133439) (id 2.252)] [New Thread 0x7a5b1420 (LWP 1133440) (id 2.253)] [New Thread 0x79db0420 (LWP 1133441) (id 2.254)] [New Thread 0x795af420 (LWP 1133442) (id 2.255)] [New Thread 0x78dae420 (LWP 1133443) (id 2.256)] [New Thread 0x785ad420 (LWP 1133444) (id 2.257)] [Switching to Thread 0x99df0420 (LWP 1133377)] Thread 2.190 "process-dies-wh" hit Temporary breakpoint 3.2, __GI__exit (status=0) at ../sysdeps/unix/sysv/linux/_exit.c:30 warning: 30 ../sysdeps/unix/sysv/linux/_exit.c: No such file or directory (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:sw: continue to breakpoint: _exit watch globalvar Watchpoint 4: globalvar (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:sw: watch globalvar detach Detaching from program: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-continue, process 1133188 [Inferior 2 (process 1133188) detached] (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:sw: detach child inferior 1 [Switching to inferior 1 [process 1133186] (/home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-continue)] [Switching to thread 1.1 (Thread 0xf7fcef60 (LWP 1133186))] #0 __libc_do_syscall () at ../sysdeps/unix/sysv/linux/arm/libc-do-syscall.S:47 warning: 47 ../sysdeps/unix/sysv/linux/arm/libc-do-syscall.S: No such file or directory (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:sw: switch to parent continue Continuing. exited, status=0 [Inferior 1 (process 1133186) exited normally] (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:sw: continue Starting logfile: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/gdb.in.15 builtin_spawn /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/../../gdb/gdb -nw -nx -q -iex set height 0 -iex set width 0 -data-directory /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/data-directory -iex set interactive-mode on (gdb) set height 0 (gdb) set width 0 (gdb) dir Reinitialize source path to empty? (y or n) y Source directories searched: $cdir:$cwd (gdb) dir /home/tcwg-buildslave/workspace/tcwg_gnu_3/gdb/gdb/testsuite/gdb.threads Source directories searched: /home/tcwg-buildslave/workspace/tcwg_gnu_3/gdb/gdb/testsuite/gdb.threads:$cdir:$cwd (gdb) kill The program is not being run. (gdb) file /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-continue Reading symbols from /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-continue... (gdb) delete breakpoints (gdb) info breakpoints No breakpoints, watchpoints, tracepoints, or catchpoints. (gdb) break -qualified main Breakpoint 1 at 0x86a: file /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c, line 114. (gdb) run Starting program: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-continue [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". Breakpoint 1, main () at /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c:114 114 child = fork (); (gdb) set detach-on-fork off (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: set detach-on-fork off set follow-fork-mode child (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: set follow-fork-mode child tbreak child_function Temporary breakpoint 2 at 0x40073c: file /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c, line 60. (gdb) continue Continuing. [Attaching after Thread 0xf7fcef60 (LWP 1133479) fork to child process 1133481] [New inferior 2 (process 1133481)] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". [Switching to Thread 0xf7fcef60 (LWP 1133481)] Thread 2.1 "process-dies-wh" hit Temporary breakpoint 2.2, child_function () at /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c:60 60 pthread_barrier_init (&start_threads_barrier, NULL, NTHREADS + 1); (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: continue to breakpoint: child_function watch globalvar Hardware watchpoint 3: globalvar (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: watch globalvar tbreak _exit Temporary breakpoint 4 at 0xf7f35408: _exit. (4 locations) (gdb) continue Continuing. [New Thread 0xf7eac420 (LWP 1133482) (id 2.2)] [New Thread 0xf76ab420 (LWP 1133483) (id 2.3)] [New Thread 0xf6eaa420 (LWP 1133484) (id 2.4)] [New Thread 0xf66a9420 (LWP 1133485) (id 2.5)] [New Thread 0xf5ea8420 (LWP 1133486) (id 2.6)] [New Thread 0xf56a7420 (LWP 1133487) (id 2.7)] [New Thread 0xf4ea6420 (LWP 1133488) (id 2.8)] [New Thread 0xf46a5420 (LWP 1133489) (id 2.9)] [New Thread 0xf3ea4420 (LWP 1133490) (id 2.10)] [New Thread 0xf36a3420 (LWP 1133491) (id 2.11)] [New Thread 0xf2ea2420 (LWP 1133492) (id 2.12)] [New Thread 0xf26a1420 (LWP 1133493) (id 2.13)] [New Thread 0xf1ea0420 (LWP 1133494) (id 2.14)] [New Thread 0xf169f420 (LWP 1133495) (id 2.15)] [New Thread 0xf0e9e420 (LWP 1133496) (id 2.16)] [New Thread 0xf069d420 (LWP 1133497) (id 2.17)] [New Thread 0xefe9c420 (LWP 1133498) (id 2.18)] [New Thread 0xef69b420 (LWP 1133499) (id 2.19)] [New Thread 0xeee9a420 (LWP 1133500) (id 2.20)] [New Thread 0xee699420 (LWP 1133501) (id 2.21)] [New Thread 0xede98420 (LWP 1133502) (id 2.22)] [New Thread 0xed697420 (LWP 1133503) (id 2.23)] [New Thread 0xece96420 (LWP 1133504) (id 2.24)] [New Thread 0xec695420 (LWP 1133505) (id 2.25)] [New Thread 0xebe94420 (LWP 1133506) (id 2.26)] [New Thread 0xeb693420 (LWP 1133507) (id 2.27)] [New Thread 0xeae92420 (LWP 1133508) (id 2.28)] [New Thread 0xea691420 (LWP 1133509) (id 2.29)] [New Thread 0xe9e90420 (LWP 1133510) (id 2.30)] [New Thread 0xe968f420 (LWP 1133511) (id 2.31)] [New Thread 0xe8e8e420 (LWP 1133512) (id 2.32)] [New Thread 0xe868d420 (LWP 1133513) (id 2.33)] [New Thread 0xe7e8c420 (LWP 1133514) (id 2.34)] [New Thread 0xe768b420 (LWP 1133515) (id 2.35)] [New Thread 0xe6e8a420 (LWP 1133516) (id 2.36)] [New Thread 0xe6689420 (LWP 1133517) (id 2.37)] [New Thread 0xe5e88420 (LWP 1133518) (id 2.38)] [New Thread 0xe5687420 (LWP 1133519) (id 2.39)] [New Thread 0xe4e86420 (LWP 1133520) (id 2.40)] [New Thread 0xe4685420 (LWP 1133521) (id 2.41)] [New Thread 0xe3e84420 (LWP 1133522) (id 2.42)] [New Thread 0xe3683420 (LWP 1133523) (id 2.43)] [New Thread 0xe2e82420 (LWP 1133524) (id 2.44)] [New Thread 0xe2681420 (LWP 1133525) (id 2.45)] [New Thread 0xe1e80420 (LWP 1133526) (id 2.46)] [New Thread 0xe167f420 (LWP 1133527) (id 2.47)] [New Thread 0xe0e7e420 (LWP 1133528) (id 2.48)] [New Thread 0xe067d420 (LWP 1133529) (id 2.49)] [New Thread 0xdfe7c420 (LWP 1133530) (id 2.50)] [New Thread 0xdf67b420 (LWP 1133531) (id 2.51)] [New Thread 0xdee7a420 (LWP 1133532) (id 2.52)] [New Thread 0xde679420 (LWP 1133533) (id 2.53)] [New Thread 0xdde78420 (LWP 1133534) (id 2.54)] [New Thread 0xdd677420 (LWP 1133535) (id 2.55)] [New Thread 0xdce76420 (LWP 1133536) (id 2.56)] [New Thread 0xdc675420 (LWP 1133537) (id 2.57)] [New Thread 0xdbe74420 (LWP 1133538) (id 2.58)] [New Thread 0xdb673420 (LWP 1133539) (id 2.59)] [New Thread 0xdae72420 (LWP 1133540) (id 2.60)] [New Thread 0xda671420 (LWP 1133541) (id 2.61)] [New Thread 0xd9e70420 (LWP 1133542) (id 2.62)] [New Thread 0xd966f420 (LWP 1133543) (id 2.63)] [New Thread 0xd8e6e420 (LWP 1133544) (id 2.64)] [New Thread 0xd866d420 (LWP 1133545) (id 2.65)] [New Thread 0xd7e6c420 (LWP 1133546) (id 2.66)] [New Thread 0xd766b420 (LWP 1133547) (id 2.67)] [New Thread 0xd6e6a420 (LWP 1133548) (id 2.68)] [New Thread 0xd6669420 (LWP 1133549) (id 2.69)] [New Thread 0xd5e68420 (LWP 1133550) (id 2.70)] [New Thread 0xd5667420 (LWP 1133551) (id 2.71)] [New Thread 0xd4e66420 (LWP 1133552) (id 2.72)] [New Thread 0xd4665420 (LWP 1133553) (id 2.73)] [New Thread 0xd3e64420 (LWP 1133554) (id 2.74)] [New Thread 0xd3663420 (LWP 1133555) (id 2.75)] [New Thread 0xd2e62420 (LWP 1133556) (id 2.76)] [New Thread 0xd2661420 (LWP 1133557) (id 2.77)] [New Thread 0xd1e60420 (LWP 1133558) (id 2.78)] [New Thread 0xd165f420 (LWP 1133559) (id 2.79)] [New Thread 0xd0e5e420 (LWP 1133560) (id 2.80)] [New Thread 0xd065d420 (LWP 1133561) (id 2.81)] [New Thread 0xcfe5c420 (LWP 1133562) (id 2.82)] [New Thread 0xcf65b420 (LWP 1133563) (id 2.83)] [New Thread 0xcee5a420 (LWP 1133564) (id 2.84)] [New Thread 0xce659420 (LWP 1133565) (id 2.85)] [New Thread 0xcde58420 (LWP 1133566) (id 2.86)] [New Thread 0xcd657420 (LWP 1133567) (id 2.87)] [New Thread 0xcce56420 (LWP 1133568) (id 2.88)] [New Thread 0xcc655420 (LWP 1133569) (id 2.89)] [New Thread 0xcbe54420 (LWP 1133570) (id 2.90)] [New Thread 0xcb653420 (LWP 1133571) (id 2.91)] [New Thread 0xcae52420 (LWP 1133572) (id 2.92)] [New Thread 0xca651420 (LWP 1133573) (id 2.93)] [New Thread 0xc9e50420 (LWP 1133574) (id 2.94)] [New Thread 0xc964f420 (LWP 1133575) (id 2.95)] [New Thread 0xc8e4e420 (LWP 1133576) (id 2.96)] [New Thread 0xc864d420 (LWP 1133577) (id 2.97)] [New Thread 0xc7e4c420 (LWP 1133578) (id 2.98)] [New Thread 0xc764b420 (LWP 1133579) (id 2.99)] [New Thread 0xc6e4a420 (LWP 1133580) (id 2.100)] [New Thread 0xc6649420 (LWP 1133581) (id 2.101)] [New Thread 0xc5e48420 (LWP 1133582) (id 2.102)] [New Thread 0xc5647420 (LWP 1133583) (id 2.103)] [New Thread 0xc4e46420 (LWP 1133584) (id 2.104)] [New Thread 0xc4645420 (LWP 1133585) (id 2.105)] [New Thread 0xc3e44420 (LWP 1133586) (id 2.106)] [New Thread 0xc3643420 (LWP 1133587) (id 2.107)] [New Thread 0xc2e42420 (LWP 1133588) (id 2.108)] [New Thread 0xc2641420 (LWP 1133589) (id 2.109)] [New Thread 0xc1e40420 (LWP 1133590) (id 2.110)] [New Thread 0xc163f420 (LWP 1133591) (id 2.111)] [New Thread 0xc0e3e420 (LWP 1133592) (id 2.112)] [New Thread 0xc063d420 (LWP 1133593) (id 2.113)] [New Thread 0xbfe3c420 (LWP 1133594) (id 2.114)] [New Thread 0xbf63b420 (LWP 1133595) (id 2.115)] [New Thread 0xbee3a420 (LWP 1133596) (id 2.116)] [New Thread 0xbe639420 (LWP 1133597) (id 2.117)] [New Thread 0xbde38420 (LWP 1133598) (id 2.118)] [New Thread 0xbd637420 (LWP 1133599) (id 2.119)] [New Thread 0xbce36420 (LWP 1133600) (id 2.120)] [New Thread 0xbc635420 (LWP 1133601) (id 2.121)] [New Thread 0xbbe34420 (LWP 1133602) (id 2.122)] [New Thread 0xbb633420 (LWP 1133603) (id 2.123)] [New Thread 0xbae32420 (LWP 1133604) (id 2.124)] [New Thread 0xba631420 (LWP 1133605) (id 2.125)] [New Thread 0xb9e30420 (LWP 1133606) (id 2.126)] [New Thread 0xb962f420 (LWP 1133607) (id 2.127)] [New Thread 0xb8e2e420 (LWP 1133608) (id 2.128)] [New Thread 0xb862d420 (LWP 1133609) (id 2.129)] [New Thread 0xb7e2c420 (LWP 1133610) (id 2.130)] [New Thread 0xb762b420 (LWP 1133611) (id 2.131)] [New Thread 0xb6e2a420 (LWP 1133612) (id 2.132)] [New Thread 0xb6629420 (LWP 1133613) (id 2.133)] [New Thread 0xb5e28420 (LWP 1133614) (id 2.134)] [New Thread 0xb5627420 (LWP 1133615) (id 2.135)] [New Thread 0xb4e26420 (LWP 1133616) (id 2.136)] [New Thread 0xb4625420 (LWP 1133617) (id 2.137)] [New Thread 0xb3e24420 (LWP 1133618) (id 2.138)] [New Thread 0xb3623420 (LWP 1133619) (id 2.139)] [New Thread 0xb2e22420 (LWP 1133620) (id 2.140)] [New Thread 0xb2621420 (LWP 1133621) (id 2.141)] [New Thread 0xb1e20420 (LWP 1133622) (id 2.142)] [New Thread 0xb161f420 (LWP 1133623) (id 2.143)] [New Thread 0xb0e1e420 (LWP 1133624) (id 2.144)] [New Thread 0xb061d420 (LWP 1133625) (id 2.145)] [New Thread 0xafe1c420 (LWP 1133626) (id 2.146)] [New Thread 0xaf61b420 (LWP 1133627) (id 2.147)] [New Thread 0xaee1a420 (LWP 1133628) (id 2.148)] [New Thread 0xae619420 (LWP 1133629) (id 2.149)] [New Thread 0xade18420 (LWP 1133630) (id 2.150)] [New Thread 0xad617420 (LWP 1133631) (id 2.151)] [New Thread 0xace16420 (LWP 1133632) (id 2.152)] [New Thread 0xac615420 (LWP 1133633) (id 2.153)] [New Thread 0xabe14420 (LWP 1133634) (id 2.154)] [New Thread 0xab613420 (LWP 1133635) (id 2.155)] [New Thread 0xaae12420 (LWP 1133636) (id 2.156)] [New Thread 0xaa611420 (LWP 1133637) (id 2.157)] [New Thread 0xa9e10420 (LWP 1133638) (id 2.158)] [New Thread 0xa960f420 (LWP 1133639) (id 2.159)] [New Thread 0xa8e0e420 (LWP 1133640) (id 2.160)] [New Thread 0xa860d420 (LWP 1133641) (id 2.161)] [New Thread 0xa7e0c420 (LWP 1133642) (id 2.162)] [New Thread 0xa760b420 (LWP 1133643) (id 2.163)] [New Thread 0xa6e0a420 (LWP 1133644) (id 2.164)] [New Thread 0xa6609420 (LWP 1133645) (id 2.165)] [New Thread 0xa5e08420 (LWP 1133646) (id 2.166)] [New Thread 0xa5607420 (LWP 1133647) (id 2.167)] [New Thread 0xa4e06420 (LWP 1133648) (id 2.168)] [New Thread 0xa4605420 (LWP 1133649) (id 2.169)] [New Thread 0xa3e04420 (LWP 1133650) (id 2.170)] [New Thread 0xa3603420 (LWP 1133651) (id 2.171)] [New Thread 0xa2e02420 (LWP 1133652) (id 2.172)] [New Thread 0xa2601420 (LWP 1133653) (id 2.173)] [New Thread 0xa1e00420 (LWP 1133654) (id 2.174)] [New Thread 0xa15ff420 (LWP 1133655) (id 2.175)] [New Thread 0xa0dfe420 (LWP 1133656) (id 2.176)] [New Thread 0xa05fd420 (LWP 1133657) (id 2.177)] [New Thread 0x9fdfc420 (LWP 1133658) (id 2.178)] [New Thread 0x9f5fb420 (LWP 1133659) (id 2.179)] [New Thread 0x9edfa420 (LWP 1133660) (id 2.180)] [New Thread 0x9e5f9420 (LWP 1133661) (id 2.181)] [New Thread 0x9ddf8420 (LWP 1133662) (id 2.182)] [New Thread 0x9d5f7420 (LWP 1133663) (id 2.183)] [New Thread 0x9cdf6420 (LWP 1133664) (id 2.184)] [New Thread 0x9c5f5420 (LWP 1133665) (id 2.185)] [New Thread 0x9bdf4420 (LWP 1133666) (id 2.186)] [New Thread 0x9b5f3420 (LWP 1133667) (id 2.187)] [New Thread 0x9adf2420 (LWP 1133668) (id 2.188)] [New Thread 0x9a5f1420 (LWP 1133669) (id 2.189)] [New Thread 0x99df0420 (LWP 1133670) (id 2.190)] [New Thread 0x995ef420 (LWP 1133671) (id 2.191)] [New Thread 0x98dee420 (LWP 1133672) (id 2.192)] [New Thread 0x985ed420 (LWP 1133673) (id 2.193)] [New Thread 0x97dec420 (LWP 1133674) (id 2.194)] [New Thread 0x975eb420 (LWP 1133675) (id 2.195)] [New Thread 0x96dea420 (LWP 1133676) (id 2.196)] [New Thread 0x965e9420 (LWP 1133677) (id 2.197)] [New Thread 0x95de8420 (LWP 1133678) (id 2.198)] [New Thread 0x955e7420 (LWP 1133679) (id 2.199)] [New Thread 0x94de6420 (LWP 1133680) (id 2.200)] [New Thread 0x945e5420 (LWP 1133681) (id 2.201)] [New Thread 0x93de4420 (LWP 1133682) (id 2.202)] [New Thread 0x935e3420 (LWP 1133683) (id 2.203)] [New Thread 0x92de2420 (LWP 1133684) (id 2.204)] [New Thread 0x925e1420 (LWP 1133685) (id 2.205)] [New Thread 0x91de0420 (LWP 1133686) (id 2.206)] [New Thread 0x915df420 (LWP 1133687) (id 2.207)] [New Thread 0x90dde420 (LWP 1133688) (id 2.208)] [New Thread 0x905dd420 (LWP 1133689) (id 2.209)] [New Thread 0x8fddc420 (LWP 1133690) (id 2.210)] [New Thread 0x8f5db420 (LWP 1133691) (id 2.211)] [New Thread 0x8edda420 (LWP 1133692) (id 2.212)] [New Thread 0x8e5d9420 (LWP 1133693) (id 2.213)] [New Thread 0x8ddd8420 (LWP 1133694) (id 2.214)] [New Thread 0x8d5d7420 (LWP 1133695) (id 2.215)] [New Thread 0x8cdd6420 (LWP 1133696) (id 2.216)] [New Thread 0x8c5d5420 (LWP 1133697) (id 2.217)] [New Thread 0x8bdd4420 (LWP 1133698) (id 2.218)] [New Thread 0x8b5d3420 (LWP 1133699) (id 2.219)] [New Thread 0x8add2420 (LWP 1133700) (id 2.220)] [New Thread 0x8a5d1420 (LWP 1133701) (id 2.221)] [New Thread 0x89dd0420 (LWP 1133702) (id 2.222)] [New Thread 0x895cf420 (LWP 1133703) (id 2.223)] [New Thread 0x88dce420 (LWP 1133704) (id 2.224)] [New Thread 0x885cd420 (LWP 1133705) (id 2.225)] [New Thread 0x87dcc420 (LWP 1133706) (id 2.226)] [New Thread 0x875cb420 (LWP 1133707) (id 2.227)] [New Thread 0x86dca420 (LWP 1133708) (id 2.228)] [New Thread 0x865c9420 (LWP 1133709) (id 2.229)] [New Thread 0x85dc8420 (LWP 1133710) (id 2.230)] [New Thread 0x855c7420 (LWP 1133711) (id 2.231)] [New Thread 0x84dc6420 (LWP 1133712) (id 2.232)] [New Thread 0x845c5420 (LWP 1133713) (id 2.233)] [New Thread 0x83dc4420 (LWP 1133714) (id 2.234)] [New Thread 0x835c3420 (LWP 1133715) (id 2.235)] [New Thread 0x82dc2420 (LWP 1133716) (id 2.236)] [New Thread 0x825c1420 (LWP 1133717) (id 2.237)] [New Thread 0x81dc0420 (LWP 1133718) (id 2.238)] [New Thread 0x815bf420 (LWP 1133719) (id 2.239)] [New Thread 0x80dbe420 (LWP 1133720) (id 2.240)] [New Thread 0x805bd420 (LWP 1133721) (id 2.241)] [New Thread 0x7fdbc420 (LWP 1133722) (id 2.242)] [New Thread 0x7f5bb420 (LWP 1133723) (id 2.243)] [New Thread 0x7edba420 (LWP 1133724) (id 2.244)] [New Thread 0x7e5b9420 (LWP 1133725) (id 2.245)] [New Thread 0x7ddb8420 (LWP 1133726) (id 2.246)] [New Thread 0x7d5b7420 (LWP 1133727) (id 2.247)] [New Thread 0x7cdb6420 (LWP 1133728) (id 2.248)] [New Thread 0x7c5b5420 (LWP 1133729) (id 2.249)] [New Thread 0x7bdb4420 (LWP 1133730) (id 2.250)] [New Thread 0x7b5b3420 (LWP 1133731) (id 2.251)] [New Thread 0x7adb2420 (LWP 1133732) (id 2.252)] [New Thread 0x7a5b1420 (LWP 1133733) (id 2.253)] [New Thread 0x79db0420 (LWP 1133734) (id 2.254)] [New Thread 0x795af420 (LWP 1133735) (id 2.255)] [New Thread 0x78dae420 (LWP 1133736) (id 2.256)] [New Thread 0x785ad420 (LWP 1133737) (id 2.257)] [Switching to Thread 0x9d5f7420 (LWP 1133663)] Thread 2.183 "process-dies-wh" hit Temporary breakpoint 4.2, __GI__exit (status=0) at ../sysdeps/unix/sysv/linux/_exit.c:30 warning: 30 ../sysdeps/unix/sysv/linux/_exit.c: No such file or directory (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: continue to breakpoint: _exit detach Detaching from program: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-continue, process 1133481 [Inferior 2 (process 1133481) detached] (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: detach child inferior 1 [Switching to inferior 1 [process 1133479] (/home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-continue)] [Switching to thread 1.1 (Thread 0xf7fcef60 (LWP 1133479))] #0 __libc_do_syscall () at ../sysdeps/unix/sysv/linux/arm/libc-do-syscall.S:47 warning: 47 ../sysdeps/unix/sysv/linux/arm/libc-do-syscall.S: No such file or directory (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: switch to parent continue Continuing. exited, status=0 [Inferior 1 (process 1133479) exited normally] (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: continue Starting logfile: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/gdb.in.16 builtin_spawn /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/../../gdb/gdb -nw -nx -q -iex set height 0 -iex set width 0 -data-directory /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/data-directory -iex set interactive-mode on (gdb) set height 0 (gdb) set width 0 (gdb) dir Reinitialize source path to empty? (y or n) y Source directories searched: $cdir:$cwd (gdb) dir /home/tcwg-buildslave/workspace/tcwg_gnu_3/gdb/gdb/testsuite/gdb.threads Source directories searched: /home/tcwg-buildslave/workspace/tcwg_gnu_3/gdb/gdb/testsuite/gdb.threads:$cdir:$cwd (gdb) kill The program is not being run. (gdb) file /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-continue Reading symbols from /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-continue... (gdb) delete breakpoints (gdb) info breakpoints No breakpoints, watchpoints, tracepoints, or catchpoints. (gdb) break -qualified main Breakpoint 1 at 0x86a: file /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c, line 114. (gdb) run Starting program: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-continue [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". Breakpoint 1, main () at /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.c:114 114 child = fork (); (gdb) set breakpoint always-inserted on (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: set breakpoint always-inserted on set detach-on-fork off (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: set detach-on-fork off set follow-fork-mode child (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: set follow-fork-mode child tbreak _exit Temporary breakpoint 2 at 0xf7f35408: _exit. (2 locations) (gdb) continue Continuing. [Attaching after Thread 0xf7fcef60 (LWP 1133772) fork to child process 1133774] [New inferior 2 (process 1133774)] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". [New Thread 0xf7eac420 (LWP 1133775) (id 2.2)] [New Thread 0xf76ab420 (LWP 1133776) (id 2.3)] [New Thread 0xf6eaa420 (LWP 1133777) (id 2.4)] [New Thread 0xf66a9420 (LWP 1133778) (id 2.5)] [New Thread 0xf5ea8420 (LWP 1133779) (id 2.6)] [New Thread 0xf56a7420 (LWP 1133780) (id 2.7)] [New Thread 0xf4ea6420 (LWP 1133781) (id 2.8)] [New Thread 0xf46a5420 (LWP 1133782) (id 2.9)] [New Thread 0xf3ea4420 (LWP 1133783) (id 2.10)] [New Thread 0xf36a3420 (LWP 1133784) (id 2.11)] [New Thread 0xf2ea2420 (LWP 1133785) (id 2.12)] [New Thread 0xf26a1420 (LWP 1133786) (id 2.13)] [New Thread 0xf1ea0420 (LWP 1133787) (id 2.14)] [New Thread 0xf169f420 (LWP 1133788) (id 2.15)] [New Thread 0xf0e9e420 (LWP 1133789) (id 2.16)] [New Thread 0xf069d420 (LWP 1133790) (id 2.17)] [New Thread 0xefe9c420 (LWP 1133791) (id 2.18)] [New Thread 0xef69b420 (LWP 1133792) (id 2.19)] [New Thread 0xeee9a420 (LWP 1133793) (id 2.20)] [New Thread 0xee699420 (LWP 1133794) (id 2.21)] [New Thread 0xede98420 (LWP 1133795) (id 2.22)] [New Thread 0xed697420 (LWP 1133796) (id 2.23)] [New Thread 0xece96420 (LWP 1133797) (id 2.24)] [New Thread 0xec695420 (LWP 1133798) (id 2.25)] [New Thread 0xebe94420 (LWP 1133799) (id 2.26)] [New Thread 0xeb693420 (LWP 1133800) (id 2.27)] [New Thread 0xeae92420 (LWP 1133801) (id 2.28)] [New Thread 0xea691420 (LWP 1133802) (id 2.29)] [New Thread 0xe9e90420 (LWP 1133803) (id 2.30)] [New Thread 0xe968f420 (LWP 1133804) (id 2.31)] [New Thread 0xe8e8e420 (LWP 1133805) (id 2.32)] [New Thread 0xe868d420 (LWP 1133806) (id 2.33)] [New Thread 0xe7e8c420 (LWP 1133807) (id 2.34)] [New Thread 0xe768b420 (LWP 1133808) (id 2.35)] [New Thread 0xe6e8a420 (LWP 1133809) (id 2.36)] [New Thread 0xe6689420 (LWP 1133810) (id 2.37)] [New Thread 0xe5e88420 (LWP 1133811) (id 2.38)] [New Thread 0xe5687420 (LWP 1133812) (id 2.39)] [New Thread 0xe4e86420 (LWP 1133813) (id 2.40)] [New Thread 0xe4685420 (LWP 1133814) (id 2.41)] [New Thread 0xe3e84420 (LWP 1133815) (id 2.42)] [New Thread 0xe3683420 (LWP 1133816) (id 2.43)] [New Thread 0xe2e82420 (LWP 1133817) (id 2.44)] [New Thread 0xe2681420 (LWP 1133818) (id 2.45)] [New Thread 0xe1e80420 (LWP 1133819) (id 2.46)] [New Thread 0xe167f420 (LWP 1133820) (id 2.47)] [New Thread 0xe0e7e420 (LWP 1133821) (id 2.48)] [New Thread 0xe067d420 (LWP 1133822) (id 2.49)] [New Thread 0xdfe7c420 (LWP 1133823) (id 2.50)] [New Thread 0xdf67b420 (LWP 1133824) (id 2.51)] [New Thread 0xdee7a420 (LWP 1133825) (id 2.52)] [New Thread 0xde679420 (LWP 1133826) (id 2.53)] [New Thread 0xdde78420 (LWP 1133827) (id 2.54)] [New Thread 0xdd677420 (LWP 1133828) (id 2.55)] [New Thread 0xdce76420 (LWP 1133829) (id 2.56)] [New Thread 0xdc675420 (LWP 1133830) (id 2.57)] [New Thread 0xdbe74420 (LWP 1133831) (id 2.58)] [New Thread 0xdb673420 (LWP 1133832) (id 2.59)] [New Thread 0xdae72420 (LWP 1133833) (id 2.60)] [New Thread 0xda671420 (LWP 1133834) (id 2.61)] [New Thread 0xd9e70420 (LWP 1133835) (id 2.62)] [New Thread 0xd966f420 (LWP 1133836) (id 2.63)] [New Thread 0xd8e6e420 (LWP 1133837) (id 2.64)] [New Thread 0xd866d420 (LWP 1133838) (id 2.65)] [New Thread 0xd7e6c420 (LWP 1133839) (id 2.66)] [New Thread 0xd766b420 (LWP 1133840) (id 2.67)] [New Thread 0xd6e6a420 (LWP 1133841) (id 2.68)] [New Thread 0xd6669420 (LWP 1133842) (id 2.69)] [New Thread 0xd5e68420 (LWP 1133843) (id 2.70)] [New Thread 0xd5667420 (LWP 1133844) (id 2.71)] [New Thread 0xd4e66420 (LWP 1133845) (id 2.72)] [New Thread 0xd4665420 (LWP 1133846) (id 2.73)] [New Thread 0xd3e64420 (LWP 1133847) (id 2.74)] [New Thread 0xd3663420 (LWP 1133848) (id 2.75)] [New Thread 0xd2e62420 (LWP 1133849) (id 2.76)] [New Thread 0xd2661420 (LWP 1133850) (id 2.77)] [New Thread 0xd1e60420 (LWP 1133851) (id 2.78)] [New Thread 0xd165f420 (LWP 1133852) (id 2.79)] [New Thread 0xd0e5e420 (LWP 1133853) (id 2.80)] [New Thread 0xd065d420 (LWP 1133854) (id 2.81)] [New Thread 0xcfe5c420 (LWP 1133855) (id 2.82)] [New Thread 0xcf65b420 (LWP 1133856) (id 2.83)] [New Thread 0xcee5a420 (LWP 1133857) (id 2.84)] [New Thread 0xce659420 (LWP 1133858) (id 2.85)] [New Thread 0xcde58420 (LWP 1133859) (id 2.86)] [New Thread 0xcd657420 (LWP 1133860) (id 2.87)] [New Thread 0xcce56420 (LWP 1133861) (id 2.88)] [New Thread 0xcc655420 (LWP 1133862) (id 2.89)] [New Thread 0xcbe54420 (LWP 1133863) (id 2.90)] [New Thread 0xcb653420 (LWP 1133864) (id 2.91)] [New Thread 0xcae52420 (LWP 1133865) (id 2.92)] [New Thread 0xca651420 (LWP 1133866) (id 2.93)] [New Thread 0xc9e50420 (LWP 1133867) (id 2.94)] [New Thread 0xc964f420 (LWP 1133868) (id 2.95)] [New Thread 0xc8e4e420 (LWP 1133869) (id 2.96)] [New Thread 0xc864d420 (LWP 1133870) (id 2.97)] [New Thread 0xc7e4c420 (LWP 1133871) (id 2.98)] [New Thread 0xc764b420 (LWP 1133872) (id 2.99)] [New Thread 0xc6e4a420 (LWP 1133873) (id 2.100)] [New Thread 0xc6649420 (LWP 1133874) (id 2.101)] [New Thread 0xc5e48420 (LWP 1133875) (id 2.102)] [New Thread 0xc5647420 (LWP 1133876) (id 2.103)] [New Thread 0xc4e46420 (LWP 1133877) (id 2.104)] [New Thread 0xc4645420 (LWP 1133878) (id 2.105)] [New Thread 0xc3e44420 (LWP 1133879) (id 2.106)] [New Thread 0xc3643420 (LWP 1133880) (id 2.107)] [New Thread 0xc2e42420 (LWP 1133881) (id 2.108)] [New Thread 0xc2641420 (LWP 1133882) (id 2.109)] [New Thread 0xc1e40420 (LWP 1133883) (id 2.110)] [New Thread 0xc163f420 (LWP 1133884) (id 2.111)] [New Thread 0xc0e3e420 (LWP 1133885) (id 2.112)] [New Thread 0xc063d420 (LWP 1133886) (id 2.113)] [New Thread 0xbfe3c420 (LWP 1133887) (id 2.114)] [New Thread 0xbf63b420 (LWP 1133888) (id 2.115)] [New Thread 0xbee3a420 (LWP 1133889) (id 2.116)] [New Thread 0xbe639420 (LWP 1133890) (id 2.117)] [New Thread 0xbde38420 (LWP 1133891) (id 2.118)] [New Thread 0xbd637420 (LWP 1133892) (id 2.119)] [New Thread 0xbce36420 (LWP 1133893) (id 2.120)] [New Thread 0xbc635420 (LWP 1133894) (id 2.121)] [New Thread 0xbbe34420 (LWP 1133895) (id 2.122)] [New Thread 0xbb633420 (LWP 1133896) (id 2.123)] [New Thread 0xbae32420 (LWP 1133897) (id 2.124)] [New Thread 0xba631420 (LWP 1133898) (id 2.125)] [New Thread 0xb9e30420 (LWP 1133899) (id 2.126)] [New Thread 0xb962f420 (LWP 1133900) (id 2.127)] [New Thread 0xb8e2e420 (LWP 1133901) (id 2.128)] [New Thread 0xb862d420 (LWP 1133902) (id 2.129)] [New Thread 0xb7e2c420 (LWP 1133903) (id 2.130)] [New Thread 0xb762b420 (LWP 1133904) (id 2.131)] [New Thread 0xb6e2a420 (LWP 1133905) (id 2.132)] [New Thread 0xb6629420 (LWP 1133906) (id 2.133)] [New Thread 0xb5e28420 (LWP 1133907) (id 2.134)] [New Thread 0xb5627420 (LWP 1133908) (id 2.135)] [New Thread 0xb4e26420 (LWP 1133909) (id 2.136)] [New Thread 0xb4625420 (LWP 1133910) (id 2.137)] [New Thread 0xb3e24420 (LWP 1133911) (id 2.138)] [New Thread 0xb3623420 (LWP 1133912) (id 2.139)] [New Thread 0xb2e22420 (LWP 1133913) (id 2.140)] [New Thread 0xb2621420 (LWP 1133914) (id 2.141)] [New Thread 0xb1e20420 (LWP 1133915) (id 2.142)] [New Thread 0xb161f420 (LWP 1133916) (id 2.143)] [New Thread 0xb0e1e420 (LWP 1133917) (id 2.144)] [New Thread 0xb061d420 (LWP 1133918) (id 2.145)] [New Thread 0xafe1c420 (LWP 1133919) (id 2.146)] [New Thread 0xaf61b420 (LWP 1133920) (id 2.147)] [New Thread 0xaee1a420 (LWP 1133921) (id 2.148)] [New Thread 0xae619420 (LWP 1133922) (id 2.149)] [New Thread 0xade18420 (LWP 1133923) (id 2.150)] [New Thread 0xad617420 (LWP 1133924) (id 2.151)] [New Thread 0xace16420 (LWP 1133925) (id 2.152)] [New Thread 0xac615420 (LWP 1133926) (id 2.153)] [New Thread 0xabe14420 (LWP 1133927) (id 2.154)] [New Thread 0xab613420 (LWP 1133928) (id 2.155)] [New Thread 0xaae12420 (LWP 1133929) (id 2.156)] [New Thread 0xaa611420 (LWP 1133930) (id 2.157)] [New Thread 0xa9e10420 (LWP 1133931) (id 2.158)] [New Thread 0xa960f420 (LWP 1133932) (id 2.159)] [New Thread 0xa8e0e420 (LWP 1133933) (id 2.160)] [New Thread 0xa860d420 (LWP 1133934) (id 2.161)] [New Thread 0xa7e0c420 (LWP 1133935) (id 2.162)] [New Thread 0xa760b420 (LWP 1133936) (id 2.163)] [New Thread 0xa6e0a420 (LWP 1133937) (id 2.164)] [New Thread 0xa6609420 (LWP 1133938) (id 2.165)] [New Thread 0xa5e08420 (LWP 1133939) (id 2.166)] [New Thread 0xa5607420 (LWP 1133940) (id 2.167)] [New Thread 0xa4e06420 (LWP 1133941) (id 2.168)] [New Thread 0xa4605420 (LWP 1133942) (id 2.169)] [New Thread 0xa3e04420 (LWP 1133943) (id 2.170)] [New Thread 0xa3603420 (LWP 1133944) (id 2.171)] [New Thread 0xa2e02420 (LWP 1133945) (id 2.172)] [New Thread 0xa2601420 (LWP 1133946) (id 2.173)] [New Thread 0xa1e00420 (LWP 1133947) (id 2.174)] [New Thread 0xa15ff420 (LWP 1133948) (id 2.175)] [New Thread 0xa0dfe420 (LWP 1133949) (id 2.176)] [New Thread 0xa05fd420 (LWP 1133950) (id 2.177)] [New Thread 0x9fdfc420 (LWP 1133951) (id 2.178)] [New Thread 0x9f5fb420 (LWP 1133952) (id 2.179)] [New Thread 0x9edfa420 (LWP 1133953) (id 2.180)] [New Thread 0x9e5f9420 (LWP 1133954) (id 2.181)] [New Thread 0x9ddf8420 (LWP 1133955) (id 2.182)] [New Thread 0x9d5f7420 (LWP 1133956) (id 2.183)] [New Thread 0x9cdf6420 (LWP 1133957) (id 2.184)] [New Thread 0x9c5f5420 (LWP 1133958) (id 2.185)] [New Thread 0x9bdf4420 (LWP 1133959) (id 2.186)] [New Thread 0x9b5f3420 (LWP 1133960) (id 2.187)] [New Thread 0x9adf2420 (LWP 1133961) (id 2.188)] [New Thread 0x9a5f1420 (LWP 1133962) (id 2.189)] [New Thread 0x99df0420 (LWP 1133963) (id 2.190)] [New Thread 0x995ef420 (LWP 1133964) (id 2.191)] [New Thread 0x98dee420 (LWP 1133965) (id 2.192)] [New Thread 0x985ed420 (LWP 1133966) (id 2.193)] [New Thread 0x97dec420 (LWP 1133967) (id 2.194)] [New Thread 0x975eb420 (LWP 1133968) (id 2.195)] [New Thread 0x96dea420 (LWP 1133969) (id 2.196)] [New Thread 0x965e9420 (LWP 1133970) (id 2.197)] [New Thread 0x95de8420 (LWP 1133971) (id 2.198)] [New Thread 0x955e7420 (LWP 1133972) (id 2.199)] [New Thread 0x94de6420 (LWP 1133973) (id 2.200)] [New Thread 0x945e5420 (LWP 1133974) (id 2.201)] [New Thread 0x93de4420 (LWP 1133975) (id 2.202)] [New Thread 0x935e3420 (LWP 1133976) (id 2.203)] [New Thread 0x92de2420 (LWP 1133977) (id 2.204)] [New Thread 0x925e1420 (LWP 1133978) (id 2.205)] [New Thread 0x91de0420 (LWP 1133979) (id 2.206)] [New Thread 0x915df420 (LWP 1133980) (id 2.207)] [New Thread 0x90dde420 (LWP 1133981) (id 2.208)] [New Thread 0x905dd420 (LWP 1133982) (id 2.209)] [New Thread 0x8fddc420 (LWP 1133983) (id 2.210)] [New Thread 0x8f5db420 (LWP 1133984) (id 2.211)] [New Thread 0x8edda420 (LWP 1133985) (id 2.212)] [New Thread 0x8e5d9420 (LWP 1133986) (id 2.213)] [New Thread 0x8ddd8420 (LWP 1133987) (id 2.214)] [New Thread 0x8d5d7420 (LWP 1133988) (id 2.215)] [New Thread 0x8cdd6420 (LWP 1133989) (id 2.216)] [New Thread 0x8c5d5420 (LWP 1133990) (id 2.217)] [New Thread 0x8bdd4420 (LWP 1133991) (id 2.218)] [New Thread 0x8b5d3420 (LWP 1133992) (id 2.219)] [New Thread 0x8add2420 (LWP 1133993) (id 2.220)] [New Thread 0x8a5d1420 (LWP 1133994) (id 2.221)] [New Thread 0x89dd0420 (LWP 1133995) (id 2.222)] [New Thread 0x895cf420 (LWP 1133996) (id 2.223)] [New Thread 0x88dce420 (LWP 1133997) (id 2.224)] [New Thread 0x885cd420 (LWP 1133998) (id 2.225)] [New Thread 0x87dcc420 (LWP 1133999) (id 2.226)] [New Thread 0x875cb420 (LWP 1134000) (id 2.227)] [New Thread 0x86dca420 (LWP 1134001) (id 2.228)] [New Thread 0x865c9420 (LWP 1134002) (id 2.229)] [New Thread 0x85dc8420 (LWP 1134003) (id 2.230)] [New Thread 0x855c7420 (LWP 1134004) (id 2.231)] [New Thread 0x84dc6420 (LWP 1134005) (id 2.232)] [New Thread 0x845c5420 (LWP 1134006) (id 2.233)] [New Thread 0x83dc4420 (LWP 1134007) (id 2.234)] [New Thread 0x835c3420 (LWP 1134008) (id 2.235)] [New Thread 0x82dc2420 (LWP 1134009) (id 2.236)] [New Thread 0x825c1420 (LWP 1134010) (id 2.237)] [New Thread 0x81dc0420 (LWP 1134011) (id 2.238)] [New Thread 0x815bf420 (LWP 1134012) (id 2.239)] [New Thread 0x80dbe420 (LWP 1134013) (id 2.240)] [New Thread 0x805bd420 (LWP 1134014) (id 2.241)] [New Thread 0x7fdbc420 (LWP 1134015) (id 2.242)] [New Thread 0x7f5bb420 (LWP 1134016) (id 2.243)] [New Thread 0x7edba420 (LWP 1134017) (id 2.244)] [New Thread 0x7e5b9420 (LWP 1134018) (id 2.245)] [New Thread 0x7ddb8420 (LWP 1134019) (id 2.246)] [New Thread 0x7d5b7420 (LWP 1134020) (id 2.247)] [New Thread 0x7cdb6420 (LWP 1134021) (id 2.248)] [New Thread 0x7c5b5420 (LWP 1134022) (id 2.249)] [New Thread 0x7bdb4420 (LWP 1134023) (id 2.250)] [New Thread 0x7b5b3420 (LWP 1134024) (id 2.251)] [New Thread 0x7adb2420 (LWP 1134025) (id 2.252)] [New Thread 0x7a5b1420 (LWP 1134026) (id 2.253)] [New Thread 0x79db0420 (LWP 1134027) (id 2.254)] [New Thread 0x795af420 (LWP 1134028) (id 2.255)] [New Thread 0x78dae420 (LWP 1134029) (id 2.256)] [New Thread 0x785ad420 (LWP 1134030) (id 2.257)] [Switching to Thread 0xab613420 (LWP 1133928)] Thread 2.155 "process-dies-wh" hit Temporary breakpoint 2.2, __GI__exit (status=0) at ../sysdeps/unix/sysv/linux/_exit.c:30 warning: 30 ../sysdeps/unix/sysv/linux/_exit.c: No such file or directory (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: continue to breakpoint: _exit print /d mypid $1 = 1133774 (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: get integer valueof "mypid" Executing on target: kill -9 1133774 (timeout = 300) builtin_spawn -ignore SIGHUP kill -9 1133774 detach Detaching from program: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-continue, process 1133774 [Inferior 2 (process 1133774) detached] (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: detach child inferior 1 [Switching to inferior 1 [process 1133772] (/home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/outputs/gdb.threads/process-dies-while-detaching/process-dies-while-detaching-1-continue)] [Switching to thread 1.1 (Thread 0xf7fcef60 (LWP 1133772))] #0 __libc_do_syscall () at ../sysdeps/unix/sysv/linux/arm/libc-do-syscall.S:47 warning: 47 ../sysdeps/unix/sysv/linux/arm/libc-do-syscall.S: No such file or directory (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: switch to parent continue Continuing. signaled, sig=9 [Inferior 1 (process 1133772) exited with code 02] (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: continue testcase /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/snapshots/gdb.git~master/gdb/testsuite/gdb.threads/process-dies-while-detaching.exp completed in 187 seconds === gdb Summary === # of expected passes 133 # of unexpected failures 3 # of known failures 1 Executing on host: /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/../../gdb/gdb -nw -nx -q -iex "set height 0" -iex "set width 0" -data-directory /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/data-directory -iex "set interactive-mode on" --version (timeout = 300) builtin_spawn -ignore SIGHUP /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/testsuite/../../gdb/gdb -nw -nx -q -iex set height 0 -iex set width 0 -data-directory /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/data-directory -iex set interactive-mode on --version GNU gdb (Linaro_GDB-2026.05.23) 18.0.50.20260523-git Copyright (C) 2026 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/gdb version 18.0.50.20260523-git -nw -nx -q -iex "set height 0" -iex "set width 0" -data-directory /home/tcwg-buildslave/workspace/tcwg_gnu_3/abe/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gdb-gdb.git~master/gdb/data-directory -iex "set interactive-mode on" runtest completed at Sat May 23 14:40:32 2026