Test run by tcwg-buildslave on Sat May 23 14:27:08 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 214 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/1124228/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/1124228/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/1124228/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/1124228/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 1124358) (id 2)] [New Thread 0xf76ab420 (LWP 1124359) (id 3)] [New Thread 0xf6eaa420 (LWP 1124360) (id 4)] [New Thread 0xf66a9420 (LWP 1124361) (id 5)] [New Thread 0xf5ea8420 (LWP 1124362) (id 6)] [New Thread 0xf56a7420 (LWP 1124363) (id 7)] [New Thread 0xf4ea6420 (LWP 1124364) (id 8)] [New Thread 0xf46a5420 (LWP 1124365) (id 9)] [New Thread 0xf3ea4420 (LWP 1124366) (id 10)] [New Thread 0xf36a3420 (LWP 1124367) (id 11)] [New Thread 0xf2ea2420 (LWP 1124368) (id 12)] [New Thread 0xf26a1420 (LWP 1124369) (id 13)] [New Thread 0xf1ea0420 (LWP 1124370) (id 14)] [New Thread 0xf169f420 (LWP 1124371) (id 15)] [New Thread 0xf0e9e420 (LWP 1124372) (id 16)] [New Thread 0xf069d420 (LWP 1124373) (id 17)] [New Thread 0xefe9c420 (LWP 1124374) (id 18)] [New Thread 0xef69b420 (LWP 1124375) (id 19)] [New Thread 0xeee9a420 (LWP 1124376) (id 20)] [New Thread 0xee699420 (LWP 1124377) (id 21)] [New Thread 0xede98420 (LWP 1124378) (id 22)] [New Thread 0xed697420 (LWP 1124379) (id 23)] [New Thread 0xece96420 (LWP 1124380) (id 24)] [New Thread 0xec695420 (LWP 1124381) (id 25)] [New Thread 0xebe94420 (LWP 1124382) (id 26)] [New Thread 0xeb693420 (LWP 1124383) (id 27)] [New Thread 0xeae92420 (LWP 1124384) (id 28)] [New Thread 0xea691420 (LWP 1124385) (id 29)] [New Thread 0xe9e90420 (LWP 1124386) (id 30)] [New Thread 0xe968f420 (LWP 1124387) (id 31)] [New Thread 0xe8e8e420 (LWP 1124388) (id 32)] [New Thread 0xe868d420 (LWP 1124389) (id 33)] [New Thread 0xe7e8c420 (LWP 1124390) (id 34)] [New Thread 0xe768b420 (LWP 1124391) (id 35)] [New Thread 0xe6e8a420 (LWP 1124392) (id 36)] [New Thread 0xe6689420 (LWP 1124393) (id 37)] [New Thread 0xe5e88420 (LWP 1124394) (id 38)] [New Thread 0xe5687420 (LWP 1124395) (id 39)] [New Thread 0xe4e86420 (LWP 1124396) (id 40)] [New Thread 0xe4685420 (LWP 1124397) (id 41)] [New Thread 0xe3e84420 (LWP 1124398) (id 42)] [New Thread 0xe3683420 (LWP 1124399) (id 43)] [New Thread 0xe2e82420 (LWP 1124400) (id 44)] [New Thread 0xe2681420 (LWP 1124401) (id 45)] [New Thread 0xe1e80420 (LWP 1124402) (id 46)] [New Thread 0xe167f420 (LWP 1124403) (id 47)] [New Thread 0xe0e7e420 (LWP 1124404) (id 48)] [New Thread 0xe067d420 (LWP 1124405) (id 49)] [New Thread 0xdfe7c420 (LWP 1124406) (id 50)] [New Thread 0xdf67b420 (LWP 1124407) (id 51)] [New Thread 0xdee7a420 (LWP 1124408) (id 52)] [New Thread 0xde679420 (LWP 1124409) (id 53)] [New Thread 0xdde78420 (LWP 1124410) (id 54)] [New Thread 0xdd677420 (LWP 1124411) (id 55)] [New Thread 0xdce76420 (LWP 1124412) (id 56)] [New Thread 0xdc675420 (LWP 1124413) (id 57)] [New Thread 0xdbe74420 (LWP 1124414) (id 58)] [New Thread 0xdb673420 (LWP 1124415) (id 59)] [New Thread 0xdae72420 (LWP 1124416) (id 60)] [New Thread 0xda671420 (LWP 1124417) (id 61)] [New Thread 0xd9e70420 (LWP 1124418) (id 62)] [New Thread 0xd966f420 (LWP 1124419) (id 63)] [New Thread 0xd8e6e420 (LWP 1124420) (id 64)] [New Thread 0xd866d420 (LWP 1124421) (id 65)] [New Thread 0xd7e6c420 (LWP 1124422) (id 66)] [New Thread 0xd766b420 (LWP 1124423) (id 67)] [New Thread 0xd6e6a420 (LWP 1124424) (id 68)] [New Thread 0xd6669420 (LWP 1124425) (id 69)] [New Thread 0xd5e68420 (LWP 1124426) (id 70)] [New Thread 0xd5667420 (LWP 1124427) (id 71)] [New Thread 0xd4e66420 (LWP 1124428) (id 72)] [New Thread 0xd4665420 (LWP 1124429) (id 73)] [New Thread 0xd3e64420 (LWP 1124430) (id 74)] [New Thread 0xd3663420 (LWP 1124431) (id 75)] [New Thread 0xd2e62420 (LWP 1124432) (id 76)] [New Thread 0xd2661420 (LWP 1124433) (id 77)] [New Thread 0xd1e60420 (LWP 1124434) (id 78)] [New Thread 0xd165f420 (LWP 1124435) (id 79)] [New Thread 0xd0e5e420 (LWP 1124436) (id 80)] [New Thread 0xd065d420 (LWP 1124437) (id 81)] [New Thread 0xcfe5c420 (LWP 1124438) (id 82)] [New Thread 0xcf65b420 (LWP 1124439) (id 83)] [New Thread 0xcee5a420 (LWP 1124440) (id 84)] [New Thread 0xce659420 (LWP 1124441) (id 85)] [New Thread 0xcde58420 (LWP 1124442) (id 86)] [New Thread 0xcd657420 (LWP 1124443) (id 87)] [New Thread 0xcce56420 (LWP 1124444) (id 88)] [New Thread 0xcc655420 (LWP 1124445) (id 89)] [New Thread 0xcbe54420 (LWP 1124446) (id 90)] [New Thread 0xcb653420 (LWP 1124447) (id 91)] [New Thread 0xcae52420 (LWP 1124448) (id 92)] [New Thread 0xca651420 (LWP 1124449) (id 93)] [New Thread 0xc9e50420 (LWP 1124450) (id 94)] [New Thread 0xc964f420 (LWP 1124451) (id 95)] [New Thread 0xc8e4e420 (LWP 1124452) (id 96)] [New Thread 0xc864d420 (LWP 1124453) (id 97)] [New Thread 0xc7e4c420 (LWP 1124454) (id 98)] [New Thread 0xc764b420 (LWP 1124455) (id 99)] [New Thread 0xc6e4a420 (LWP 1124456) (id 100)] [New Thread 0xc6649420 (LWP 1124457) (id 101)] [New Thread 0xc5e48420 (LWP 1124458) (id 102)] [New Thread 0xc5647420 (LWP 1124459) (id 103)] [New Thread 0xc4e46420 (LWP 1124460) (id 104)] [New Thread 0xc4645420 (LWP 1124461) (id 105)] [New Thread 0xc3e44420 (LWP 1124462) (id 106)] [New Thread 0xc3643420 (LWP 1124463) (id 107)] [New Thread 0xc2e42420 (LWP 1124464) (id 108)] [New Thread 0xc2641420 (LWP 1124465) (id 109)] [New Thread 0xc1e40420 (LWP 1124466) (id 110)] [New Thread 0xc163f420 (LWP 1124467) (id 111)] [New Thread 0xc0e3e420 (LWP 1124468) (id 112)] [New Thread 0xc063d420 (LWP 1124469) (id 113)] [New Thread 0xbfe3c420 (LWP 1124470) (id 114)] [New Thread 0xbf63b420 (LWP 1124471) (id 115)] [New Thread 0xbee3a420 (LWP 1124472) (id 116)] [New Thread 0xbe639420 (LWP 1124473) (id 117)] [New Thread 0xbde38420 (LWP 1124474) (id 118)] [New Thread 0xbd637420 (LWP 1124475) (id 119)] [New Thread 0xbce36420 (LWP 1124476) (id 120)] [New Thread 0xbc635420 (LWP 1124477) (id 121)] [New Thread 0xbbe34420 (LWP 1124478) (id 122)] [New Thread 0xbb633420 (LWP 1124479) (id 123)] [New Thread 0xbae32420 (LWP 1124480) (id 124)] [New Thread 0xba631420 (LWP 1124481) (id 125)] [New Thread 0xb9e30420 (LWP 1124482) (id 126)] [New Thread 0xb962f420 (LWP 1124483) (id 127)] [New Thread 0xb8e2e420 (LWP 1124484) (id 128)] [New Thread 0xb862d420 (LWP 1124485) (id 129)] [New Thread 0xb7e2c420 (LWP 1124486) (id 130)] [New Thread 0xb762b420 (LWP 1124487) (id 131)] [New Thread 0xb6e2a420 (LWP 1124488) (id 132)] [New Thread 0xb6629420 (LWP 1124489) (id 133)] [New Thread 0xb5e28420 (LWP 1124490) (id 134)] [New Thread 0xb5627420 (LWP 1124491) (id 135)] [New Thread 0xb4e26420 (LWP 1124492) (id 136)] [New Thread 0xb4625420 (LWP 1124493) (id 137)] [New Thread 0xb3e24420 (LWP 1124494) (id 138)] [New Thread 0xb3623420 (LWP 1124495) (id 139)] [New Thread 0xb2e22420 (LWP 1124496) (id 140)] [New Thread 0xb2621420 (LWP 1124497) (id 141)] [New Thread 0xb1e20420 (LWP 1124498) (id 142)] [New Thread 0xb161f420 (LWP 1124499) (id 143)] [New Thread 0xb0e1e420 (LWP 1124500) (id 144)] [New Thread 0xb061d420 (LWP 1124501) (id 145)] [New Thread 0xafe1c420 (LWP 1124502) (id 146)] [New Thread 0xaf61b420 (LWP 1124503) (id 147)] [New Thread 0xaee1a420 (LWP 1124504) (id 148)] [New Thread 0xae619420 (LWP 1124505) (id 149)] [New Thread 0xade18420 (LWP 1124506) (id 150)] [New Thread 0xad617420 (LWP 1124507) (id 151)] [New Thread 0xace16420 (LWP 1124508) (id 152)] [New Thread 0xac615420 (LWP 1124509) (id 153)] [New Thread 0xabe14420 (LWP 1124510) (id 154)] [New Thread 0xab613420 (LWP 1124511) (id 155)] [New Thread 0xaae12420 (LWP 1124512) (id 156)] [New Thread 0xaa611420 (LWP 1124513) (id 157)] [New Thread 0xa9e10420 (LWP 1124514) (id 158)] [New Thread 0xa960f420 (LWP 1124515) (id 159)] [New Thread 0xa8e0e420 (LWP 1124516) (id 160)] [New Thread 0xa860d420 (LWP 1124517) (id 161)] [New Thread 0xa7e0c420 (LWP 1124518) (id 162)] [New Thread 0xa760b420 (LWP 1124519) (id 163)] [New Thread 0xa6e0a420 (LWP 1124520) (id 164)] [New Thread 0xa6609420 (LWP 1124521) (id 165)] [New Thread 0xa5e08420 (LWP 1124522) (id 166)] [New Thread 0xa5607420 (LWP 1124523) (id 167)] [New Thread 0xa4e06420 (LWP 1124524) (id 168)] [New Thread 0xa4605420 (LWP 1124525) (id 169)] [New Thread 0xa3e04420 (LWP 1124526) (id 170)] [New Thread 0xa3603420 (LWP 1124527) (id 171)] [New Thread 0xa2e02420 (LWP 1124528) (id 172)] [New Thread 0xa2601420 (LWP 1124529) (id 173)] [New Thread 0xa1e00420 (LWP 1124530) (id 174)] [New Thread 0xa15ff420 (LWP 1124531) (id 175)] [New Thread 0xa0dfe420 (LWP 1124532) (id 176)] [New Thread 0xa05fd420 (LWP 1124533) (id 177)] [New Thread 0x9fdfc420 (LWP 1124534) (id 178)] [New Thread 0x9f5fb420 (LWP 1124535) (id 179)] [New Thread 0x9edfa420 (LWP 1124536) (id 180)] [New Thread 0x9e5f9420 (LWP 1124537) (id 181)] [New Thread 0x9ddf8420 (LWP 1124538) (id 182)] [New Thread 0x9d5f7420 (LWP 1124539) (id 183)] [New Thread 0x9cdf6420 (LWP 1124540) (id 184)] [New Thread 0x9c5f5420 (LWP 1124541) (id 185)] [New Thread 0x9bdf4420 (LWP 1124542) (id 186)] [New Thread 0x9b5f3420 (LWP 1124543) (id 187)] [New Thread 0x9adf2420 (LWP 1124544) (id 188)] [New Thread 0x9a5f1420 (LWP 1124545) (id 189)] [New Thread 0x99df0420 (LWP 1124546) (id 190)] [New Thread 0x995ef420 (LWP 1124547) (id 191)] [New Thread 0x98dee420 (LWP 1124548) (id 192)] [New Thread 0x985ed420 (LWP 1124549) (id 193)] [New Thread 0x97dec420 (LWP 1124550) (id 194)] [New Thread 0x975eb420 (LWP 1124551) (id 195)] [New Thread 0x96dea420 (LWP 1124552) (id 196)] [New Thread 0x965e9420 (LWP 1124553) (id 197)] [New Thread 0x95de8420 (LWP 1124554) (id 198)] [New Thread 0x955e7420 (LWP 1124555) (id 199)] [New Thread 0x94de6420 (LWP 1124556) (id 200)] [New Thread 0x945e5420 (LWP 1124557) (id 201)] [New Thread 0x93de4420 (LWP 1124558) (id 202)] [New Thread 0x935e3420 (LWP 1124559) (id 203)] [New Thread 0x92de2420 (LWP 1124560) (id 204)] [New Thread 0x925e1420 (LWP 1124561) (id 205)] [New Thread 0x91de0420 (LWP 1124562) (id 206)] [New Thread 0x915df420 (LWP 1124563) (id 207)] [New Thread 0x90dde420 (LWP 1124564) (id 208)] [New Thread 0x905dd420 (LWP 1124565) (id 209)] [New Thread 0x8fddc420 (LWP 1124566) (id 210)] [New Thread 0x8f5db420 (LWP 1124567) (id 211)] [New Thread 0x8edda420 (LWP 1124568) (id 212)] [New Thread 0x8e5d9420 (LWP 1124569) (id 213)] [New Thread 0x8ddd8420 (LWP 1124570) (id 214)] [New Thread 0x8d5d7420 (LWP 1124571) (id 215)] [New Thread 0x8cdd6420 (LWP 1124572) (id 216)] [New Thread 0x8c5d5420 (LWP 1124573) (id 217)] [New Thread 0x8bdd4420 (LWP 1124574) (id 218)] [New Thread 0x8b5d3420 (LWP 1124575) (id 219)] [New Thread 0x8add2420 (LWP 1124576) (id 220)] [New Thread 0x8a5d1420 (LWP 1124577) (id 221)] [New Thread 0x89dd0420 (LWP 1124578) (id 222)] [New Thread 0x895cf420 (LWP 1124579) (id 223)] [New Thread 0x88dce420 (LWP 1124580) (id 224)] [New Thread 0x885cd420 (LWP 1124581) (id 225)] [New Thread 0x87dcc420 (LWP 1124582) (id 226)] [New Thread 0x875cb420 (LWP 1124583) (id 227)] [New Thread 0x86dca420 (LWP 1124584) (id 228)] [New Thread 0x865c9420 (LWP 1124585) (id 229)] [New Thread 0x85dc8420 (LWP 1124586) (id 230)] [New Thread 0x855c7420 (LWP 1124587) (id 231)] [New Thread 0x84dc6420 (LWP 1124588) (id 232)] [New Thread 0x845c5420 (LWP 1124589) (id 233)] [New Thread 0x83dc4420 (LWP 1124590) (id 234)] [New Thread 0x835c3420 (LWP 1124591) (id 235)] [New Thread 0x82dc2420 (LWP 1124592) (id 236)] [New Thread 0x825c1420 (LWP 1124593) (id 237)] [New Thread 0x81dc0420 (LWP 1124594) (id 238)] [New Thread 0x815bf420 (LWP 1124595) (id 239)] [New Thread 0x80dbe420 (LWP 1124596) (id 240)] [New Thread 0x805bd420 (LWP 1124597) (id 241)] [New Thread 0x7fdbc420 (LWP 1124598) (id 242)] [New Thread 0x7f5bb420 (LWP 1124599) (id 243)] [New Thread 0x7edba420 (LWP 1124600) (id 244)] [New Thread 0x7e5b9420 (LWP 1124601) (id 245)] [New Thread 0x7ddb8420 (LWP 1124602) (id 246)] [New Thread 0x7d5b7420 (LWP 1124603) (id 247)] [New Thread 0x7cdb6420 (LWP 1124604) (id 248)] [New Thread 0x7c5b5420 (LWP 1124605) (id 249)] [New Thread 0x7bdb4420 (LWP 1124606) (id 250)] [New Thread 0x7b5b3420 (LWP 1124607) (id 251)] [New Thread 0x7adb2420 (LWP 1124608) (id 252)] [New Thread 0x7a5b1420 (LWP 1124609) (id 253)] [New Thread 0x79db0420 (LWP 1124610) (id 254)] [New Thread 0x795af420 (LWP 1124611) (id 255)] [New Thread 0x78dae420 (LWP 1124612) (id 256)] [New Thread 0x785ad420 (LWP 1124613) (id 257)] [Switching to Thread 0xf46a5420 (LWP 1124365)] Thread 9 "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 1124356 [Inferior 1 (process 1124356) 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 1124650) (id 2)] [New Thread 0xf76ab420 (LWP 1124651) (id 3)] [New Thread 0xf6eaa420 (LWP 1124652) (id 4)] [New Thread 0xf66a9420 (LWP 1124653) (id 5)] [New Thread 0xf5ea8420 (LWP 1124654) (id 6)] [New Thread 0xf56a7420 (LWP 1124655) (id 7)] [New Thread 0xf4ea6420 (LWP 1124656) (id 8)] [New Thread 0xf46a5420 (LWP 1124657) (id 9)] [New Thread 0xf3ea4420 (LWP 1124658) (id 10)] [New Thread 0xf36a3420 (LWP 1124659) (id 11)] [New Thread 0xf2ea2420 (LWP 1124660) (id 12)] [New Thread 0xf26a1420 (LWP 1124661) (id 13)] [New Thread 0xf1ea0420 (LWP 1124662) (id 14)] [New Thread 0xf169f420 (LWP 1124663) (id 15)] [New Thread 0xf0e9e420 (LWP 1124664) (id 16)] [New Thread 0xf069d420 (LWP 1124665) (id 17)] [New Thread 0xefe9c420 (LWP 1124666) (id 18)] [New Thread 0xef69b420 (LWP 1124667) (id 19)] [New Thread 0xeee9a420 (LWP 1124668) (id 20)] [New Thread 0xee699420 (LWP 1124669) (id 21)] [New Thread 0xede98420 (LWP 1124670) (id 22)] [New Thread 0xed697420 (LWP 1124671) (id 23)] [New Thread 0xece96420 (LWP 1124672) (id 24)] [New Thread 0xec695420 (LWP 1124673) (id 25)] [New Thread 0xebe94420 (LWP 1124674) (id 26)] [New Thread 0xeb693420 (LWP 1124675) (id 27)] [New Thread 0xeae92420 (LWP 1124676) (id 28)] [New Thread 0xea691420 (LWP 1124677) (id 29)] [New Thread 0xe9e90420 (LWP 1124678) (id 30)] [New Thread 0xe968f420 (LWP 1124679) (id 31)] [New Thread 0xe8e8e420 (LWP 1124680) (id 32)] [New Thread 0xe868d420 (LWP 1124681) (id 33)] [New Thread 0xe7e8c420 (LWP 1124682) (id 34)] [New Thread 0xe768b420 (LWP 1124683) (id 35)] [New Thread 0xe6e8a420 (LWP 1124684) (id 36)] [New Thread 0xe6689420 (LWP 1124685) (id 37)] [New Thread 0xe5e88420 (LWP 1124686) (id 38)] [New Thread 0xe5687420 (LWP 1124687) (id 39)] [New Thread 0xe4e86420 (LWP 1124688) (id 40)] [New Thread 0xe4685420 (LWP 1124689) (id 41)] [New Thread 0xe3e84420 (LWP 1124690) (id 42)] [New Thread 0xe3683420 (LWP 1124691) (id 43)] [New Thread 0xe2e82420 (LWP 1124692) (id 44)] [New Thread 0xe2681420 (LWP 1124693) (id 45)] [New Thread 0xe1e80420 (LWP 1124694) (id 46)] [New Thread 0xe167f420 (LWP 1124695) (id 47)] [New Thread 0xe0e7e420 (LWP 1124696) (id 48)] [New Thread 0xe067d420 (LWP 1124697) (id 49)] [New Thread 0xdfe7c420 (LWP 1124698) (id 50)] [New Thread 0xdf67b420 (LWP 1124699) (id 51)] [New Thread 0xdee7a420 (LWP 1124700) (id 52)] [New Thread 0xde679420 (LWP 1124701) (id 53)] [New Thread 0xdde78420 (LWP 1124702) (id 54)] [New Thread 0xdd677420 (LWP 1124703) (id 55)] [New Thread 0xdce76420 (LWP 1124704) (id 56)] [New Thread 0xdc675420 (LWP 1124705) (id 57)] [New Thread 0xdbe74420 (LWP 1124706) (id 58)] [New Thread 0xdb673420 (LWP 1124707) (id 59)] [New Thread 0xdae72420 (LWP 1124708) (id 60)] [New Thread 0xda671420 (LWP 1124709) (id 61)] [New Thread 0xd9e70420 (LWP 1124710) (id 62)] [New Thread 0xd966f420 (LWP 1124711) (id 63)] [New Thread 0xd8e6e420 (LWP 1124712) (id 64)] [New Thread 0xd866d420 (LWP 1124713) (id 65)] [New Thread 0xd7e6c420 (LWP 1124714) (id 66)] [New Thread 0xd766b420 (LWP 1124715) (id 67)] [New Thread 0xd6e6a420 (LWP 1124716) (id 68)] [New Thread 0xd6669420 (LWP 1124717) (id 69)] [New Thread 0xd5e68420 (LWP 1124718) (id 70)] [New Thread 0xd5667420 (LWP 1124719) (id 71)] [New Thread 0xd4e66420 (LWP 1124720) (id 72)] [New Thread 0xd4665420 (LWP 1124721) (id 73)] [New Thread 0xd3e64420 (LWP 1124722) (id 74)] [New Thread 0xd3663420 (LWP 1124723) (id 75)] [New Thread 0xd2e62420 (LWP 1124724) (id 76)] [New Thread 0xd2661420 (LWP 1124725) (id 77)] [New Thread 0xd1e60420 (LWP 1124726) (id 78)] [New Thread 0xd165f420 (LWP 1124727) (id 79)] [New Thread 0xd0e5e420 (LWP 1124728) (id 80)] [New Thread 0xd065d420 (LWP 1124729) (id 81)] [New Thread 0xcfe5c420 (LWP 1124730) (id 82)] [New Thread 0xcf65b420 (LWP 1124731) (id 83)] [New Thread 0xcee5a420 (LWP 1124732) (id 84)] [New Thread 0xce659420 (LWP 1124733) (id 85)] [New Thread 0xcde58420 (LWP 1124734) (id 86)] [New Thread 0xcd657420 (LWP 1124735) (id 87)] [New Thread 0xcce56420 (LWP 1124736) (id 88)] [New Thread 0xcc655420 (LWP 1124737) (id 89)] [New Thread 0xcbe54420 (LWP 1124738) (id 90)] [New Thread 0xcb653420 (LWP 1124739) (id 91)] [New Thread 0xcae52420 (LWP 1124740) (id 92)] [New Thread 0xca651420 (LWP 1124741) (id 93)] [New Thread 0xc9e50420 (LWP 1124742) (id 94)] [New Thread 0xc964f420 (LWP 1124743) (id 95)] [New Thread 0xc8e4e420 (LWP 1124744) (id 96)] [New Thread 0xc864d420 (LWP 1124745) (id 97)] [New Thread 0xc7e4c420 (LWP 1124746) (id 98)] [New Thread 0xc764b420 (LWP 1124747) (id 99)] [New Thread 0xc6e4a420 (LWP 1124748) (id 100)] [New Thread 0xc6649420 (LWP 1124749) (id 101)] [New Thread 0xc5e48420 (LWP 1124750) (id 102)] [New Thread 0xc5647420 (LWP 1124751) (id 103)] [New Thread 0xc4e46420 (LWP 1124752) (id 104)] [New Thread 0xc4645420 (LWP 1124753) (id 105)] [New Thread 0xc3e44420 (LWP 1124754) (id 106)] [New Thread 0xc3643420 (LWP 1124755) (id 107)] [New Thread 0xc2e42420 (LWP 1124756) (id 108)] [New Thread 0xc2641420 (LWP 1124757) (id 109)] [New Thread 0xc1e40420 (LWP 1124758) (id 110)] [New Thread 0xc163f420 (LWP 1124759) (id 111)] [New Thread 0xc0e3e420 (LWP 1124760) (id 112)] [New Thread 0xc063d420 (LWP 1124761) (id 113)] [New Thread 0xbfe3c420 (LWP 1124762) (id 114)] [New Thread 0xbf63b420 (LWP 1124763) (id 115)] [New Thread 0xbee3a420 (LWP 1124764) (id 116)] [New Thread 0xbe639420 (LWP 1124765) (id 117)] [New Thread 0xbde38420 (LWP 1124766) (id 118)] [New Thread 0xbd637420 (LWP 1124767) (id 119)] [New Thread 0xbce36420 (LWP 1124768) (id 120)] [New Thread 0xbc635420 (LWP 1124769) (id 121)] [New Thread 0xbbe34420 (LWP 1124770) (id 122)] [New Thread 0xbb633420 (LWP 1124771) (id 123)] [New Thread 0xbae32420 (LWP 1124772) (id 124)] [New Thread 0xba631420 (LWP 1124773) (id 125)] [New Thread 0xb9e30420 (LWP 1124774) (id 126)] [New Thread 0xb962f420 (LWP 1124775) (id 127)] [New Thread 0xb8e2e420 (LWP 1124776) (id 128)] [New Thread 0xb862d420 (LWP 1124777) (id 129)] [New Thread 0xb7e2c420 (LWP 1124778) (id 130)] [New Thread 0xb762b420 (LWP 1124779) (id 131)] [New Thread 0xb6e2a420 (LWP 1124780) (id 132)] [New Thread 0xb6629420 (LWP 1124781) (id 133)] [New Thread 0xb5e28420 (LWP 1124782) (id 134)] [New Thread 0xb5627420 (LWP 1124783) (id 135)] [New Thread 0xb4e26420 (LWP 1124784) (id 136)] [New Thread 0xb4625420 (LWP 1124785) (id 137)] [New Thread 0xb3e24420 (LWP 1124786) (id 138)] [New Thread 0xb3623420 (LWP 1124787) (id 139)] [New Thread 0xb2e22420 (LWP 1124788) (id 140)] [New Thread 0xb2621420 (LWP 1124789) (id 141)] [New Thread 0xb1e20420 (LWP 1124790) (id 142)] [New Thread 0xb161f420 (LWP 1124791) (id 143)] [New Thread 0xb0e1e420 (LWP 1124792) (id 144)] [New Thread 0xb061d420 (LWP 1124793) (id 145)] [New Thread 0xafe1c420 (LWP 1124794) (id 146)] [New Thread 0xaf61b420 (LWP 1124795) (id 147)] [New Thread 0xaee1a420 (LWP 1124796) (id 148)] [New Thread 0xae619420 (LWP 1124797) (id 149)] [New Thread 0xade18420 (LWP 1124798) (id 150)] [New Thread 0xad617420 (LWP 1124799) (id 151)] [New Thread 0xace16420 (LWP 1124800) (id 152)] [New Thread 0xac615420 (LWP 1124801) (id 153)] [New Thread 0xabe14420 (LWP 1124802) (id 154)] [New Thread 0xab613420 (LWP 1124803) (id 155)] [New Thread 0xaae12420 (LWP 1124804) (id 156)] [New Thread 0xaa611420 (LWP 1124805) (id 157)] [New Thread 0xa9e10420 (LWP 1124806) (id 158)] [New Thread 0xa960f420 (LWP 1124807) (id 159)] [New Thread 0xa8e0e420 (LWP 1124808) (id 160)] [New Thread 0xa860d420 (LWP 1124809) (id 161)] [New Thread 0xa7e0c420 (LWP 1124810) (id 162)] [New Thread 0xa760b420 (LWP 1124811) (id 163)] [New Thread 0xa6e0a420 (LWP 1124812) (id 164)] [New Thread 0xa6609420 (LWP 1124813) (id 165)] [New Thread 0xa5e08420 (LWP 1124814) (id 166)] [New Thread 0xa5607420 (LWP 1124815) (id 167)] [New Thread 0xa4e06420 (LWP 1124816) (id 168)] [New Thread 0xa4605420 (LWP 1124817) (id 169)] [New Thread 0xa3e04420 (LWP 1124818) (id 170)] [New Thread 0xa3603420 (LWP 1124819) (id 171)] [New Thread 0xa2e02420 (LWP 1124820) (id 172)] [New Thread 0xa2601420 (LWP 1124821) (id 173)] [New Thread 0xa1e00420 (LWP 1124822) (id 174)] [New Thread 0xa15ff420 (LWP 1124823) (id 175)] [New Thread 0xa0dfe420 (LWP 1124824) (id 176)] [New Thread 0xa05fd420 (LWP 1124825) (id 177)] [New Thread 0x9fdfc420 (LWP 1124826) (id 178)] [New Thread 0x9f5fb420 (LWP 1124827) (id 179)] [New Thread 0x9edfa420 (LWP 1124828) (id 180)] [New Thread 0x9e5f9420 (LWP 1124829) (id 181)] [New Thread 0x9ddf8420 (LWP 1124830) (id 182)] [New Thread 0x9d5f7420 (LWP 1124831) (id 183)] [New Thread 0x9cdf6420 (LWP 1124832) (id 184)] [New Thread 0x9c5f5420 (LWP 1124833) (id 185)] [New Thread 0x9bdf4420 (LWP 1124834) (id 186)] [New Thread 0x9b5f3420 (LWP 1124835) (id 187)] [New Thread 0x9adf2420 (LWP 1124836) (id 188)] [New Thread 0x9a5f1420 (LWP 1124837) (id 189)] [New Thread 0x99df0420 (LWP 1124838) (id 190)] [New Thread 0x995ef420 (LWP 1124839) (id 191)] [New Thread 0x98dee420 (LWP 1124840) (id 192)] [New Thread 0x985ed420 (LWP 1124841) (id 193)] [New Thread 0x97dec420 (LWP 1124842) (id 194)] [New Thread 0x975eb420 (LWP 1124843) (id 195)] [New Thread 0x96dea420 (LWP 1124844) (id 196)] [New Thread 0x965e9420 (LWP 1124845) (id 197)] [New Thread 0x95de8420 (LWP 1124846) (id 198)] [New Thread 0x955e7420 (LWP 1124847) (id 199)] [New Thread 0x94de6420 (LWP 1124848) (id 200)] [New Thread 0x945e5420 (LWP 1124849) (id 201)] [New Thread 0x93de4420 (LWP 1124850) (id 202)] [New Thread 0x935e3420 (LWP 1124851) (id 203)] [New Thread 0x92de2420 (LWP 1124852) (id 204)] [New Thread 0x925e1420 (LWP 1124853) (id 205)] [New Thread 0x91de0420 (LWP 1124854) (id 206)] [New Thread 0x915df420 (LWP 1124855) (id 207)] [New Thread 0x90dde420 (LWP 1124856) (id 208)] [New Thread 0x905dd420 (LWP 1124857) (id 209)] [New Thread 0x8fddc420 (LWP 1124858) (id 210)] [New Thread 0x8f5db420 (LWP 1124859) (id 211)] [New Thread 0x8edda420 (LWP 1124860) (id 212)] [New Thread 0x8e5d9420 (LWP 1124861) (id 213)] [New Thread 0x8ddd8420 (LWP 1124862) (id 214)] [New Thread 0x8d5d7420 (LWP 1124863) (id 215)] [New Thread 0x8cdd6420 (LWP 1124864) (id 216)] [New Thread 0x8c5d5420 (LWP 1124865) (id 217)] [New Thread 0x8bdd4420 (LWP 1124866) (id 218)] [New Thread 0x8b5d3420 (LWP 1124867) (id 219)] [New Thread 0x8add2420 (LWP 1124868) (id 220)] [New Thread 0x8a5d1420 (LWP 1124869) (id 221)] [New Thread 0x89dd0420 (LWP 1124870) (id 222)] [New Thread 0x895cf420 (LWP 1124871) (id 223)] [New Thread 0x88dce420 (LWP 1124872) (id 224)] [New Thread 0x885cd420 (LWP 1124873) (id 225)] [New Thread 0x87dcc420 (LWP 1124874) (id 226)] [New Thread 0x875cb420 (LWP 1124875) (id 227)] [New Thread 0x86dca420 (LWP 1124876) (id 228)] [New Thread 0x865c9420 (LWP 1124877) (id 229)] [New Thread 0x85dc8420 (LWP 1124878) (id 230)] [New Thread 0x855c7420 (LWP 1124879) (id 231)] [New Thread 0x84dc6420 (LWP 1124880) (id 232)] [New Thread 0x845c5420 (LWP 1124881) (id 233)] [New Thread 0x83dc4420 (LWP 1124882) (id 234)] [New Thread 0x835c3420 (LWP 1124883) (id 235)] [New Thread 0x82dc2420 (LWP 1124884) (id 236)] [New Thread 0x825c1420 (LWP 1124885) (id 237)] [New Thread 0x81dc0420 (LWP 1124886) (id 238)] [New Thread 0x815bf420 (LWP 1124887) (id 239)] [New Thread 0x80dbe420 (LWP 1124888) (id 240)] [New Thread 0x805bd420 (LWP 1124889) (id 241)] [New Thread 0x7fdbc420 (LWP 1124890) (id 242)] [New Thread 0x7f5bb420 (LWP 1124891) (id 243)] [New Thread 0x7edba420 (LWP 1124892) (id 244)] [New Thread 0x7e5b9420 (LWP 1124893) (id 245)] [New Thread 0x7ddb8420 (LWP 1124894) (id 246)] [New Thread 0x7d5b7420 (LWP 1124895) (id 247)] [New Thread 0x7cdb6420 (LWP 1124896) (id 248)] [New Thread 0x7c5b5420 (LWP 1124897) (id 249)] [New Thread 0x7bdb4420 (LWP 1124898) (id 250)] [New Thread 0x7b5b3420 (LWP 1124899) (id 251)] [New Thread 0x7adb2420 (LWP 1124900) (id 252)] [New Thread 0x7a5b1420 (LWP 1124901) (id 253)] [New Thread 0x79db0420 (LWP 1124902) (id 254)] [New Thread 0x795af420 (LWP 1124903) (id 255)] [New Thread 0x78dae420 (LWP 1124904) (id 256)] [New Thread 0x785ad420 (LWP 1124905) (id 257)] [Switching to Thread 0x79db0420 (LWP 1124902)] Thread 254 "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 1124648 [Inferior 1 (process 1124648) 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 1124942) (id 2)] [New Thread 0xf76ab420 (LWP 1124943) (id 3)] [New Thread 0xf6eaa420 (LWP 1124944) (id 4)] [New Thread 0xf66a9420 (LWP 1124945) (id 5)] [New Thread 0xf5ea8420 (LWP 1124946) (id 6)] [New Thread 0xf56a7420 (LWP 1124947) (id 7)] [New Thread 0xf4ea6420 (LWP 1124948) (id 8)] [New Thread 0xf46a5420 (LWP 1124949) (id 9)] [New Thread 0xf3ea4420 (LWP 1124950) (id 10)] [New Thread 0xf36a3420 (LWP 1124951) (id 11)] [New Thread 0xf2ea2420 (LWP 1124952) (id 12)] [New Thread 0xf26a1420 (LWP 1124953) (id 13)] [New Thread 0xf1ea0420 (LWP 1124954) (id 14)] [New Thread 0xf169f420 (LWP 1124955) (id 15)] [New Thread 0xf0e9e420 (LWP 1124956) (id 16)] [New Thread 0xf069d420 (LWP 1124957) (id 17)] [New Thread 0xefe9c420 (LWP 1124958) (id 18)] [New Thread 0xef69b420 (LWP 1124959) (id 19)] [New Thread 0xeee9a420 (LWP 1124960) (id 20)] [New Thread 0xee699420 (LWP 1124961) (id 21)] [New Thread 0xede98420 (LWP 1124962) (id 22)] [New Thread 0xed697420 (LWP 1124963) (id 23)] [New Thread 0xece96420 (LWP 1124964) (id 24)] [New Thread 0xec695420 (LWP 1124965) (id 25)] [New Thread 0xebe94420 (LWP 1124966) (id 26)] [New Thread 0xeb693420 (LWP 1124967) (id 27)] [New Thread 0xeae92420 (LWP 1124968) (id 28)] [New Thread 0xea691420 (LWP 1124969) (id 29)] [New Thread 0xe9e90420 (LWP 1124970) (id 30)] [New Thread 0xe968f420 (LWP 1124971) (id 31)] [New Thread 0xe8e8e420 (LWP 1124972) (id 32)] [New Thread 0xe868d420 (LWP 1124973) (id 33)] [New Thread 0xe7e8c420 (LWP 1124974) (id 34)] [New Thread 0xe768b420 (LWP 1124975) (id 35)] [New Thread 0xe6e8a420 (LWP 1124976) (id 36)] [New Thread 0xe6689420 (LWP 1124977) (id 37)] [New Thread 0xe5e88420 (LWP 1124978) (id 38)] [New Thread 0xe5687420 (LWP 1124979) (id 39)] [New Thread 0xe4e86420 (LWP 1124980) (id 40)] [New Thread 0xe4685420 (LWP 1124981) (id 41)] [New Thread 0xe3e84420 (LWP 1124982) (id 42)] [New Thread 0xe3683420 (LWP 1124983) (id 43)] [New Thread 0xe2e82420 (LWP 1124984) (id 44)] [New Thread 0xe2681420 (LWP 1124985) (id 45)] [New Thread 0xe1e80420 (LWP 1124986) (id 46)] [New Thread 0xe167f420 (LWP 1124987) (id 47)] [New Thread 0xe0e7e420 (LWP 1124988) (id 48)] [New Thread 0xe067d420 (LWP 1124989) (id 49)] [New Thread 0xdfe7c420 (LWP 1124990) (id 50)] [New Thread 0xdf67b420 (LWP 1124991) (id 51)] [New Thread 0xdee7a420 (LWP 1124992) (id 52)] [New Thread 0xde679420 (LWP 1124993) (id 53)] [New Thread 0xdde78420 (LWP 1124994) (id 54)] [New Thread 0xdd677420 (LWP 1124995) (id 55)] [New Thread 0xdce76420 (LWP 1124996) (id 56)] [New Thread 0xdc675420 (LWP 1124997) (id 57)] [New Thread 0xdbe74420 (LWP 1124998) (id 58)] [New Thread 0xdb673420 (LWP 1124999) (id 59)] [New Thread 0xdae72420 (LWP 1125000) (id 60)] [New Thread 0xda671420 (LWP 1125001) (id 61)] [New Thread 0xd9e70420 (LWP 1125002) (id 62)] [New Thread 0xd966f420 (LWP 1125003) (id 63)] [New Thread 0xd8e6e420 (LWP 1125004) (id 64)] [New Thread 0xd866d420 (LWP 1125005) (id 65)] [New Thread 0xd7e6c420 (LWP 1125006) (id 66)] [New Thread 0xd766b420 (LWP 1125007) (id 67)] [New Thread 0xd6e6a420 (LWP 1125008) (id 68)] [New Thread 0xd6669420 (LWP 1125009) (id 69)] [New Thread 0xd5e68420 (LWP 1125010) (id 70)] [New Thread 0xd5667420 (LWP 1125011) (id 71)] [New Thread 0xd4e66420 (LWP 1125012) (id 72)] [New Thread 0xd4665420 (LWP 1125013) (id 73)] [New Thread 0xd3e64420 (LWP 1125014) (id 74)] [New Thread 0xd3663420 (LWP 1125015) (id 75)] [New Thread 0xd2e62420 (LWP 1125016) (id 76)] [New Thread 0xd2661420 (LWP 1125017) (id 77)] [New Thread 0xd1e60420 (LWP 1125018) (id 78)] [New Thread 0xd165f420 (LWP 1125019) (id 79)] [New Thread 0xd0e5e420 (LWP 1125020) (id 80)] [New Thread 0xd065d420 (LWP 1125021) (id 81)] [New Thread 0xcfe5c420 (LWP 1125022) (id 82)] [New Thread 0xcf65b420 (LWP 1125023) (id 83)] [New Thread 0xcee5a420 (LWP 1125024) (id 84)] [New Thread 0xce659420 (LWP 1125025) (id 85)] [New Thread 0xcde58420 (LWP 1125026) (id 86)] [New Thread 0xcd657420 (LWP 1125027) (id 87)] [New Thread 0xcce56420 (LWP 1125028) (id 88)] [New Thread 0xcc655420 (LWP 1125029) (id 89)] [New Thread 0xcbe54420 (LWP 1125030) (id 90)] [New Thread 0xcb653420 (LWP 1125031) (id 91)] [New Thread 0xcae52420 (LWP 1125032) (id 92)] [New Thread 0xca651420 (LWP 1125033) (id 93)] [New Thread 0xc9e50420 (LWP 1125034) (id 94)] [New Thread 0xc964f420 (LWP 1125035) (id 95)] [New Thread 0xc8e4e420 (LWP 1125036) (id 96)] [New Thread 0xc864d420 (LWP 1125037) (id 97)] [New Thread 0xc7e4c420 (LWP 1125038) (id 98)] [New Thread 0xc764b420 (LWP 1125039) (id 99)] [New Thread 0xc6e4a420 (LWP 1125040) (id 100)] [New Thread 0xc6649420 (LWP 1125041) (id 101)] [New Thread 0xc5e48420 (LWP 1125042) (id 102)] [New Thread 0xc5647420 (LWP 1125043) (id 103)] [New Thread 0xc4e46420 (LWP 1125044) (id 104)] [New Thread 0xc4645420 (LWP 1125045) (id 105)] [New Thread 0xc3e44420 (LWP 1125046) (id 106)] [New Thread 0xc3643420 (LWP 1125047) (id 107)] [New Thread 0xc2e42420 (LWP 1125048) (id 108)] [New Thread 0xc2641420 (LWP 1125049) (id 109)] [New Thread 0xc1e40420 (LWP 1125050) (id 110)] [New Thread 0xc163f420 (LWP 1125051) (id 111)] [New Thread 0xc0e3e420 (LWP 1125052) (id 112)] [New Thread 0xc063d420 (LWP 1125053) (id 113)] [New Thread 0xbfe3c420 (LWP 1125054) (id 114)] [New Thread 0xbf63b420 (LWP 1125055) (id 115)] [New Thread 0xbee3a420 (LWP 1125056) (id 116)] [New Thread 0xbe639420 (LWP 1125057) (id 117)] [New Thread 0xbde38420 (LWP 1125058) (id 118)] [New Thread 0xbd637420 (LWP 1125059) (id 119)] [New Thread 0xbce36420 (LWP 1125060) (id 120)] [New Thread 0xbc635420 (LWP 1125061) (id 121)] [New Thread 0xbbe34420 (LWP 1125062) (id 122)] [New Thread 0xbb633420 (LWP 1125063) (id 123)] [New Thread 0xbae32420 (LWP 1125064) (id 124)] [New Thread 0xba631420 (LWP 1125065) (id 125)] [New Thread 0xb9e30420 (LWP 1125066) (id 126)] [New Thread 0xb962f420 (LWP 1125067) (id 127)] [New Thread 0xb8e2e420 (LWP 1125068) (id 128)] [New Thread 0xb862d420 (LWP 1125069) (id 129)] [New Thread 0xb7e2c420 (LWP 1125070) (id 130)] [New Thread 0xb762b420 (LWP 1125071) (id 131)] [New Thread 0xb6e2a420 (LWP 1125072) (id 132)] [New Thread 0xb6629420 (LWP 1125073) (id 133)] [New Thread 0xb5e28420 (LWP 1125074) (id 134)] [New Thread 0xb5627420 (LWP 1125075) (id 135)] [New Thread 0xb4e26420 (LWP 1125076) (id 136)] [New Thread 0xb4625420 (LWP 1125077) (id 137)] [New Thread 0xb3e24420 (LWP 1125078) (id 138)] [New Thread 0xb3623420 (LWP 1125079) (id 139)] [New Thread 0xb2e22420 (LWP 1125080) (id 140)] [New Thread 0xb2621420 (LWP 1125081) (id 141)] [New Thread 0xb1e20420 (LWP 1125082) (id 142)] [New Thread 0xb161f420 (LWP 1125083) (id 143)] [New Thread 0xb0e1e420 (LWP 1125084) (id 144)] [New Thread 0xb061d420 (LWP 1125085) (id 145)] [New Thread 0xafe1c420 (LWP 1125086) (id 146)] [New Thread 0xaf61b420 (LWP 1125087) (id 147)] [New Thread 0xaee1a420 (LWP 1125088) (id 148)] [New Thread 0xae619420 (LWP 1125089) (id 149)] [New Thread 0xade18420 (LWP 1125090) (id 150)] [New Thread 0xad617420 (LWP 1125091) (id 151)] [New Thread 0xace16420 (LWP 1125092) (id 152)] [New Thread 0xac615420 (LWP 1125093) (id 153)] [New Thread 0xabe14420 (LWP 1125094) (id 154)] [New Thread 0xab613420 (LWP 1125095) (id 155)] [New Thread 0xaae12420 (LWP 1125096) (id 156)] [New Thread 0xaa611420 (LWP 1125097) (id 157)] [New Thread 0xa9e10420 (LWP 1125098) (id 158)] [New Thread 0xa960f420 (LWP 1125099) (id 159)] [New Thread 0xa8e0e420 (LWP 1125100) (id 160)] [New Thread 0xa860d420 (LWP 1125101) (id 161)] [New Thread 0xa7e0c420 (LWP 1125102) (id 162)] [New Thread 0xa760b420 (LWP 1125103) (id 163)] [New Thread 0xa6e0a420 (LWP 1125104) (id 164)] [New Thread 0xa6609420 (LWP 1125105) (id 165)] [New Thread 0xa5e08420 (LWP 1125106) (id 166)] [New Thread 0xa5607420 (LWP 1125107) (id 167)] [New Thread 0xa4e06420 (LWP 1125108) (id 168)] [New Thread 0xa4605420 (LWP 1125109) (id 169)] [New Thread 0xa3e04420 (LWP 1125110) (id 170)] [New Thread 0xa3603420 (LWP 1125111) (id 171)] [New Thread 0xa2e02420 (LWP 1125112) (id 172)] [New Thread 0xa2601420 (LWP 1125113) (id 173)] [New Thread 0xa1e00420 (LWP 1125114) (id 174)] [New Thread 0xa15ff420 (LWP 1125115) (id 175)] [New Thread 0xa0dfe420 (LWP 1125116) (id 176)] [New Thread 0xa05fd420 (LWP 1125117) (id 177)] [New Thread 0x9fdfc420 (LWP 1125118) (id 178)] [New Thread 0x9f5fb420 (LWP 1125119) (id 179)] [New Thread 0x9edfa420 (LWP 1125120) (id 180)] [New Thread 0x9e5f9420 (LWP 1125121) (id 181)] [New Thread 0x9ddf8420 (LWP 1125122) (id 182)] [New Thread 0x9d5f7420 (LWP 1125123) (id 183)] [New Thread 0x9cdf6420 (LWP 1125124) (id 184)] [New Thread 0x9c5f5420 (LWP 1125125) (id 185)] [New Thread 0x9bdf4420 (LWP 1125126) (id 186)] [New Thread 0x9b5f3420 (LWP 1125127) (id 187)] [New Thread 0x9adf2420 (LWP 1125128) (id 188)] [New Thread 0x9a5f1420 (LWP 1125129) (id 189)] [New Thread 0x99df0420 (LWP 1125130) (id 190)] [New Thread 0x995ef420 (LWP 1125131) (id 191)] [New Thread 0x98dee420 (LWP 1125132) (id 192)] [New Thread 0x985ed420 (LWP 1125133) (id 193)] [New Thread 0x97dec420 (LWP 1125134) (id 194)] [New Thread 0x975eb420 (LWP 1125135) (id 195)] [New Thread 0x96dea420 (LWP 1125136) (id 196)] [New Thread 0x965e9420 (LWP 1125137) (id 197)] [New Thread 0x95de8420 (LWP 1125138) (id 198)] [New Thread 0x955e7420 (LWP 1125139) (id 199)] [New Thread 0x94de6420 (LWP 1125140) (id 200)] [New Thread 0x945e5420 (LWP 1125141) (id 201)] [New Thread 0x93de4420 (LWP 1125142) (id 202)] [New Thread 0x935e3420 (LWP 1125143) (id 203)] [New Thread 0x92de2420 (LWP 1125144) (id 204)] [New Thread 0x925e1420 (LWP 1125145) (id 205)] [New Thread 0x91de0420 (LWP 1125146) (id 206)] [New Thread 0x915df420 (LWP 1125147) (id 207)] [New Thread 0x90dde420 (LWP 1125148) (id 208)] [New Thread 0x905dd420 (LWP 1125149) (id 209)] [New Thread 0x8fddc420 (LWP 1125150) (id 210)] [New Thread 0x8f5db420 (LWP 1125151) (id 211)] [New Thread 0x8edda420 (LWP 1125152) (id 212)] [New Thread 0x8e5d9420 (LWP 1125153) (id 213)] [New Thread 0x8ddd8420 (LWP 1125154) (id 214)] [New Thread 0x8d5d7420 (LWP 1125155) (id 215)] [New Thread 0x8cdd6420 (LWP 1125156) (id 216)] [New Thread 0x8c5d5420 (LWP 1125157) (id 217)] [New Thread 0x8bdd4420 (LWP 1125158) (id 218)] [New Thread 0x8b5d3420 (LWP 1125159) (id 219)] [New Thread 0x8add2420 (LWP 1125160) (id 220)] [New Thread 0x8a5d1420 (LWP 1125161) (id 221)] [New Thread 0x89dd0420 (LWP 1125162) (id 222)] [New Thread 0x895cf420 (LWP 1125163) (id 223)] [New Thread 0x88dce420 (LWP 1125164) (id 224)] [New Thread 0x885cd420 (LWP 1125165) (id 225)] [New Thread 0x87dcc420 (LWP 1125166) (id 226)] [New Thread 0x875cb420 (LWP 1125167) (id 227)] [New Thread 0x86dca420 (LWP 1125168) (id 228)] [New Thread 0x865c9420 (LWP 1125169) (id 229)] [New Thread 0x85dc8420 (LWP 1125170) (id 230)] [New Thread 0x855c7420 (LWP 1125171) (id 231)] [New Thread 0x84dc6420 (LWP 1125172) (id 232)] [New Thread 0x845c5420 (LWP 1125173) (id 233)] [New Thread 0x83dc4420 (LWP 1125174) (id 234)] [New Thread 0x835c3420 (LWP 1125175) (id 235)] [New Thread 0x82dc2420 (LWP 1125176) (id 236)] [New Thread 0x825c1420 (LWP 1125177) (id 237)] [New Thread 0x81dc0420 (LWP 1125178) (id 238)] [New Thread 0x815bf420 (LWP 1125179) (id 239)] [New Thread 0x80dbe420 (LWP 1125180) (id 240)] [New Thread 0x805bd420 (LWP 1125181) (id 241)] [New Thread 0x7fdbc420 (LWP 1125182) (id 242)] [New Thread 0x7f5bb420 (LWP 1125183) (id 243)] [New Thread 0x7edba420 (LWP 1125184) (id 244)] [New Thread 0x7e5b9420 (LWP 1125185) (id 245)] [New Thread 0x7ddb8420 (LWP 1125186) (id 246)] [New Thread 0x7d5b7420 (LWP 1125187) (id 247)] [New Thread 0x7cdb6420 (LWP 1125188) (id 248)] [New Thread 0x7c5b5420 (LWP 1125189) (id 249)] [New Thread 0x7bdb4420 (LWP 1125190) (id 250)] [New Thread 0x7b5b3420 (LWP 1125191) (id 251)] [New Thread 0x7adb2420 (LWP 1125192) (id 252)] [New Thread 0x7a5b1420 (LWP 1125193) (id 253)] [New Thread 0x79db0420 (LWP 1125194) (id 254)] [New Thread 0x795af420 (LWP 1125195) (id 255)] [New Thread 0x78dae420 (LWP 1125196) (id 256)] [New Thread 0x785ad420 (LWP 1125197) (id 257)] [Switching to Thread 0xb862d420 (LWP 1125069)] Thread 129 "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 1124940 [Inferior 1 (process 1124940) 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 1125234) (id 2)] [New Thread 0xf76ab420 (LWP 1125235) (id 3)] [New Thread 0xf6eaa420 (LWP 1125236) (id 4)] [New Thread 0xf66a9420 (LWP 1125237) (id 5)] [New Thread 0xf5ea8420 (LWP 1125238) (id 6)] [New Thread 0xf56a7420 (LWP 1125239) (id 7)] [New Thread 0xf4ea6420 (LWP 1125240) (id 8)] [New Thread 0xf46a5420 (LWP 1125241) (id 9)] [New Thread 0xf3ea4420 (LWP 1125242) (id 10)] [New Thread 0xf36a3420 (LWP 1125243) (id 11)] [New Thread 0xf2ea2420 (LWP 1125244) (id 12)] [New Thread 0xf26a1420 (LWP 1125245) (id 13)] [New Thread 0xf1ea0420 (LWP 1125246) (id 14)] [New Thread 0xf169f420 (LWP 1125247) (id 15)] [New Thread 0xf0e9e420 (LWP 1125248) (id 16)] [New Thread 0xf069d420 (LWP 1125249) (id 17)] [New Thread 0xefe9c420 (LWP 1125250) (id 18)] [New Thread 0xef69b420 (LWP 1125251) (id 19)] [New Thread 0xeee9a420 (LWP 1125252) (id 20)] [New Thread 0xee699420 (LWP 1125253) (id 21)] [New Thread 0xede98420 (LWP 1125254) (id 22)] [New Thread 0xed697420 (LWP 1125255) (id 23)] [New Thread 0xece96420 (LWP 1125256) (id 24)] [New Thread 0xec695420 (LWP 1125257) (id 25)] [New Thread 0xebe94420 (LWP 1125258) (id 26)] [New Thread 0xeb693420 (LWP 1125259) (id 27)] [New Thread 0xeae92420 (LWP 1125260) (id 28)] [New Thread 0xea691420 (LWP 1125261) (id 29)] [New Thread 0xe9e90420 (LWP 1125262) (id 30)] [New Thread 0xe968f420 (LWP 1125263) (id 31)] [New Thread 0xe8e8e420 (LWP 1125264) (id 32)] [New Thread 0xe868d420 (LWP 1125265) (id 33)] [New Thread 0xe7e8c420 (LWP 1125266) (id 34)] [New Thread 0xe768b420 (LWP 1125267) (id 35)] [New Thread 0xe6e8a420 (LWP 1125268) (id 36)] [New Thread 0xe6689420 (LWP 1125269) (id 37)] [New Thread 0xe5e88420 (LWP 1125270) (id 38)] [New Thread 0xe5687420 (LWP 1125271) (id 39)] [New Thread 0xe4e86420 (LWP 1125272) (id 40)] [New Thread 0xe4685420 (LWP 1125273) (id 41)] [New Thread 0xe3e84420 (LWP 1125274) (id 42)] [New Thread 0xe3683420 (LWP 1125275) (id 43)] [New Thread 0xe2e82420 (LWP 1125276) (id 44)] [New Thread 0xe2681420 (LWP 1125277) (id 45)] [New Thread 0xe1e80420 (LWP 1125278) (id 46)] [New Thread 0xe167f420 (LWP 1125279) (id 47)] [New Thread 0xe0e7e420 (LWP 1125280) (id 48)] [New Thread 0xe067d420 (LWP 1125281) (id 49)] [New Thread 0xdfe7c420 (LWP 1125282) (id 50)] [New Thread 0xdf67b420 (LWP 1125283) (id 51)] [New Thread 0xdee7a420 (LWP 1125284) (id 52)] [New Thread 0xde679420 (LWP 1125285) (id 53)] [New Thread 0xdde78420 (LWP 1125286) (id 54)] [New Thread 0xdd677420 (LWP 1125287) (id 55)] [New Thread 0xdce76420 (LWP 1125288) (id 56)] [New Thread 0xdc675420 (LWP 1125289) (id 57)] [New Thread 0xdbe74420 (LWP 1125290) (id 58)] [New Thread 0xdb673420 (LWP 1125291) (id 59)] [New Thread 0xdae72420 (LWP 1125292) (id 60)] [New Thread 0xda671420 (LWP 1125293) (id 61)] [New Thread 0xd9e70420 (LWP 1125294) (id 62)] [New Thread 0xd966f420 (LWP 1125295) (id 63)] [New Thread 0xd8e6e420 (LWP 1125296) (id 64)] [New Thread 0xd866d420 (LWP 1125297) (id 65)] [New Thread 0xd7e6c420 (LWP 1125298) (id 66)] [New Thread 0xd766b420 (LWP 1125299) (id 67)] [New Thread 0xd6e6a420 (LWP 1125300) (id 68)] [New Thread 0xd6669420 (LWP 1125301) (id 69)] [New Thread 0xd5e68420 (LWP 1125302) (id 70)] [New Thread 0xd5667420 (LWP 1125303) (id 71)] [New Thread 0xd4e66420 (LWP 1125304) (id 72)] [New Thread 0xd4665420 (LWP 1125305) (id 73)] [New Thread 0xd3e64420 (LWP 1125306) (id 74)] [New Thread 0xd3663420 (LWP 1125307) (id 75)] [New Thread 0xd2e62420 (LWP 1125308) (id 76)] [New Thread 0xd2661420 (LWP 1125309) (id 77)] [New Thread 0xd1e60420 (LWP 1125310) (id 78)] [New Thread 0xd165f420 (LWP 1125311) (id 79)] [New Thread 0xd0e5e420 (LWP 1125312) (id 80)] [New Thread 0xd065d420 (LWP 1125313) (id 81)] [New Thread 0xcfe5c420 (LWP 1125314) (id 82)] [New Thread 0xcf65b420 (LWP 1125315) (id 83)] [New Thread 0xcee5a420 (LWP 1125316) (id 84)] [New Thread 0xce659420 (LWP 1125317) (id 85)] [New Thread 0xcde58420 (LWP 1125318) (id 86)] [New Thread 0xcd657420 (LWP 1125319) (id 87)] [New Thread 0xcce56420 (LWP 1125320) (id 88)] [New Thread 0xcc655420 (LWP 1125321) (id 89)] [New Thread 0xcbe54420 (LWP 1125322) (id 90)] [New Thread 0xcb653420 (LWP 1125323) (id 91)] [New Thread 0xcae52420 (LWP 1125324) (id 92)] [New Thread 0xca651420 (LWP 1125325) (id 93)] [New Thread 0xc9e50420 (LWP 1125326) (id 94)] [New Thread 0xc964f420 (LWP 1125327) (id 95)] [New Thread 0xc8e4e420 (LWP 1125328) (id 96)] [New Thread 0xc864d420 (LWP 1125329) (id 97)] [New Thread 0xc7e4c420 (LWP 1125330) (id 98)] [New Thread 0xc764b420 (LWP 1125331) (id 99)] [New Thread 0xc6e4a420 (LWP 1125332) (id 100)] [New Thread 0xc6649420 (LWP 1125333) (id 101)] [New Thread 0xc5e48420 (LWP 1125334) (id 102)] [New Thread 0xc5647420 (LWP 1125335) (id 103)] [New Thread 0xc4e46420 (LWP 1125336) (id 104)] [New Thread 0xc4645420 (LWP 1125337) (id 105)] [New Thread 0xc3e44420 (LWP 1125338) (id 106)] [New Thread 0xc3643420 (LWP 1125339) (id 107)] [New Thread 0xc2e42420 (LWP 1125340) (id 108)] [New Thread 0xc2641420 (LWP 1125341) (id 109)] [New Thread 0xc1e40420 (LWP 1125342) (id 110)] [New Thread 0xc163f420 (LWP 1125343) (id 111)] [New Thread 0xc0e3e420 (LWP 1125344) (id 112)] [New Thread 0xc063d420 (LWP 1125345) (id 113)] [New Thread 0xbfe3c420 (LWP 1125346) (id 114)] [New Thread 0xbf63b420 (LWP 1125347) (id 115)] [New Thread 0xbee3a420 (LWP 1125348) (id 116)] [New Thread 0xbe639420 (LWP 1125349) (id 117)] [New Thread 0xbde38420 (LWP 1125350) (id 118)] [New Thread 0xbd637420 (LWP 1125351) (id 119)] [New Thread 0xbce36420 (LWP 1125352) (id 120)] [New Thread 0xbc635420 (LWP 1125353) (id 121)] [New Thread 0xbbe34420 (LWP 1125354) (id 122)] [New Thread 0xbb633420 (LWP 1125355) (id 123)] [New Thread 0xbae32420 (LWP 1125356) (id 124)] [New Thread 0xba631420 (LWP 1125357) (id 125)] [New Thread 0xb9e30420 (LWP 1125358) (id 126)] [New Thread 0xb962f420 (LWP 1125359) (id 127)] [New Thread 0xb8e2e420 (LWP 1125360) (id 128)] [New Thread 0xb862d420 (LWP 1125361) (id 129)] [New Thread 0xb7e2c420 (LWP 1125362) (id 130)] [New Thread 0xb762b420 (LWP 1125363) (id 131)] [New Thread 0xb6e2a420 (LWP 1125364) (id 132)] [New Thread 0xb6629420 (LWP 1125365) (id 133)] [New Thread 0xb5e28420 (LWP 1125366) (id 134)] [New Thread 0xb5627420 (LWP 1125367) (id 135)] [New Thread 0xb4e26420 (LWP 1125368) (id 136)] [New Thread 0xb4625420 (LWP 1125369) (id 137)] [New Thread 0xb3e24420 (LWP 1125370) (id 138)] [New Thread 0xb3623420 (LWP 1125371) (id 139)] [New Thread 0xb2e22420 (LWP 1125372) (id 140)] [New Thread 0xb2621420 (LWP 1125373) (id 141)] [New Thread 0xb1e20420 (LWP 1125374) (id 142)] [New Thread 0xb161f420 (LWP 1125375) (id 143)] [New Thread 0xb0e1e420 (LWP 1125376) (id 144)] [New Thread 0xb061d420 (LWP 1125377) (id 145)] [New Thread 0xafe1c420 (LWP 1125378) (id 146)] [New Thread 0xaf61b420 (LWP 1125379) (id 147)] [New Thread 0xaee1a420 (LWP 1125380) (id 148)] [New Thread 0xae619420 (LWP 1125381) (id 149)] [New Thread 0xade18420 (LWP 1125382) (id 150)] [New Thread 0xad617420 (LWP 1125383) (id 151)] [New Thread 0xace16420 (LWP 1125384) (id 152)] [New Thread 0xac615420 (LWP 1125385) (id 153)] [New Thread 0xabe14420 (LWP 1125386) (id 154)] [New Thread 0xab613420 (LWP 1125387) (id 155)] [New Thread 0xaae12420 (LWP 1125388) (id 156)] [New Thread 0xaa611420 (LWP 1125389) (id 157)] [New Thread 0xa9e10420 (LWP 1125390) (id 158)] [New Thread 0xa960f420 (LWP 1125391) (id 159)] [New Thread 0xa8e0e420 (LWP 1125392) (id 160)] [New Thread 0xa860d420 (LWP 1125393) (id 161)] [New Thread 0xa7e0c420 (LWP 1125394) (id 162)] [New Thread 0xa760b420 (LWP 1125395) (id 163)] [New Thread 0xa6e0a420 (LWP 1125396) (id 164)] [New Thread 0xa6609420 (LWP 1125397) (id 165)] [New Thread 0xa5e08420 (LWP 1125398) (id 166)] [New Thread 0xa5607420 (LWP 1125399) (id 167)] [New Thread 0xa4e06420 (LWP 1125400) (id 168)] [New Thread 0xa4605420 (LWP 1125401) (id 169)] [New Thread 0xa3e04420 (LWP 1125402) (id 170)] [New Thread 0xa3603420 (LWP 1125403) (id 171)] [New Thread 0xa2e02420 (LWP 1125404) (id 172)] [New Thread 0xa2601420 (LWP 1125405) (id 173)] [New Thread 0xa1e00420 (LWP 1125406) (id 174)] [New Thread 0xa15ff420 (LWP 1125407) (id 175)] [New Thread 0xa0dfe420 (LWP 1125408) (id 176)] [New Thread 0xa05fd420 (LWP 1125409) (id 177)] [New Thread 0x9fdfc420 (LWP 1125410) (id 178)] [New Thread 0x9f5fb420 (LWP 1125411) (id 179)] [New Thread 0x9edfa420 (LWP 1125412) (id 180)] [New Thread 0x9e5f9420 (LWP 1125413) (id 181)] [New Thread 0x9ddf8420 (LWP 1125414) (id 182)] [New Thread 0x9d5f7420 (LWP 1125415) (id 183)] [New Thread 0x9cdf6420 (LWP 1125416) (id 184)] [New Thread 0x9c5f5420 (LWP 1125417) (id 185)] [New Thread 0x9bdf4420 (LWP 1125418) (id 186)] [New Thread 0x9b5f3420 (LWP 1125419) (id 187)] [New Thread 0x9adf2420 (LWP 1125420) (id 188)] [New Thread 0x9a5f1420 (LWP 1125421) (id 189)] [New Thread 0x99df0420 (LWP 1125422) (id 190)] [New Thread 0x995ef420 (LWP 1125423) (id 191)] [New Thread 0x98dee420 (LWP 1125424) (id 192)] [New Thread 0x985ed420 (LWP 1125425) (id 193)] [New Thread 0x97dec420 (LWP 1125426) (id 194)] [New Thread 0x975eb420 (LWP 1125427) (id 195)] [New Thread 0x96dea420 (LWP 1125428) (id 196)] [New Thread 0x965e9420 (LWP 1125429) (id 197)] [New Thread 0x95de8420 (LWP 1125430) (id 198)] [New Thread 0x955e7420 (LWP 1125431) (id 199)] [New Thread 0x94de6420 (LWP 1125432) (id 200)] [New Thread 0x945e5420 (LWP 1125433) (id 201)] [New Thread 0x93de4420 (LWP 1125434) (id 202)] [New Thread 0x935e3420 (LWP 1125435) (id 203)] [New Thread 0x92de2420 (LWP 1125436) (id 204)] [New Thread 0x925e1420 (LWP 1125437) (id 205)] [New Thread 0x91de0420 (LWP 1125438) (id 206)] [New Thread 0x915df420 (LWP 1125439) (id 207)] [New Thread 0x90dde420 (LWP 1125440) (id 208)] [New Thread 0x905dd420 (LWP 1125441) (id 209)] [New Thread 0x8fddc420 (LWP 1125442) (id 210)] [New Thread 0x8f5db420 (LWP 1125443) (id 211)] [New Thread 0x8edda420 (LWP 1125444) (id 212)] [New Thread 0x8e5d9420 (LWP 1125445) (id 213)] [New Thread 0x8ddd8420 (LWP 1125446) (id 214)] [New Thread 0x8d5d7420 (LWP 1125447) (id 215)] [New Thread 0x8cdd6420 (LWP 1125448) (id 216)] [New Thread 0x8c5d5420 (LWP 1125449) (id 217)] [New Thread 0x8bdd4420 (LWP 1125450) (id 218)] [New Thread 0x8b5d3420 (LWP 1125451) (id 219)] [New Thread 0x8add2420 (LWP 1125452) (id 220)] [New Thread 0x8a5d1420 (LWP 1125453) (id 221)] [New Thread 0x89dd0420 (LWP 1125454) (id 222)] [New Thread 0x895cf420 (LWP 1125455) (id 223)] [New Thread 0x88dce420 (LWP 1125456) (id 224)] [New Thread 0x885cd420 (LWP 1125457) (id 225)] [New Thread 0x87dcc420 (LWP 1125458) (id 226)] [New Thread 0x875cb420 (LWP 1125459) (id 227)] [New Thread 0x86dca420 (LWP 1125460) (id 228)] [New Thread 0x865c9420 (LWP 1125461) (id 229)] [New Thread 0x85dc8420 (LWP 1125462) (id 230)] [New Thread 0x855c7420 (LWP 1125463) (id 231)] [New Thread 0x84dc6420 (LWP 1125464) (id 232)] [New Thread 0x845c5420 (LWP 1125465) (id 233)] [New Thread 0x83dc4420 (LWP 1125466) (id 234)] [New Thread 0x835c3420 (LWP 1125467) (id 235)] [New Thread 0x82dc2420 (LWP 1125468) (id 236)] [New Thread 0x825c1420 (LWP 1125469) (id 237)] [New Thread 0x81dc0420 (LWP 1125470) (id 238)] [New Thread 0x815bf420 (LWP 1125471) (id 239)] [New Thread 0x80dbe420 (LWP 1125472) (id 240)] [New Thread 0x805bd420 (LWP 1125473) (id 241)] [New Thread 0x7fdbc420 (LWP 1125474) (id 242)] [New Thread 0x7f5bb420 (LWP 1125475) (id 243)] [New Thread 0x7edba420 (LWP 1125476) (id 244)] [New Thread 0x7e5b9420 (LWP 1125477) (id 245)] [New Thread 0x7ddb8420 (LWP 1125478) (id 246)] [New Thread 0x7d5b7420 (LWP 1125479) (id 247)] [New Thread 0x7cdb6420 (LWP 1125480) (id 248)] [New Thread 0x7c5b5420 (LWP 1125481) (id 249)] [New Thread 0x7bdb4420 (LWP 1125482) (id 250)] [New Thread 0x7b5b3420 (LWP 1125483) (id 251)] [New Thread 0x7adb2420 (LWP 1125484) (id 252)] [New Thread 0x7a5b1420 (LWP 1125485) (id 253)] [New Thread 0x79db0420 (LWP 1125486) (id 254)] [New Thread 0x795af420 (LWP 1125487) (id 255)] [New Thread 0x78dae420 (LWP 1125488) (id 256)] [New Thread 0x785ad420 (LWP 1125489) (id 257)] [Switching to Thread 0xb762b420 (LWP 1125363)] Thread 131 "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 = 1125232 (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: get integer valueof "mypid" Executing on target: kill -9 1125232 (timeout = 300) builtin_spawn -ignore SIGHUP kill -9 1125232 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 1125232 [Inferior 1 (process 1125232) 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 1125552) (id 2)] [New Thread 0xf76ab420 (LWP 1125553) (id 3)] [New Thread 0xf6eaa420 (LWP 1125554) (id 4)] [New Thread 0xf66a9420 (LWP 1125555) (id 5)] [New Thread 0xf5ea8420 (LWP 1125556) (id 6)] [New Thread 0xf56a7420 (LWP 1125557) (id 7)] [New Thread 0xf4ea6420 (LWP 1125558) (id 8)] [New Thread 0xf46a5420 (LWP 1125559) (id 9)] [New Thread 0xf3ea4420 (LWP 1125560) (id 10)] [New Thread 0xf36a3420 (LWP 1125561) (id 11)] [New Thread 0xf2ea2420 (LWP 1125562) (id 12)] [New Thread 0xf26a1420 (LWP 1125563) (id 13)] [New Thread 0xf1ea0420 (LWP 1125564) (id 14)] [New Thread 0xf169f420 (LWP 1125565) (id 15)] [New Thread 0xf0e9e420 (LWP 1125566) (id 16)] [New Thread 0xf069d420 (LWP 1125567) (id 17)] [New Thread 0xefe9c420 (LWP 1125568) (id 18)] [New Thread 0xef69b420 (LWP 1125569) (id 19)] [New Thread 0xeee9a420 (LWP 1125570) (id 20)] [New Thread 0xee699420 (LWP 1125571) (id 21)] [New Thread 0xede98420 (LWP 1125572) (id 22)] [New Thread 0xed697420 (LWP 1125573) (id 23)] [New Thread 0xece96420 (LWP 1125574) (id 24)] [New Thread 0xec695420 (LWP 1125575) (id 25)] [New Thread 0xebe94420 (LWP 1125576) (id 26)] [New Thread 0xeb693420 (LWP 1125577) (id 27)] [New Thread 0xeae92420 (LWP 1125578) (id 28)] [New Thread 0xea691420 (LWP 1125579) (id 29)] [New Thread 0xe9e90420 (LWP 1125580) (id 30)] [New Thread 0xe968f420 (LWP 1125581) (id 31)] [New Thread 0xe8e8e420 (LWP 1125582) (id 32)] [New Thread 0xe868d420 (LWP 1125583) (id 33)] [New Thread 0xe7e8c420 (LWP 1125584) (id 34)] [New Thread 0xe768b420 (LWP 1125585) (id 35)] [New Thread 0xe6e8a420 (LWP 1125586) (id 36)] [New Thread 0xe6689420 (LWP 1125587) (id 37)] [New Thread 0xe5e88420 (LWP 1125588) (id 38)] [New Thread 0xe5687420 (LWP 1125589) (id 39)] [New Thread 0xe4e86420 (LWP 1125590) (id 40)] [New Thread 0xe4685420 (LWP 1125591) (id 41)] [New Thread 0xe3e84420 (LWP 1125592) (id 42)] [New Thread 0xe3683420 (LWP 1125593) (id 43)] [New Thread 0xe2e82420 (LWP 1125594) (id 44)] [New Thread 0xe2681420 (LWP 1125595) (id 45)] [New Thread 0xe1e80420 (LWP 1125596) (id 46)] [New Thread 0xe167f420 (LWP 1125597) (id 47)] [New Thread 0xe0e7e420 (LWP 1125598) (id 48)] [New Thread 0xe067d420 (LWP 1125599) (id 49)] [New Thread 0xdfe7c420 (LWP 1125600) (id 50)] [New Thread 0xdf67b420 (LWP 1125601) (id 51)] [New Thread 0xdee7a420 (LWP 1125602) (id 52)] [New Thread 0xde679420 (LWP 1125603) (id 53)] [New Thread 0xdde78420 (LWP 1125604) (id 54)] [New Thread 0xdd677420 (LWP 1125605) (id 55)] [New Thread 0xdce76420 (LWP 1125606) (id 56)] [New Thread 0xdc675420 (LWP 1125607) (id 57)] [New Thread 0xdbe74420 (LWP 1125608) (id 58)] [New Thread 0xdb673420 (LWP 1125609) (id 59)] [New Thread 0xdae72420 (LWP 1125610) (id 60)] [New Thread 0xda671420 (LWP 1125611) (id 61)] [New Thread 0xd9e70420 (LWP 1125612) (id 62)] [New Thread 0xd966f420 (LWP 1125613) (id 63)] [New Thread 0xd8e6e420 (LWP 1125614) (id 64)] [New Thread 0xd866d420 (LWP 1125615) (id 65)] [New Thread 0xd7e6c420 (LWP 1125616) (id 66)] [New Thread 0xd766b420 (LWP 1125617) (id 67)] [New Thread 0xd6e6a420 (LWP 1125618) (id 68)] [New Thread 0xd6669420 (LWP 1125619) (id 69)] [New Thread 0xd5e68420 (LWP 1125620) (id 70)] [New Thread 0xd5667420 (LWP 1125621) (id 71)] [New Thread 0xd4e66420 (LWP 1125622) (id 72)] [New Thread 0xd4665420 (LWP 1125623) (id 73)] [New Thread 0xd3e64420 (LWP 1125624) (id 74)] [New Thread 0xd3663420 (LWP 1125625) (id 75)] [New Thread 0xd2e62420 (LWP 1125626) (id 76)] [New Thread 0xd2661420 (LWP 1125627) (id 77)] [New Thread 0xd1e60420 (LWP 1125628) (id 78)] [New Thread 0xd165f420 (LWP 1125629) (id 79)] [New Thread 0xd0e5e420 (LWP 1125630) (id 80)] [New Thread 0xd065d420 (LWP 1125631) (id 81)] [New Thread 0xcfe5c420 (LWP 1125632) (id 82)] [New Thread 0xcf65b420 (LWP 1125633) (id 83)] [New Thread 0xcee5a420 (LWP 1125634) (id 84)] [New Thread 0xce659420 (LWP 1125635) (id 85)] [New Thread 0xcde58420 (LWP 1125636) (id 86)] [New Thread 0xcd657420 (LWP 1125637) (id 87)] [New Thread 0xcce56420 (LWP 1125638) (id 88)] [New Thread 0xcc655420 (LWP 1125639) (id 89)] [New Thread 0xcbe54420 (LWP 1125640) (id 90)] [New Thread 0xcb653420 (LWP 1125641) (id 91)] [New Thread 0xcae52420 (LWP 1125642) (id 92)] [New Thread 0xca651420 (LWP 1125643) (id 93)] [New Thread 0xc9e50420 (LWP 1125644) (id 94)] [New Thread 0xc964f420 (LWP 1125645) (id 95)] [New Thread 0xc8e4e420 (LWP 1125646) (id 96)] [New Thread 0xc864d420 (LWP 1125647) (id 97)] [New Thread 0xc7e4c420 (LWP 1125648) (id 98)] [New Thread 0xc764b420 (LWP 1125649) (id 99)] [New Thread 0xc6e4a420 (LWP 1125650) (id 100)] [New Thread 0xc6649420 (LWP 1125651) (id 101)] [New Thread 0xc5e48420 (LWP 1125652) (id 102)] [New Thread 0xc5647420 (LWP 1125653) (id 103)] [New Thread 0xc4e46420 (LWP 1125654) (id 104)] [New Thread 0xc4645420 (LWP 1125655) (id 105)] [New Thread 0xc3e44420 (LWP 1125656) (id 106)] [New Thread 0xc3643420 (LWP 1125657) (id 107)] [New Thread 0xc2e42420 (LWP 1125658) (id 108)] [New Thread 0xc2641420 (LWP 1125659) (id 109)] [New Thread 0xc1e40420 (LWP 1125660) (id 110)] [New Thread 0xc163f420 (LWP 1125661) (id 111)] [New Thread 0xc0e3e420 (LWP 1125662) (id 112)] [New Thread 0xc063d420 (LWP 1125663) (id 113)] [New Thread 0xbfe3c420 (LWP 1125664) (id 114)] [New Thread 0xbf63b420 (LWP 1125665) (id 115)] [New Thread 0xbee3a420 (LWP 1125666) (id 116)] [New Thread 0xbe639420 (LWP 1125667) (id 117)] [New Thread 0xbde38420 (LWP 1125668) (id 118)] [New Thread 0xbd637420 (LWP 1125669) (id 119)] [New Thread 0xbce36420 (LWP 1125670) (id 120)] [New Thread 0xbc635420 (LWP 1125671) (id 121)] [New Thread 0xbbe34420 (LWP 1125672) (id 122)] [New Thread 0xbb633420 (LWP 1125673) (id 123)] [New Thread 0xbae32420 (LWP 1125674) (id 124)] [New Thread 0xba631420 (LWP 1125675) (id 125)] [New Thread 0xb9e30420 (LWP 1125676) (id 126)] [New Thread 0xb962f420 (LWP 1125677) (id 127)] [New Thread 0xb8e2e420 (LWP 1125678) (id 128)] [New Thread 0xb862d420 (LWP 1125679) (id 129)] [New Thread 0xb7e2c420 (LWP 1125680) (id 130)] [New Thread 0xb762b420 (LWP 1125681) (id 131)] [New Thread 0xb6e2a420 (LWP 1125682) (id 132)] [New Thread 0xb6629420 (LWP 1125683) (id 133)] [New Thread 0xb5e28420 (LWP 1125684) (id 134)] [New Thread 0xb5627420 (LWP 1125685) (id 135)] [New Thread 0xb4e26420 (LWP 1125686) (id 136)] [New Thread 0xb4625420 (LWP 1125687) (id 137)] [New Thread 0xb3e24420 (LWP 1125688) (id 138)] [New Thread 0xb3623420 (LWP 1125689) (id 139)] [New Thread 0xb2e22420 (LWP 1125690) (id 140)] [New Thread 0xb2621420 (LWP 1125691) (id 141)] [New Thread 0xb1e20420 (LWP 1125692) (id 142)] [New Thread 0xb161f420 (LWP 1125693) (id 143)] [New Thread 0xb0e1e420 (LWP 1125694) (id 144)] [New Thread 0xb061d420 (LWP 1125695) (id 145)] [New Thread 0xafe1c420 (LWP 1125696) (id 146)] [New Thread 0xaf61b420 (LWP 1125697) (id 147)] [New Thread 0xaee1a420 (LWP 1125698) (id 148)] [New Thread 0xae619420 (LWP 1125699) (id 149)] [New Thread 0xade18420 (LWP 1125700) (id 150)] [New Thread 0xad617420 (LWP 1125701) (id 151)] [New Thread 0xace16420 (LWP 1125702) (id 152)] [New Thread 0xac615420 (LWP 1125703) (id 153)] [New Thread 0xabe14420 (LWP 1125704) (id 154)] [New Thread 0xab613420 (LWP 1125705) (id 155)] [New Thread 0xaae12420 (LWP 1125706) (id 156)] [New Thread 0xaa611420 (LWP 1125707) (id 157)] [New Thread 0xa9e10420 (LWP 1125708) (id 158)] [New Thread 0xa960f420 (LWP 1125709) (id 159)] [New Thread 0xa8e0e420 (LWP 1125710) (id 160)] [New Thread 0xa860d420 (LWP 1125711) (id 161)] [New Thread 0xa7e0c420 (LWP 1125712) (id 162)] [New Thread 0xa760b420 (LWP 1125713) (id 163)] [New Thread 0xa6e0a420 (LWP 1125714) (id 164)] [New Thread 0xa6609420 (LWP 1125715) (id 165)] [New Thread 0xa5e08420 (LWP 1125716) (id 166)] [New Thread 0xa5607420 (LWP 1125717) (id 167)] [New Thread 0xa4e06420 (LWP 1125718) (id 168)] [New Thread 0xa4605420 (LWP 1125719) (id 169)] [New Thread 0xa3e04420 (LWP 1125720) (id 170)] [New Thread 0xa3603420 (LWP 1125721) (id 171)] [New Thread 0xa2e02420 (LWP 1125722) (id 172)] [New Thread 0xa2601420 (LWP 1125723) (id 173)] [New Thread 0xa1e00420 (LWP 1125724) (id 174)] [New Thread 0xa15ff420 (LWP 1125725) (id 175)] [New Thread 0xa0dfe420 (LWP 1125726) (id 176)] [New Thread 0xa05fd420 (LWP 1125727) (id 177)] [New Thread 0x9fdfc420 (LWP 1125728) (id 178)] [New Thread 0x9f5fb420 (LWP 1125729) (id 179)] [New Thread 0x9edfa420 (LWP 1125730) (id 180)] [New Thread 0x9e5f9420 (LWP 1125731) (id 181)] [New Thread 0x9ddf8420 (LWP 1125732) (id 182)] [New Thread 0x9d5f7420 (LWP 1125733) (id 183)] [New Thread 0x9cdf6420 (LWP 1125734) (id 184)] [New Thread 0x9c5f5420 (LWP 1125735) (id 185)] [New Thread 0x9bdf4420 (LWP 1125736) (id 186)] [New Thread 0x9b5f3420 (LWP 1125737) (id 187)] [New Thread 0x9adf2420 (LWP 1125738) (id 188)] [New Thread 0x9a5f1420 (LWP 1125739) (id 189)] [New Thread 0x99df0420 (LWP 1125740) (id 190)] [New Thread 0x995ef420 (LWP 1125741) (id 191)] [New Thread 0x98dee420 (LWP 1125742) (id 192)] [New Thread 0x985ed420 (LWP 1125743) (id 193)] [New Thread 0x97dec420 (LWP 1125744) (id 194)] [New Thread 0x975eb420 (LWP 1125745) (id 195)] [New Thread 0x96dea420 (LWP 1125746) (id 196)] [New Thread 0x965e9420 (LWP 1125747) (id 197)] [New Thread 0x95de8420 (LWP 1125748) (id 198)] [New Thread 0x955e7420 (LWP 1125749) (id 199)] [New Thread 0x94de6420 (LWP 1125750) (id 200)] [New Thread 0x945e5420 (LWP 1125751) (id 201)] [New Thread 0x93de4420 (LWP 1125752) (id 202)] [New Thread 0x935e3420 (LWP 1125753) (id 203)] [New Thread 0x92de2420 (LWP 1125754) (id 204)] [New Thread 0x925e1420 (LWP 1125755) (id 205)] [New Thread 0x91de0420 (LWP 1125756) (id 206)] [New Thread 0x915df420 (LWP 1125757) (id 207)] [New Thread 0x90dde420 (LWP 1125758) (id 208)] [New Thread 0x905dd420 (LWP 1125759) (id 209)] [New Thread 0x8fddc420 (LWP 1125760) (id 210)] [New Thread 0x8f5db420 (LWP 1125761) (id 211)] [New Thread 0x8edda420 (LWP 1125762) (id 212)] [New Thread 0x8e5d9420 (LWP 1125763) (id 213)] [New Thread 0x8ddd8420 (LWP 1125764) (id 214)] [New Thread 0x8d5d7420 (LWP 1125765) (id 215)] [New Thread 0x8cdd6420 (LWP 1125766) (id 216)] [New Thread 0x8c5d5420 (LWP 1125767) (id 217)] [New Thread 0x8bdd4420 (LWP 1125768) (id 218)] [New Thread 0x8b5d3420 (LWP 1125769) (id 219)] [New Thread 0x8add2420 (LWP 1125770) (id 220)] [New Thread 0x8a5d1420 (LWP 1125771) (id 221)] [New Thread 0x89dd0420 (LWP 1125772) (id 222)] [New Thread 0x895cf420 (LWP 1125773) (id 223)] [New Thread 0x88dce420 (LWP 1125774) (id 224)] [New Thread 0x885cd420 (LWP 1125775) (id 225)] [New Thread 0x87dcc420 (LWP 1125776) (id 226)] [New Thread 0x875cb420 (LWP 1125777) (id 227)] [New Thread 0x86dca420 (LWP 1125778) (id 228)] [New Thread 0x865c9420 (LWP 1125779) (id 229)] [New Thread 0x85dc8420 (LWP 1125780) (id 230)] [New Thread 0x855c7420 (LWP 1125781) (id 231)] [New Thread 0x84dc6420 (LWP 1125782) (id 232)] [New Thread 0x845c5420 (LWP 1125783) (id 233)] [New Thread 0x83dc4420 (LWP 1125784) (id 234)] [New Thread 0x835c3420 (LWP 1125785) (id 235)] [New Thread 0x82dc2420 (LWP 1125786) (id 236)] [New Thread 0x825c1420 (LWP 1125787) (id 237)] [New Thread 0x81dc0420 (LWP 1125788) (id 238)] [New Thread 0x815bf420 (LWP 1125789) (id 239)] [New Thread 0x80dbe420 (LWP 1125790) (id 240)] [New Thread 0x805bd420 (LWP 1125791) (id 241)] [New Thread 0x7fdbc420 (LWP 1125792) (id 242)] [New Thread 0x7f5bb420 (LWP 1125793) (id 243)] [New Thread 0x7edba420 (LWP 1125794) (id 244)] [New Thread 0x7e5b9420 (LWP 1125795) (id 245)] [New Thread 0x7ddb8420 (LWP 1125796) (id 246)] [New Thread 0x7d5b7420 (LWP 1125797) (id 247)] [New Thread 0x7cdb6420 (LWP 1125798) (id 248)] [New Thread 0x7c5b5420 (LWP 1125799) (id 249)] [New Thread 0x7bdb4420 (LWP 1125800) (id 250)] [New Thread 0x7b5b3420 (LWP 1125801) (id 251)] [New Thread 0x7adb2420 (LWP 1125802) (id 252)] [New Thread 0x7a5b1420 (LWP 1125803) (id 253)] [New Thread 0x79db0420 (LWP 1125804) (id 254)] [New Thread 0x795af420 (LWP 1125805) (id 255)] [New Thread 0x78dae420 (LWP 1125806) (id 256)] [New Thread 0x785ad420 (LWP 1125807) (id 257)] [Switching to Thread 0xb5627420 (LWP 1125685)] Thread 135 "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. [Thread 0x785ad420 (LWP 1125807) (id 257) exited] [Thread 0x78dae420 (LWP 1125806) (id 256) exited] [Thread 0x795af420 (LWP 1125805) (id 255) exited] [Thread 0x79db0420 (LWP 1125804) (id 254) exited] [Thread 0x7a5b1420 (LWP 1125803) (id 253) exited] [Thread 0x7adb2420 (LWP 1125802) (id 252) exited] [Thread 0x7b5b3420 (LWP 1125801) (id 251) exited] [Thread 0x7bdb4420 (LWP 1125800) (id 250) exited] [Thread 0x7c5b5420 (LWP 1125799) (id 249) exited] [Thread 0x7cdb6420 (LWP 1125798) (id 248) exited] [Thread 0x7d5b7420 (LWP 1125797) (id 247) exited] [Thread 0x7ddb8420 (LWP 1125796) (id 246) exited] [Thread 0x7e5b9420 (LWP 1125795) (id 245) exited] [Thread 0x7edba420 (LWP 1125794) (id 244) exited] [Thread 0x7f5bb420 (LWP 1125793) (id 243) exited] [Thread 0x7fdbc420 (LWP 1125792) (id 242) exited] [Thread 0x805bd420 (LWP 1125791) (id 241) exited] [Thread 0x80dbe420 (LWP 1125790) (id 240) exited] [Thread 0x815bf420 (LWP 1125789) (id 239) exited] [Thread 0x81dc0420 (LWP 1125788) (id 238) exited] [Thread 0x825c1420 (LWP 1125787) (id 237) exited] [Thread 0x82dc2420 (LWP 1125786) (id 236) exited] [Thread 0x835c3420 (LWP 1125785) (id 235) exited] [Thread 0x83dc4420 (LWP 1125784) (id 234) exited] [Thread 0x845c5420 (LWP 1125783) (id 233) exited] [Thread 0x84dc6420 (LWP 1125782) (id 232) exited] [Thread 0x855c7420 (LWP 1125781) (id 231) exited] [Thread 0x85dc8420 (LWP 1125780) (id 230) exited] [Thread 0x865c9420 (LWP 1125779) (id 229) exited] [Thread 0x86dca420 (LWP 1125778) (id 228) exited] [Thread 0x875cb420 (LWP 1125777) (id 227) exited] [Thread 0x87dcc420 (LWP 1125776) (id 226) exited] [Thread 0x885cd420 (LWP 1125775) (id 225) exited] [Thread 0x88dce420 (LWP 1125774) (id 224) exited] [Thread 0x895cf420 (LWP 1125773) (id 223) exited] [Thread 0x89dd0420 (LWP 1125772) (id 222) exited] [Thread 0x8a5d1420 (LWP 1125771) (id 221) exited] [Thread 0x8add2420 (LWP 1125770) (id 220) exited] [Thread 0x8b5d3420 (LWP 1125769) (id 219) exited] [Thread 0x8bdd4420 (LWP 1125768) (id 218) exited] [Thread 0x8c5d5420 (LWP 1125767) (id 217) exited] [Thread 0x8cdd6420 (LWP 1125766) (id 216) exited] [Thread 0x8d5d7420 (LWP 1125765) (id 215) exited] [Thread 0x8ddd8420 (LWP 1125764) (id 214) exited] [Thread 0x8e5d9420 (LWP 1125763) (id 213) exited] [Thread 0x8edda420 (LWP 1125762) (id 212) exited] [Thread 0x8f5db420 (LWP 1125761) (id 211) exited] [Thread 0x8fddc420 (LWP 1125760) (id 210) exited] [Thread 0x905dd420 (LWP 1125759) (id 209) exited] [Thread 0x90dde420 (LWP 1125758) (id 208) exited] [Thread 0x915df420 (LWP 1125757) (id 207) exited] [Thread 0x91de0420 (LWP 1125756) (id 206) exited] [Thread 0x925e1420 (LWP 1125755) (id 205) exited] [Thread 0x92de2420 (LWP 1125754) (id 204) exited] [Thread 0x935e3420 (LWP 1125753) (id 203) exited] [Thread 0x93de4420 (LWP 1125752) (id 202) exited] [Thread 0x945e5420 (LWP 1125751) (id 201) exited] [Thread 0x94de6420 (LWP 1125750) (id 200) exited] [Thread 0x955e7420 (LWP 1125749) (id 199) exited] [Thread 0x95de8420 (LWP 1125748) (id 198) exited] [Thread 0x965e9420 (LWP 1125747) (id 197) exited] [Thread 0x96dea420 (LWP 1125746) (id 196) exited] [Thread 0x975eb420 (LWP 1125745) (id 195) exited] [Thread 0x97dec420 (LWP 1125744) (id 194) exited] [Thread 0x985ed420 (LWP 1125743) (id 193) exited] [Thread 0x98dee420 (LWP 1125742) (id 192) exited] [Thread 0x995ef420 (LWP 1125741) (id 191) exited] [Thread 0x99df0420 (LWP 1125740) (id 190) exited] [Thread 0x9a5f1420 (LWP 1125739) (id 189) exited] [Thread 0x9adf2420 (LWP 1125738) (id 188) exited] [Thread 0x9b5f3420 (LWP 1125737) (id 187) exited] [Thread 0x9bdf4420 (LWP 1125736) (id 186) exited] [Thread 0x9c5f5420 (LWP 1125735) (id 185) exited] [Thread 0x9cdf6420 (LWP 1125734) (id 184) exited] [Thread 0x9d5f7420 (LWP 1125733) (id 183) exited] [Thread 0x9ddf8420 (LWP 1125732) (id 182) exited] [Thread 0x9e5f9420 (LWP 1125731) (id 181) exited] [Thread 0x9edfa420 (LWP 1125730) (id 180) exited] [Thread 0x9f5fb420 (LWP 1125729) (id 179) exited] [Thread 0x9fdfc420 (LWP 1125728) (id 178) exited] [Thread 0xa05fd420 (LWP 1125727) (id 177) exited] [Thread 0xa0dfe420 (LWP 1125726) (id 176) exited] [Thread 0xa15ff420 (LWP 1125725) (id 175) exited] [Thread 0xa1e00420 (LWP 1125724) (id 174) exited] [Thread 0xa2601420 (LWP 1125723) (id 173) exited] [Thread 0xa2e02420 (LWP 1125722) (id 172) exited] [Thread 0xa3603420 (LWP 1125721) (id 171) exited] [Thread 0xa3e04420 (LWP 1125720) (id 170) exited] [Thread 0xa4605420 (LWP 1125719) (id 169) exited] [Thread 0xa4e06420 (LWP 1125718) (id 168) exited] [Thread 0xa5607420 (LWP 1125717) (id 167) exited] [Thread 0xa5e08420 (LWP 1125716) (id 166) exited] [Thread 0xa6609420 (LWP 1125715) (id 165) exited] [Thread 0xa6e0a420 (LWP 1125714) (id 164) exited] [Thread 0xa760b420 (LWP 1125713) (id 163) exited] [Thread 0xa7e0c420 (LWP 1125712) (id 162) exited] [Thread 0xa860d420 (LWP 1125711) (id 161) exited] [Thread 0xa8e0e420 (LWP 1125710) (id 160) exited] [Thread 0xa960f420 (LWP 1125709) (id 159) exited] [Thread 0xa9e10420 (LWP 1125708) (id 158) exited] [Thread 0xaa611420 (LWP 1125707) (id 157) exited] [Thread 0xaae12420 (LWP 1125706) (id 156) exited] [Thread 0xab613420 (LWP 1125705) (id 155) exited] [Thread 0xabe14420 (LWP 1125704) (id 154) exited] [Thread 0xac615420 (LWP 1125703) (id 153) exited] [Thread 0xace16420 (LWP 1125702) (id 152) exited] [Thread 0xad617420 (LWP 1125701) (id 151) exited] [Thread 0xade18420 (LWP 1125700) (id 150) exited] [Thread 0xae619420 (LWP 1125699) (id 149) exited] [Thread 0xaee1a420 (LWP 1125698) (id 148) exited] [Thread 0xaf61b420 (LWP 1125697) (id 147) exited] [Thread 0xafe1c420 (LWP 1125696) (id 146) exited] [Thread 0xb061d420 (LWP 1125695) (id 145) exited] [Thread 0xb0e1e420 (LWP 1125694) (id 144) exited] [Thread 0xb161f420 (LWP 1125693) (id 143) exited] [Thread 0xb1e20420 (LWP 1125692) (id 142) exited] [Thread 0xb2621420 (LWP 1125691) (id 141) exited] [Thread 0xb2e22420 (LWP 1125690) (id 140) exited] [Thread 0xb3623420 (LWP 1125689) (id 139) exited] [Thread 0xb3e24420 (LWP 1125688) (id 138) exited] [Thread 0xb4625420 (LWP 1125687) (id 137) exited] [Thread 0xb4e26420 (LWP 1125686) (id 136) exited] [Thread 0xb5627420 (LWP 1125685) (id 135) exited] [Thread 0xb5e28420 (LWP 1125684) (id 134) exited] [Thread 0xb6629420 (LWP 1125683) (id 133) exited] [Thread 0xb6e2a420 (LWP 1125682) (id 132) exited] [Thread 0xb762b420 (LWP 1125681) (id 131) exited] [Thread 0xb7e2c420 (LWP 1125680) (id 130) exited] [Thread 0xb862d420 (LWP 1125679) (id 129) exited] [Thread 0xb8e2e420 (LWP 1125678) (id 128) exited] [Thread 0xb962f420 (LWP 1125677) (id 127) exited] [Thread 0xb9e30420 (LWP 1125676) (id 126) exited] [Thread 0xba631420 (LWP 1125675) (id 125) exited] [Thread 0xbae32420 (LWP 1125674) (id 124) exited] [Thread 0xbb633420 (LWP 1125673) (id 123) exited] [Thread 0xbbe34420 (LWP 1125672) (id 122) exited] [Thread 0xbc635420 (LWP 1125671) (id 121) exited] [Thread 0xbce36420 (LWP 1125670) (id 120) exited] [Thread 0xbd637420 (LWP 1125669) (id 119) exited] [Thread 0xbde38420 (LWP 1125668) (id 118) exited] [Thread 0xbe639420 (LWP 1125667) (id 117) exited] [Thread 0xbee3a420 (LWP 1125666) (id 116) exited] [Thread 0xbf63b420 (LWP 1125665) (id 115) exited] [Thread 0xbfe3c420 (LWP 1125664) (id 114) exited] [Thread 0xc063d420 (LWP 1125663) (id 113) exited] [Thread 0xc0e3e420 (LWP 1125662) (id 112) exited] [Thread 0xc163f420 (LWP 1125661) (id 111) exited] [Thread 0xc1e40420 (LWP 1125660) (id 110) exited] [Thread 0xc2641420 (LWP 1125659) (id 109) exited] [Thread 0xc2e42420 (LWP 1125658) (id 108) exited] [Thread 0xc3643420 (LWP 1125657) (id 107) exited] [Thread 0xc3e44420 (LWP 1125656) (id 106) exited] [Thread 0xc4645420 (LWP 1125655) (id 105) exited] [Thread 0xc4e46420 (LWP 1125654) (id 104) exited] [Thread 0xc5647420 (LWP 1125653) (id 103) exited] [Thread 0xc5e48420 (LWP 1125652) (id 102) exited] [Thread 0xc6649420 (LWP 1125651) (id 101) exited] [Thread 0xc6e4a420 (LWP 1125650) (id 100) exited] [Thread 0xc764b420 (LWP 1125649) (id 99) exited] [Thread 0xc7e4c420 (LWP 1125648) (id 98) exited] [Thread 0xc864d420 (LWP 1125647) (id 97) exited] [Thread 0xc8e4e420 (LWP 1125646) (id 96) exited] [Thread 0xc964f420 (LWP 1125645) (id 95) exited] [Thread 0xc9e50420 (LWP 1125644) (id 94) exited] [Thread 0xca651420 (LWP 1125643) (id 93) exited] [Thread 0xcae52420 (LWP 1125642) (id 92) exited] [Thread 0xcb653420 (LWP 1125641) (id 91) exited] [Thread 0xcbe54420 (LWP 1125640) (id 90) exited] [Thread 0xcc655420 (LWP 1125639) (id 89) exited] [Thread 0xcce56420 (LWP 1125638) (id 88) exited] [Thread 0xcd657420 (LWP 1125637) (id 87) exited] [Thread 0xcde58420 (LWP 1125636) (id 86) exited] [Thread 0xce659420 (LWP 1125635) (id 85) exited] [Thread 0xcee5a420 (LWP 1125634) (id 84) exited] [Thread 0xcf65b420 (LWP 1125633) (id 83) exited] [Thread 0xcfe5c420 (LWP 1125632) (id 82) exited] [Thread 0xd065d420 (LWP 1125631) (id 81) exited] [Thread 0xd0e5e420 (LWP 1125630) (id 80) exited] [Thread 0xd165f420 (LWP 1125629) (id 79) exited] [Thread 0xd1e60420 (LWP 1125628) (id 78) exited] [Thread 0xd2661420 (LWP 1125627) (id 77) exited] [Thread 0xd2e62420 (LWP 1125626) (id 76) exited] [Thread 0xd3663420 (LWP 1125625) (id 75) exited] [Thread 0xd3e64420 (LWP 1125624) (id 74) exited] [Thread 0xd4665420 (LWP 1125623) (id 73) exited] [Thread 0xd4e66420 (LWP 1125622) (id 72) exited] [Thread 0xd5667420 (LWP 1125621) (id 71) exited] [Thread 0xd5e68420 (LWP 1125620) (id 70) exited] [Thread 0xd6669420 (LWP 1125619) (id 69) exited] [Thread 0xd6e6a420 (LWP 1125618) (id 68) exited] [Thread 0xd766b420 (LWP 1125617) (id 67) exited] [Thread 0xd7e6c420 (LWP 1125616) (id 66) exited] [Thread 0xd866d420 (LWP 1125615) (id 65) exited] [Thread 0xd8e6e420 (LWP 1125614) (id 64) exited] [Thread 0xd966f420 (LWP 1125613) (id 63) exited] [Thread 0xd9e70420 (LWP 1125612) (id 62) exited] [Thread 0xda671420 (LWP 1125611) (id 61) exited] [Thread 0xdae72420 (LWP 1125610) (id 60) exited] [Thread 0xdb673420 (LWP 1125609) (id 59) exited] [Thread 0xdbe74420 (LWP 1125608) (id 58) exited] [Thread 0xdc675420 (LWP 1125607) (id 57) exited] [Thread 0xdce76420 (LWP 1125606) (id 56) exited] [Thread 0xdd677420 (LWP 1125605) (id 55) exited] [Thread 0xdde78420 (LWP 1125604) (id 54) exited] [Thread 0xde679420 (LWP 1125603) (id 53) exited] [Thread 0xdee7a420 (LWP 1125602) (id 52) exited] [Thread 0xdf67b420 (LWP 1125601) (id 51) exited] [Thread 0xdfe7c420 (LWP 1125600) (id 50) exited] [Thread 0xe067d420 (LWP 1125599) (id 49) exited] [Thread 0xe0e7e420 (LWP 1125598) (id 48) exited] [Thread 0xe167f420 (LWP 1125597) (id 47) exited] [Thread 0xe1e80420 (LWP 1125596) (id 46) exited] [Thread 0xe2681420 (LWP 1125595) (id 45) exited] [Thread 0xe2e82420 (LWP 1125594) (id 44) exited] [Thread 0xe3683420 (LWP 1125593) (id 43) exited] [Thread 0xe3e84420 (LWP 1125592) (id 42) exited] [Thread 0xe4685420 (LWP 1125591) (id 41) exited] [Thread 0xe4e86420 (LWP 1125590) (id 40) exited] [Thread 0xe5687420 (LWP 1125589) (id 39) exited] [Thread 0xe5e88420 (LWP 1125588) (id 38) exited] [Thread 0xe6689420 (LWP 1125587) (id 37) exited] [Thread 0xe6e8a420 (LWP 1125586) (id 36) exited] [Thread 0xe768b420 (LWP 1125585) (id 35) exited] [Thread 0xe7e8c420 (LWP 1125584) (id 34) exited] [Thread 0xe868d420 (LWP 1125583) (id 33) exited] [Thread 0xe8e8e420 (LWP 1125582) (id 32) exited] [Thread 0xe968f420 (LWP 1125581) (id 31) exited] [Thread 0xe9e90420 (LWP 1125580) (id 30) exited] [Thread 0xea691420 (LWP 1125579) (id 29) exited] [Thread 0xeae92420 (LWP 1125578) (id 28) exited] [Thread 0xeb693420 (LWP 1125577) (id 27) exited] [Thread 0xebe94420 (LWP 1125576) (id 26) exited] [Thread 0xec695420 (LWP 1125575) (id 25) exited] [Thread 0xece96420 (LWP 1125574) (id 24) exited] [Thread 0xed697420 (LWP 1125573) (id 23) exited] [Thread 0xede98420 (LWP 1125572) (id 22) exited] [Thread 0xee699420 (LWP 1125571) (id 21) exited] [Thread 0xeee9a420 (LWP 1125570) (id 20) exited] [Thread 0xef69b420 (LWP 1125569) (id 19) exited] [Thread 0xefe9c420 (LWP 1125568) (id 18) exited] [Thread 0xf069d420 (LWP 1125567) (id 17) exited] [Thread 0xf0e9e420 (LWP 1125566) (id 16) exited] [Thread 0xf169f420 (LWP 1125565) (id 15) exited] [Thread 0xf1ea0420 (LWP 1125564) (id 14) exited] [Thread 0xf26a1420 (LWP 1125563) (id 13) exited] [Thread 0xf2ea2420 (LWP 1125562) (id 12) exited] [Thread 0xf36a3420 (LWP 1125561) (id 11) exited] [Thread 0xf3ea4420 (LWP 1125560) (id 10) exited] [Thread 0xf46a5420 (LWP 1125559) (id 9) exited] [Thread 0xf4ea6420 (LWP 1125558) (id 8) exited] [Thread 0xf56a7420 (LWP 1125557) (id 7) exited] [Thread 0xf5ea8420 (LWP 1125556) (id 6) exited] [Thread 0xf66a9420 (LWP 1125555) (id 5) exited] [Thread 0xf6eaa420 (LWP 1125554) (id 4) exited] [Thread 0xf76ab420 (LWP 1125553) (id 3) exited] [Thread 0xf7eac420 (LWP 1125552) (id 2) exited] [Inferior 1 (process 1125550) exited normally] (gdb) PASS: 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 1125844) (id 2)] [New Thread 0xf76ab420 (LWP 1125845) (id 3)] [New Thread 0xf6eaa420 (LWP 1125846) (id 4)] [New Thread 0xf66a9420 (LWP 1125847) (id 5)] [New Thread 0xf5ea8420 (LWP 1125848) (id 6)] [New Thread 0xf56a7420 (LWP 1125849) (id 7)] [New Thread 0xf4ea6420 (LWP 1125850) (id 8)] [New Thread 0xf46a5420 (LWP 1125851) (id 9)] [New Thread 0xf3ea4420 (LWP 1125852) (id 10)] [New Thread 0xf36a3420 (LWP 1125853) (id 11)] [New Thread 0xf2ea2420 (LWP 1125854) (id 12)] [New Thread 0xf26a1420 (LWP 1125855) (id 13)] [New Thread 0xf1ea0420 (LWP 1125856) (id 14)] [New Thread 0xf169f420 (LWP 1125857) (id 15)] [New Thread 0xf0e9e420 (LWP 1125858) (id 16)] [New Thread 0xf069d420 (LWP 1125859) (id 17)] [New Thread 0xefe9c420 (LWP 1125860) (id 18)] [New Thread 0xef69b420 (LWP 1125861) (id 19)] [New Thread 0xeee9a420 (LWP 1125862) (id 20)] [New Thread 0xee699420 (LWP 1125863) (id 21)] [New Thread 0xede98420 (LWP 1125864) (id 22)] [New Thread 0xed697420 (LWP 1125865) (id 23)] [New Thread 0xece96420 (LWP 1125866) (id 24)] [New Thread 0xec695420 (LWP 1125867) (id 25)] [New Thread 0xebe94420 (LWP 1125868) (id 26)] [New Thread 0xeb693420 (LWP 1125869) (id 27)] [New Thread 0xeae92420 (LWP 1125870) (id 28)] [New Thread 0xea691420 (LWP 1125871) (id 29)] [New Thread 0xe9e90420 (LWP 1125872) (id 30)] [New Thread 0xe968f420 (LWP 1125873) (id 31)] [New Thread 0xe8e8e420 (LWP 1125874) (id 32)] [New Thread 0xe868d420 (LWP 1125875) (id 33)] [New Thread 0xe7e8c420 (LWP 1125876) (id 34)] [New Thread 0xe768b420 (LWP 1125877) (id 35)] [New Thread 0xe6e8a420 (LWP 1125878) (id 36)] [New Thread 0xe6689420 (LWP 1125879) (id 37)] [New Thread 0xe5e88420 (LWP 1125880) (id 38)] [New Thread 0xe5687420 (LWP 1125881) (id 39)] [New Thread 0xe4e86420 (LWP 1125882) (id 40)] [New Thread 0xe4685420 (LWP 1125883) (id 41)] [New Thread 0xe3e84420 (LWP 1125884) (id 42)] [New Thread 0xe3683420 (LWP 1125885) (id 43)] [New Thread 0xe2e82420 (LWP 1125886) (id 44)] [New Thread 0xe2681420 (LWP 1125887) (id 45)] [New Thread 0xe1e80420 (LWP 1125888) (id 46)] [New Thread 0xe167f420 (LWP 1125889) (id 47)] [New Thread 0xe0e7e420 (LWP 1125890) (id 48)] [New Thread 0xe067d420 (LWP 1125891) (id 49)] [New Thread 0xdfe7c420 (LWP 1125892) (id 50)] [New Thread 0xdf67b420 (LWP 1125893) (id 51)] [New Thread 0xdee7a420 (LWP 1125894) (id 52)] [New Thread 0xde679420 (LWP 1125895) (id 53)] [New Thread 0xdde78420 (LWP 1125896) (id 54)] [New Thread 0xdd677420 (LWP 1125897) (id 55)] [New Thread 0xdce76420 (LWP 1125898) (id 56)] [New Thread 0xdc675420 (LWP 1125899) (id 57)] [New Thread 0xdbe74420 (LWP 1125900) (id 58)] [New Thread 0xdb673420 (LWP 1125901) (id 59)] [New Thread 0xdae72420 (LWP 1125902) (id 60)] [New Thread 0xda671420 (LWP 1125903) (id 61)] [New Thread 0xd9e70420 (LWP 1125904) (id 62)] [New Thread 0xd966f420 (LWP 1125905) (id 63)] [New Thread 0xd8e6e420 (LWP 1125906) (id 64)] [New Thread 0xd866d420 (LWP 1125907) (id 65)] [New Thread 0xd7e6c420 (LWP 1125908) (id 66)] [New Thread 0xd766b420 (LWP 1125909) (id 67)] [New Thread 0xd6e6a420 (LWP 1125910) (id 68)] [New Thread 0xd6669420 (LWP 1125911) (id 69)] [New Thread 0xd5e68420 (LWP 1125912) (id 70)] [New Thread 0xd5667420 (LWP 1125913) (id 71)] [New Thread 0xd4e66420 (LWP 1125914) (id 72)] [New Thread 0xd4665420 (LWP 1125915) (id 73)] [New Thread 0xd3e64420 (LWP 1125916) (id 74)] [New Thread 0xd3663420 (LWP 1125917) (id 75)] [New Thread 0xd2e62420 (LWP 1125918) (id 76)] [New Thread 0xd2661420 (LWP 1125919) (id 77)] [New Thread 0xd1e60420 (LWP 1125920) (id 78)] [New Thread 0xd165f420 (LWP 1125921) (id 79)] [New Thread 0xd0e5e420 (LWP 1125922) (id 80)] [New Thread 0xd065d420 (LWP 1125923) (id 81)] [New Thread 0xcfe5c420 (LWP 1125924) (id 82)] [New Thread 0xcf65b420 (LWP 1125925) (id 83)] [New Thread 0xcee5a420 (LWP 1125926) (id 84)] [New Thread 0xce659420 (LWP 1125927) (id 85)] [New Thread 0xcde58420 (LWP 1125928) (id 86)] [New Thread 0xcd657420 (LWP 1125929) (id 87)] [New Thread 0xcce56420 (LWP 1125930) (id 88)] [New Thread 0xcc655420 (LWP 1125931) (id 89)] [New Thread 0xcbe54420 (LWP 1125932) (id 90)] [New Thread 0xcb653420 (LWP 1125933) (id 91)] [New Thread 0xcae52420 (LWP 1125934) (id 92)] [New Thread 0xca651420 (LWP 1125935) (id 93)] [New Thread 0xc9e50420 (LWP 1125936) (id 94)] [New Thread 0xc964f420 (LWP 1125937) (id 95)] [New Thread 0xc8e4e420 (LWP 1125938) (id 96)] [New Thread 0xc864d420 (LWP 1125939) (id 97)] [New Thread 0xc7e4c420 (LWP 1125940) (id 98)] [New Thread 0xc764b420 (LWP 1125941) (id 99)] [New Thread 0xc6e4a420 (LWP 1125942) (id 100)] [New Thread 0xc6649420 (LWP 1125943) (id 101)] [New Thread 0xc5e48420 (LWP 1125944) (id 102)] [New Thread 0xc5647420 (LWP 1125945) (id 103)] [New Thread 0xc4e46420 (LWP 1125946) (id 104)] [New Thread 0xc4645420 (LWP 1125947) (id 105)] [New Thread 0xc3e44420 (LWP 1125948) (id 106)] [New Thread 0xc3643420 (LWP 1125949) (id 107)] [New Thread 0xc2e42420 (LWP 1125950) (id 108)] [New Thread 0xc2641420 (LWP 1125951) (id 109)] [New Thread 0xc1e40420 (LWP 1125952) (id 110)] [New Thread 0xc163f420 (LWP 1125953) (id 111)] [New Thread 0xc0e3e420 (LWP 1125954) (id 112)] [New Thread 0xc063d420 (LWP 1125955) (id 113)] [New Thread 0xbfe3c420 (LWP 1125956) (id 114)] [New Thread 0xbf63b420 (LWP 1125957) (id 115)] [New Thread 0xbee3a420 (LWP 1125958) (id 116)] [New Thread 0xbe639420 (LWP 1125959) (id 117)] [New Thread 0xbde38420 (LWP 1125960) (id 118)] [New Thread 0xbd637420 (LWP 1125961) (id 119)] [New Thread 0xbce36420 (LWP 1125962) (id 120)] [New Thread 0xbc635420 (LWP 1125963) (id 121)] [New Thread 0xbbe34420 (LWP 1125964) (id 122)] [New Thread 0xbb633420 (LWP 1125965) (id 123)] [New Thread 0xbae32420 (LWP 1125966) (id 124)] [New Thread 0xba631420 (LWP 1125967) (id 125)] [New Thread 0xb9e30420 (LWP 1125968) (id 126)] [New Thread 0xb962f420 (LWP 1125969) (id 127)] [New Thread 0xb8e2e420 (LWP 1125970) (id 128)] [New Thread 0xb862d420 (LWP 1125971) (id 129)] [New Thread 0xb7e2c420 (LWP 1125972) (id 130)] [New Thread 0xb762b420 (LWP 1125973) (id 131)] [New Thread 0xb6e2a420 (LWP 1125974) (id 132)] [New Thread 0xb6629420 (LWP 1125975) (id 133)] [New Thread 0xb5e28420 (LWP 1125976) (id 134)] [New Thread 0xb5627420 (LWP 1125977) (id 135)] [New Thread 0xb4e26420 (LWP 1125978) (id 136)] [New Thread 0xb4625420 (LWP 1125979) (id 137)] [New Thread 0xb3e24420 (LWP 1125980) (id 138)] [New Thread 0xb3623420 (LWP 1125981) (id 139)] [New Thread 0xb2e22420 (LWP 1125982) (id 140)] [New Thread 0xb2621420 (LWP 1125983) (id 141)] [New Thread 0xb1e20420 (LWP 1125984) (id 142)] [New Thread 0xb161f420 (LWP 1125985) (id 143)] [New Thread 0xb0e1e420 (LWP 1125986) (id 144)] [New Thread 0xb061d420 (LWP 1125987) (id 145)] [New Thread 0xafe1c420 (LWP 1125988) (id 146)] [New Thread 0xaf61b420 (LWP 1125989) (id 147)] [New Thread 0xaee1a420 (LWP 1125990) (id 148)] [New Thread 0xae619420 (LWP 1125991) (id 149)] [New Thread 0xade18420 (LWP 1125992) (id 150)] [New Thread 0xad617420 (LWP 1125993) (id 151)] [New Thread 0xace16420 (LWP 1125994) (id 152)] [New Thread 0xac615420 (LWP 1125995) (id 153)] [New Thread 0xabe14420 (LWP 1125996) (id 154)] [New Thread 0xab613420 (LWP 1125997) (id 155)] [New Thread 0xaae12420 (LWP 1125998) (id 156)] [New Thread 0xaa611420 (LWP 1125999) (id 157)] [New Thread 0xa9e10420 (LWP 1126000) (id 158)] [New Thread 0xa960f420 (LWP 1126001) (id 159)] [New Thread 0xa8e0e420 (LWP 1126002) (id 160)] [New Thread 0xa860d420 (LWP 1126003) (id 161)] [New Thread 0xa7e0c420 (LWP 1126004) (id 162)] [New Thread 0xa760b420 (LWP 1126005) (id 163)] [New Thread 0xa6e0a420 (LWP 1126006) (id 164)] [New Thread 0xa6609420 (LWP 1126007) (id 165)] [New Thread 0xa5e08420 (LWP 1126008) (id 166)] [New Thread 0xa5607420 (LWP 1126009) (id 167)] [New Thread 0xa4e06420 (LWP 1126010) (id 168)] [New Thread 0xa4605420 (LWP 1126011) (id 169)] [New Thread 0xa3e04420 (LWP 1126012) (id 170)] [New Thread 0xa3603420 (LWP 1126013) (id 171)] [New Thread 0xa2e02420 (LWP 1126014) (id 172)] [New Thread 0xa2601420 (LWP 1126015) (id 173)] [New Thread 0xa1e00420 (LWP 1126016) (id 174)] [New Thread 0xa15ff420 (LWP 1126017) (id 175)] [New Thread 0xa0dfe420 (LWP 1126018) (id 176)] [New Thread 0xa05fd420 (LWP 1126019) (id 177)] [New Thread 0x9fdfc420 (LWP 1126020) (id 178)] [New Thread 0x9f5fb420 (LWP 1126021) (id 179)] [New Thread 0x9edfa420 (LWP 1126022) (id 180)] [New Thread 0x9e5f9420 (LWP 1126023) (id 181)] [New Thread 0x9ddf8420 (LWP 1126024) (id 182)] [New Thread 0x9d5f7420 (LWP 1126025) (id 183)] [New Thread 0x9cdf6420 (LWP 1126026) (id 184)] [New Thread 0x9c5f5420 (LWP 1126027) (id 185)] [New Thread 0x9bdf4420 (LWP 1126028) (id 186)] [New Thread 0x9b5f3420 (LWP 1126029) (id 187)] [New Thread 0x9adf2420 (LWP 1126030) (id 188)] [New Thread 0x9a5f1420 (LWP 1126031) (id 189)] [New Thread 0x99df0420 (LWP 1126032) (id 190)] [New Thread 0x995ef420 (LWP 1126033) (id 191)] [New Thread 0x98dee420 (LWP 1126034) (id 192)] [New Thread 0x985ed420 (LWP 1126035) (id 193)] [New Thread 0x97dec420 (LWP 1126036) (id 194)] [New Thread 0x975eb420 (LWP 1126037) (id 195)] [New Thread 0x96dea420 (LWP 1126038) (id 196)] [New Thread 0x965e9420 (LWP 1126039) (id 197)] [New Thread 0x95de8420 (LWP 1126040) (id 198)] [New Thread 0x955e7420 (LWP 1126041) (id 199)] [New Thread 0x94de6420 (LWP 1126042) (id 200)] [New Thread 0x945e5420 (LWP 1126043) (id 201)] [New Thread 0x93de4420 (LWP 1126044) (id 202)] [New Thread 0x935e3420 (LWP 1126045) (id 203)] [New Thread 0x92de2420 (LWP 1126046) (id 204)] [New Thread 0x925e1420 (LWP 1126047) (id 205)] [New Thread 0x91de0420 (LWP 1126048) (id 206)] [New Thread 0x915df420 (LWP 1126049) (id 207)] [New Thread 0x90dde420 (LWP 1126050) (id 208)] [New Thread 0x905dd420 (LWP 1126051) (id 209)] [New Thread 0x8fddc420 (LWP 1126052) (id 210)] [New Thread 0x8f5db420 (LWP 1126053) (id 211)] [New Thread 0x8edda420 (LWP 1126054) (id 212)] [New Thread 0x8e5d9420 (LWP 1126055) (id 213)] [New Thread 0x8ddd8420 (LWP 1126056) (id 214)] [New Thread 0x8d5d7420 (LWP 1126057) (id 215)] [New Thread 0x8cdd6420 (LWP 1126058) (id 216)] [New Thread 0x8c5d5420 (LWP 1126059) (id 217)] [New Thread 0x8bdd4420 (LWP 1126060) (id 218)] [New Thread 0x8b5d3420 (LWP 1126061) (id 219)] [New Thread 0x8add2420 (LWP 1126062) (id 220)] [New Thread 0x8a5d1420 (LWP 1126063) (id 221)] [New Thread 0x89dd0420 (LWP 1126064) (id 222)] [New Thread 0x895cf420 (LWP 1126065) (id 223)] [New Thread 0x88dce420 (LWP 1126066) (id 224)] [New Thread 0x885cd420 (LWP 1126067) (id 225)] [New Thread 0x87dcc420 (LWP 1126068) (id 226)] [New Thread 0x875cb420 (LWP 1126069) (id 227)] [New Thread 0x86dca420 (LWP 1126070) (id 228)] [New Thread 0x865c9420 (LWP 1126071) (id 229)] [New Thread 0x85dc8420 (LWP 1126072) (id 230)] [New Thread 0x855c7420 (LWP 1126073) (id 231)] [New Thread 0x84dc6420 (LWP 1126074) (id 232)] [New Thread 0x845c5420 (LWP 1126075) (id 233)] [New Thread 0x83dc4420 (LWP 1126076) (id 234)] [New Thread 0x835c3420 (LWP 1126077) (id 235)] [New Thread 0x82dc2420 (LWP 1126078) (id 236)] [New Thread 0x825c1420 (LWP 1126079) (id 237)] [New Thread 0x81dc0420 (LWP 1126080) (id 238)] [New Thread 0x815bf420 (LWP 1126081) (id 239)] [New Thread 0x80dbe420 (LWP 1126082) (id 240)] [New Thread 0x805bd420 (LWP 1126083) (id 241)] [New Thread 0x7fdbc420 (LWP 1126084) (id 242)] [New Thread 0x7f5bb420 (LWP 1126085) (id 243)] [New Thread 0x7edba420 (LWP 1126086) (id 244)] [New Thread 0x7e5b9420 (LWP 1126087) (id 245)] [New Thread 0x7ddb8420 (LWP 1126088) (id 246)] [New Thread 0x7d5b7420 (LWP 1126089) (id 247)] [New Thread 0x7cdb6420 (LWP 1126090) (id 248)] [New Thread 0x7c5b5420 (LWP 1126091) (id 249)] [New Thread 0x7bdb4420 (LWP 1126092) (id 250)] [New Thread 0x7b5b3420 (LWP 1126093) (id 251)] [New Thread 0x7adb2420 (LWP 1126094) (id 252)] [New Thread 0x7a5b1420 (LWP 1126095) (id 253)] [New Thread 0x79db0420 (LWP 1126096) (id 254)] [New Thread 0x795af420 (LWP 1126097) (id 255)] [New Thread 0x78dae420 (LWP 1126098) (id 256)] [New Thread 0x785ad420 (LWP 1126099) (id 257)] [Switching to Thread 0xb161f420 (LWP 1125985)] Thread 143 "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. [Thread 0x785ad420 (LWP 1126099) (id 257) exited] [Thread 0x79db0420 (LWP 1126096) (id 254) exited] [Thread 0x7a5b1420 (LWP 1126095) (id 253) exited] [Thread 0x7b5b3420 (LWP 1126093) (id 251) exited] [Thread 0x7bdb4420 (LWP 1126092) (id 250) exited] [Thread 0x7c5b5420 (LWP 1126091) (id 249) exited] [Thread 0x7cdb6420 (LWP 1126090) (id 248) exited] [Thread 0x7d5b7420 (LWP 1126089) (id 247) exited] [Thread 0x7ddb8420 (LWP 1126088) (id 246) exited] [Thread 0x7e5b9420 (LWP 1126087) (id 245) exited] [Thread 0x7edba420 (LWP 1126086) (id 244) exited] [Thread 0x805bd420 (LWP 1126083) (id 241) exited] [Thread 0x80dbe420 (LWP 1126082) (id 240) exited] [Thread 0x815bf420 (LWP 1126081) (id 239) exited] [Thread 0x81dc0420 (LWP 1126080) (id 238) exited] [Thread 0x825c1420 (LWP 1126079) (id 237) exited] [Thread 0x82dc2420 (LWP 1126078) (id 236) exited] [Thread 0x845c5420 (LWP 1126075) (id 233) exited] [Thread 0x84dc6420 (LWP 1126074) (id 232) exited] [Thread 0x855c7420 (LWP 1126073) (id 231) exited] [Thread 0x85dc8420 (LWP 1126072) (id 230) exited] [Thread 0x865c9420 (LWP 1126071) (id 229) exited] [Thread 0x86dca420 (LWP 1126070) (id 228) exited] [Thread 0x875cb420 (LWP 1126069) (id 227) exited] [Thread 0x87dcc420 (LWP 1126068) (id 226) exited] [Thread 0x885cd420 (LWP 1126067) (id 225) exited] [Thread 0x88dce420 (LWP 1126066) (id 224) exited] [Thread 0x895cf420 (LWP 1126065) (id 223) exited] [Thread 0x89dd0420 (LWP 1126064) (id 222) exited] [Thread 0x8a5d1420 (LWP 1126063) (id 221) exited] [Thread 0x8add2420 (LWP 1126062) (id 220) exited] [Thread 0x8b5d3420 (LWP 1126061) (id 219) exited] [Thread 0x8bdd4420 (LWP 1126060) (id 218) exited] [Thread 0x8c5d5420 (LWP 1126059) (id 217) exited] [Thread 0x8cdd6420 (LWP 1126058) (id 216) exited] [Thread 0x8ddd8420 (LWP 1126056) (id 214) exited] [Thread 0x8e5d9420 (LWP 1126055) (id 213) exited] [Thread 0x8edda420 (LWP 1126054) (id 212) exited] [Thread 0x8fddc420 (LWP 1126052) (id 210) exited] [Thread 0x915df420 (LWP 1126049) (id 207) exited] [Thread 0x91de0420 (LWP 1126048) (id 206) exited] [Thread 0x92de2420 (LWP 1126046) (id 204) exited] [Thread 0x935e3420 (LWP 1126045) (id 203) exited] [Thread 0x945e5420 (LWP 1126043) (id 201) exited] [Thread 0x94de6420 (LWP 1126042) (id 200) exited] [Thread 0x955e7420 (LWP 1126041) (id 199) exited] [Thread 0x96dea420 (LWP 1126038) (id 196) exited] [Thread 0x97dec420 (LWP 1126036) (id 194) exited] [Thread 0x985ed420 (LWP 1126035) (id 193) exited] [Thread 0x98dee420 (LWP 1126034) (id 192) exited] [Thread 0x995ef420 (LWP 1126033) (id 191) exited] [Thread 0x99df0420 (LWP 1126032) (id 190) exited] [Thread 0x9a5f1420 (LWP 1126031) (id 189) exited] [Thread 0x9adf2420 (LWP 1126030) (id 188) exited] [Thread 0x9c5f5420 (LWP 1126027) (id 185) exited] [Thread 0x9cdf6420 (LWP 1126026) (id 184) exited] [Thread 0x9ddf8420 (LWP 1126024) (id 182) exited] [Thread 0x9e5f9420 (LWP 1126023) (id 181) exited] [Thread 0x9f5fb420 (LWP 1126021) (id 179) exited] [Thread 0xa05fd420 (LWP 1126019) (id 177) exited] [Thread 0xa0dfe420 (LWP 1126018) (id 176) exited] [Thread 0xa15ff420 (LWP 1126017) (id 175) exited] [Thread 0xa1e00420 (LWP 1126016) (id 174) exited] [Thread 0xa2601420 (LWP 1126015) (id 173) exited] [Thread 0xa2e02420 (LWP 1126014) (id 172) exited] [Thread 0xa3e04420 (LWP 1126012) (id 170) exited] [Thread 0xa4605420 (LWP 1126011) (id 169) exited] [Thread 0xa4e06420 (LWP 1126010) (id 168) exited] [Thread 0xa5607420 (LWP 1126009) (id 167) exited] [Thread 0xa5e08420 (LWP 1126008) (id 166) exited] [Thread 0xa6609420 (LWP 1126007) (id 165) exited] [Thread 0xa760b420 (LWP 1126005) (id 163) exited] [Thread 0xa7e0c420 (LWP 1126004) (id 162) exited] [Thread 0xa860d420 (LWP 1126003) (id 161) exited] [Thread 0xa8e0e420 (LWP 1126002) (id 160) exited] [Thread 0xa9e10420 (LWP 1126000) (id 158) exited] [Thread 0xaa611420 (LWP 1125999) (id 157) exited] [Thread 0xaae12420 (LWP 1125998) (id 156) exited] [Thread 0xab613420 (LWP 1125997) (id 155) exited] [Thread 0xabe14420 (LWP 1125996) (id 154) exited] [Thread 0xac615420 (LWP 1125995) (id 153) exited] [Thread 0xace16420 (LWP 1125994) (id 152) exited] [Thread 0xad617420 (LWP 1125993) (id 151) exited] [Thread 0xade18420 (LWP 1125992) (id 150) exited] [Thread 0xae619420 (LWP 1125991) (id 149) exited] [Thread 0xaee1a420 (LWP 1125990) (id 148) exited] [Thread 0xaf61b420 (LWP 1125989) (id 147) exited] [Thread 0xafe1c420 (LWP 1125988) (id 146) exited] [Thread 0xb061d420 (LWP 1125987) (id 145) exited] [Thread 0xb0e1e420 (LWP 1125986) (id 144) exited] [Thread 0xb2e22420 (LWP 1125982) (id 140) exited] [Thread 0xb3e24420 (LWP 1125980) (id 138) exited] [Thread 0xb4625420 (LWP 1125979) (id 137) exited] [Thread 0xb4e26420 (LWP 1125978) (id 136) exited] [Thread 0xb5e28420 (LWP 1125976) (id 134) exited] [Thread 0xb6629420 (LWP 1125975) (id 133) exited] [Thread 0xb6e2a420 (LWP 1125974) (id 132) exited] [Thread 0xb7e2c420 (LWP 1125972) (id 130) exited] [Thread 0xb8e2e420 (LWP 1125970) (id 128) exited] [Thread 0xb9e30420 (LWP 1125968) (id 126) exited] [Thread 0xba631420 (LWP 1125967) (id 125) exited] [Thread 0xbae32420 (LWP 1125966) (id 124) exited] [Thread 0xbbe34420 (LWP 1125964) (id 122) exited] [Thread 0xbc635420 (LWP 1125963) (id 121) exited] [Thread 0xbce36420 (LWP 1125962) (id 120) exited] [Thread 0xbd637420 (LWP 1125961) (id 119) exited] [Thread 0xbde38420 (LWP 1125960) (id 118) exited] [Thread 0xbe639420 (LWP 1125959) (id 117) exited] [Thread 0xbee3a420 (LWP 1125958) (id 116) exited] [Thread 0x8f5db420 (LWP 1126053) (id 211) exited] [Thread 0x7adb2420 (LWP 1126094) (id 252) exited] [Thread 0x835c3420 (LWP 1126077) (id 235) exited] [Thread 0x78dae420 (LWP 1126098) (id 256) exited] [Thread 0x925e1420 (LWP 1126047) (id 205) exited] [Thread 0x795af420 (LWP 1126097) (id 255) exited] [Thread 0x965e9420 (LWP 1126039) (id 197) exited] [Thread 0xa3603420 (LWP 1126013) (id 171) exited] [Thread 0xa6e0a420 (LWP 1126006) (id 164) exited] [Thread 0xa960f420 (LWP 1126001) (id 159) exited] [Thread 0xb3623420 (LWP 1125981) (id 139) exited] [Thread 0xb762b420 (LWP 1125973) (id 131) exited] [Thread 0xb862d420 (LWP 1125971) (id 129) exited] [Thread 0xbb633420 (LWP 1125965) (id 123) exited] [Thread 0xbf63b420 (LWP 1125957) (id 115) exited] [Thread 0xc063d420 (LWP 1125955) (id 113) exited] [Thread 0xc0e3e420 (LWP 1125954) (id 112) exited] [Thread 0xc163f420 (LWP 1125953) (id 111) exited] [Thread 0xc1e40420 (LWP 1125952) (id 110) exited] [Thread 0xc2641420 (LWP 1125951) (id 109) exited] [Thread 0xc2e42420 (LWP 1125950) (id 108) exited] [Thread 0xc3643420 (LWP 1125949) (id 107) exited] [Thread 0xc3e44420 (LWP 1125948) (id 106) exited] [Thread 0xc4645420 (LWP 1125947) (id 105) exited] [Thread 0xc4e46420 (LWP 1125946) (id 104) exited] [Thread 0xc5647420 (LWP 1125945) (id 103) exited] [Thread 0xc5e48420 (LWP 1125944) (id 102) exited] [Thread 0xc6649420 (LWP 1125943) (id 101) exited] [Thread 0xc6e4a420 (LWP 1125942) (id 100) exited] [Thread 0xc764b420 (LWP 1125941) (id 99) exited] [Thread 0xc7e4c420 (LWP 1125940) (id 98) exited] [Thread 0xc864d420 (LWP 1125939) (id 97) exited] [Thread 0xc8e4e420 (LWP 1125938) (id 96) exited] [Thread 0xc964f420 (LWP 1125937) (id 95) exited] [Thread 0xc9e50420 (LWP 1125936) (id 94) exited] [Thread 0xca651420 (LWP 1125935) (id 93) exited] [Thread 0xcb653420 (LWP 1125933) (id 91) exited] [Thread 0xcc655420 (LWP 1125931) (id 89) exited] [Thread 0xcce56420 (LWP 1125930) (id 88) exited] [Thread 0xcd657420 (LWP 1125929) (id 87) exited] [Thread 0xcde58420 (LWP 1125928) (id 86) exited] [Thread 0xce659420 (LWP 1125927) (id 85) exited] [Thread 0xcee5a420 (LWP 1125926) (id 84) exited] [Thread 0xcf65b420 (LWP 1125925) (id 83) exited] [Thread 0xcfe5c420 (LWP 1125924) (id 82) exited] [Thread 0xd065d420 (LWP 1125923) (id 81) exited] [Thread 0xd0e5e420 (LWP 1125922) (id 80) exited] [Thread 0xd165f420 (LWP 1125921) (id 79) exited] [Thread 0xd1e60420 (LWP 1125920) (id 78) exited] [Thread 0xd2661420 (LWP 1125919) (id 77) exited] [Thread 0xd2e62420 (LWP 1125918) (id 76) exited] [Thread 0xd3663420 (LWP 1125917) (id 75) exited] [Thread 0x90dde420 (LWP 1126050) (id 208) exited] [Thread 0x83dc4420 (LWP 1126076) (id 234) exited] [Thread 0x7f5bb420 (LWP 1126085) (id 243) exited] [Thread 0x7fdbc420 (LWP 1126084) (id 242) exited] [Thread 0x8d5d7420 (LWP 1126057) (id 215) exited] [Thread 0x905dd420 (LWP 1126051) (id 209) exited] [Thread 0x93de4420 (LWP 1126044) (id 202) exited] [Thread 0x975eb420 (LWP 1126037) (id 195) exited] [Thread 0x9b5f3420 (LWP 1126029) (id 187) exited] [Thread 0x9d5f7420 (LWP 1126025) (id 183) exited] [Thread 0x9edfa420 (LWP 1126022) (id 180) exited] [Thread 0x9fdfc420 (LWP 1126020) (id 178) exited] [Thread 0xb1e20420 (LWP 1125984) (id 142) exited] [Thread 0xb2621420 (LWP 1125983) (id 141) exited] [Thread 0xcae52420 (LWP 1125934) (id 92) exited] [Thread 0xcbe54420 (LWP 1125932) (id 90) exited] [Thread 0xd3e64420 (LWP 1125916) (id 74) exited] [Thread 0xd4665420 (LWP 1125915) (id 73) exited] [Thread 0xd4e66420 (LWP 1125914) (id 72) exited] [Thread 0xd5667420 (LWP 1125913) (id 71) exited] [Thread 0xd5e68420 (LWP 1125912) (id 70) exited] [Thread 0xd6669420 (LWP 1125911) (id 69) exited] [Thread 0xd6e6a420 (LWP 1125910) (id 68) exited] [Thread 0xd766b420 (LWP 1125909) (id 67) exited] [Thread 0xd7e6c420 (LWP 1125908) (id 66) exited] [Thread 0xd866d420 (LWP 1125907) (id 65) exited] [Thread 0xd8e6e420 (LWP 1125906) (id 64) exited] [Thread 0xd966f420 (LWP 1125905) (id 63) exited] [Thread 0xd9e70420 (LWP 1125904) (id 62) exited] [Thread 0xda671420 (LWP 1125903) (id 61) exited] [Thread 0xdae72420 (LWP 1125902) (id 60) exited] [Thread 0xdb673420 (LWP 1125901) (id 59) exited] [Thread 0xdbe74420 (LWP 1125900) (id 58) exited] [Thread 0xdc675420 (LWP 1125899) (id 57) exited] [Thread 0xdce76420 (LWP 1125898) (id 56) exited] [Thread 0xdd677420 (LWP 1125897) (id 55) exited] [Thread 0xdde78420 (LWP 1125896) (id 54) exited] [Thread 0xde679420 (LWP 1125895) (id 53) exited] [Thread 0xdee7a420 (LWP 1125894) (id 52) exited] [Thread 0xdf67b420 (LWP 1125893) (id 51) exited] [Thread 0xe067d420 (LWP 1125891) (id 49) exited] [Thread 0xe0e7e420 (LWP 1125890) (id 48) exited] [Thread 0xe167f420 (LWP 1125889) (id 47) exited] [Thread 0xe1e80420 (LWP 1125888) (id 46) exited] [Thread 0xe2e82420 (LWP 1125886) (id 44) exited] [Thread 0xe3683420 (LWP 1125885) (id 43) exited] [Thread 0xe3e84420 (LWP 1125884) (id 42) exited] [Thread 0xe4685420 (LWP 1125883) (id 41) exited] [Thread 0xe4e86420 (LWP 1125882) (id 40) exited] [Thread 0xe5687420 (LWP 1125881) (id 39) exited] [Thread 0xe5e88420 (LWP 1125880) (id 38) exited] [Thread 0xe6689420 (LWP 1125879) (id 37) exited] [Thread 0xe6e8a420 (LWP 1125878) (id 36) exited] [Thread 0xe768b420 (LWP 1125877) (id 35) exited] [Thread 0xbfe3c420 (LWP 1125956) (id 114) exited] [Thread 0xb5627420 (LWP 1125977) (id 135) exited] [Thread 0xe868d420 (LWP 1125875) (id 33) exited] [Thread 0xe2681420 (LWP 1125887) (id 45) exited] [Thread 0xb161f420 (LWP 1125985) (id 143) exited] [Thread 0xe7e8c420 (LWP 1125876) (id 34) exited] [Thread 0xe8e8e420 (LWP 1125874) (id 32) exited] [Thread 0xe968f420 (LWP 1125873) (id 31) exited] [Thread 0xe9e90420 (LWP 1125872) (id 30) exited] [Thread 0xea691420 (LWP 1125871) (id 29) exited] [Thread 0xeae92420 (LWP 1125870) (id 28) exited] [Thread 0xeb693420 (LWP 1125869) (id 27) exited] [Thread 0xebe94420 (LWP 1125868) (id 26) exited] [Thread 0xec695420 (LWP 1125867) (id 25) exited] [Thread 0xece96420 (LWP 1125866) (id 24) exited] [Thread 0xed697420 (LWP 1125865) (id 23) exited] [Thread 0xede98420 (LWP 1125864) (id 22) exited] [Thread 0xee699420 (LWP 1125863) (id 21) exited] [Thread 0xeee9a420 (LWP 1125862) (id 20) exited] [Thread 0xef69b420 (LWP 1125861) (id 19) exited] [Thread 0xefe9c420 (LWP 1125860) (id 18) exited] [Thread 0xf069d420 (LWP 1125859) (id 17) exited] [Thread 0xf0e9e420 (LWP 1125858) (id 16) exited] [Thread 0xf169f420 (LWP 1125857) (id 15) exited] [Thread 0xf1ea0420 (LWP 1125856) (id 14) exited] [Thread 0xf26a1420 (LWP 1125855) (id 13) exited] [Thread 0xf2ea2420 (LWP 1125854) (id 12) exited] [Thread 0xf36a3420 (LWP 1125853) (id 11) exited] [Thread 0xf3ea4420 (LWP 1125852) (id 10) exited] [Thread 0xf46a5420 (LWP 1125851) (id 9) exited] [Thread 0xf4ea6420 (LWP 1125850) (id 8) exited] [Thread 0xf56a7420 (LWP 1125849) (id 7) exited] [Thread 0xf5ea8420 (LWP 1125848) (id 6) exited] [Thread 0xf66a9420 (LWP 1125847) (id 5) exited] [Thread 0xf6eaa420 (LWP 1125846) (id 4) exited] [Thread 0xf76ab420 (LWP 1125845) (id 3) exited] [Thread 0xf7eac420 (LWP 1125844) (id 2) exited] [Thread 0x9bdf4420 (LWP 1126028) (id 186) exited] [Thread 0x95de8420 (LWP 1126040) (id 198) exited] [Thread 0xb962f420 (LWP 1125969) (id 127) exited] [Thread 0xf7fcef60 (LWP 1125842) (id 1) exited] [Thread 0xdfe7c420 (LWP 1125892) (id 50) exited] [New process 1125842 (id 258)] [Inferior 1 (process 1125842) exited normally] (gdb) KPASS: 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 1126136) (id 2)] [New Thread 0xf76ab420 (LWP 1126137) (id 3)] [New Thread 0xf6eaa420 (LWP 1126138) (id 4)] [New Thread 0xf66a9420 (LWP 1126139) (id 5)] [New Thread 0xf5ea8420 (LWP 1126140) (id 6)] [New Thread 0xf56a7420 (LWP 1126141) (id 7)] [New Thread 0xf4ea6420 (LWP 1126142) (id 8)] [New Thread 0xf46a5420 (LWP 1126143) (id 9)] [New Thread 0xf3ea4420 (LWP 1126144) (id 10)] [New Thread 0xf36a3420 (LWP 1126145) (id 11)] [New Thread 0xf2ea2420 (LWP 1126146) (id 12)] [New Thread 0xf26a1420 (LWP 1126147) (id 13)] [New Thread 0xf1ea0420 (LWP 1126148) (id 14)] [New Thread 0xf169f420 (LWP 1126149) (id 15)] [New Thread 0xf0e9e420 (LWP 1126150) (id 16)] [New Thread 0xf069d420 (LWP 1126151) (id 17)] [New Thread 0xefe9c420 (LWP 1126152) (id 18)] [New Thread 0xef69b420 (LWP 1126153) (id 19)] [New Thread 0xeee9a420 (LWP 1126154) (id 20)] [New Thread 0xee699420 (LWP 1126155) (id 21)] [New Thread 0xede98420 (LWP 1126156) (id 22)] [New Thread 0xed697420 (LWP 1126157) (id 23)] [New Thread 0xece96420 (LWP 1126158) (id 24)] [New Thread 0xec695420 (LWP 1126159) (id 25)] [New Thread 0xebe94420 (LWP 1126160) (id 26)] [New Thread 0xeb693420 (LWP 1126161) (id 27)] [New Thread 0xeae92420 (LWP 1126162) (id 28)] [New Thread 0xea691420 (LWP 1126163) (id 29)] [New Thread 0xe9e90420 (LWP 1126164) (id 30)] [New Thread 0xe968f420 (LWP 1126165) (id 31)] [New Thread 0xe8e8e420 (LWP 1126166) (id 32)] [New Thread 0xe868d420 (LWP 1126167) (id 33)] [New Thread 0xe7e8c420 (LWP 1126168) (id 34)] [New Thread 0xe768b420 (LWP 1126169) (id 35)] [New Thread 0xe6e8a420 (LWP 1126170) (id 36)] [New Thread 0xe6689420 (LWP 1126171) (id 37)] [New Thread 0xe5e88420 (LWP 1126172) (id 38)] [New Thread 0xe5687420 (LWP 1126173) (id 39)] [New Thread 0xe4e86420 (LWP 1126174) (id 40)] [New Thread 0xe4685420 (LWP 1126175) (id 41)] [New Thread 0xe3e84420 (LWP 1126176) (id 42)] [New Thread 0xe3683420 (LWP 1126177) (id 43)] [New Thread 0xe2e82420 (LWP 1126178) (id 44)] [New Thread 0xe2681420 (LWP 1126179) (id 45)] [New Thread 0xe1e80420 (LWP 1126180) (id 46)] [New Thread 0xe167f420 (LWP 1126181) (id 47)] [New Thread 0xe0e7e420 (LWP 1126182) (id 48)] [New Thread 0xe067d420 (LWP 1126183) (id 49)] [New Thread 0xdfe7c420 (LWP 1126184) (id 50)] [New Thread 0xdf67b420 (LWP 1126185) (id 51)] [New Thread 0xdee7a420 (LWP 1126186) (id 52)] [New Thread 0xde679420 (LWP 1126187) (id 53)] [New Thread 0xdde78420 (LWP 1126188) (id 54)] [New Thread 0xdd677420 (LWP 1126189) (id 55)] [New Thread 0xdce76420 (LWP 1126190) (id 56)] [New Thread 0xdc675420 (LWP 1126191) (id 57)] [New Thread 0xdbe74420 (LWP 1126192) (id 58)] [New Thread 0xdb673420 (LWP 1126193) (id 59)] [New Thread 0xdae72420 (LWP 1126194) (id 60)] [New Thread 0xda671420 (LWP 1126195) (id 61)] [New Thread 0xd9e70420 (LWP 1126196) (id 62)] [New Thread 0xd966f420 (LWP 1126197) (id 63)] [New Thread 0xd8e6e420 (LWP 1126198) (id 64)] [New Thread 0xd866d420 (LWP 1126199) (id 65)] [New Thread 0xd7e6c420 (LWP 1126200) (id 66)] [New Thread 0xd766b420 (LWP 1126201) (id 67)] [New Thread 0xd6e6a420 (LWP 1126202) (id 68)] [New Thread 0xd6669420 (LWP 1126203) (id 69)] [New Thread 0xd5e68420 (LWP 1126204) (id 70)] [New Thread 0xd5667420 (LWP 1126205) (id 71)] [New Thread 0xd4e66420 (LWP 1126206) (id 72)] [New Thread 0xd4665420 (LWP 1126207) (id 73)] [New Thread 0xd3e64420 (LWP 1126208) (id 74)] [New Thread 0xd3663420 (LWP 1126209) (id 75)] [New Thread 0xd2e62420 (LWP 1126210) (id 76)] [New Thread 0xd2661420 (LWP 1126211) (id 77)] [New Thread 0xd1e60420 (LWP 1126212) (id 78)] [New Thread 0xd165f420 (LWP 1126213) (id 79)] [New Thread 0xd0e5e420 (LWP 1126214) (id 80)] [New Thread 0xd065d420 (LWP 1126215) (id 81)] [New Thread 0xcfe5c420 (LWP 1126216) (id 82)] [New Thread 0xcf65b420 (LWP 1126217) (id 83)] [New Thread 0xcee5a420 (LWP 1126218) (id 84)] [New Thread 0xce659420 (LWP 1126219) (id 85)] [New Thread 0xcde58420 (LWP 1126220) (id 86)] [New Thread 0xcd657420 (LWP 1126221) (id 87)] [New Thread 0xcce56420 (LWP 1126222) (id 88)] [New Thread 0xcc655420 (LWP 1126223) (id 89)] [New Thread 0xcbe54420 (LWP 1126224) (id 90)] [New Thread 0xcb653420 (LWP 1126225) (id 91)] [New Thread 0xcae52420 (LWP 1126226) (id 92)] [New Thread 0xca651420 (LWP 1126227) (id 93)] [New Thread 0xc9e50420 (LWP 1126228) (id 94)] [New Thread 0xc964f420 (LWP 1126229) (id 95)] [New Thread 0xc8e4e420 (LWP 1126230) (id 96)] [New Thread 0xc864d420 (LWP 1126231) (id 97)] [New Thread 0xc7e4c420 (LWP 1126232) (id 98)] [New Thread 0xc764b420 (LWP 1126233) (id 99)] [New Thread 0xc6e4a420 (LWP 1126234) (id 100)] [New Thread 0xc6649420 (LWP 1126235) (id 101)] [New Thread 0xc5e48420 (LWP 1126236) (id 102)] [New Thread 0xc5647420 (LWP 1126237) (id 103)] [New Thread 0xc4e46420 (LWP 1126238) (id 104)] [New Thread 0xc4645420 (LWP 1126239) (id 105)] [New Thread 0xc3e44420 (LWP 1126240) (id 106)] [New Thread 0xc3643420 (LWP 1126241) (id 107)] [New Thread 0xc2e42420 (LWP 1126242) (id 108)] [New Thread 0xc2641420 (LWP 1126243) (id 109)] [New Thread 0xc1e40420 (LWP 1126244) (id 110)] [New Thread 0xc163f420 (LWP 1126245) (id 111)] [New Thread 0xc0e3e420 (LWP 1126246) (id 112)] [New Thread 0xc063d420 (LWP 1126247) (id 113)] [New Thread 0xbfe3c420 (LWP 1126248) (id 114)] [New Thread 0xbf63b420 (LWP 1126249) (id 115)] [New Thread 0xbee3a420 (LWP 1126250) (id 116)] [New Thread 0xbe639420 (LWP 1126251) (id 117)] [New Thread 0xbde38420 (LWP 1126252) (id 118)] [New Thread 0xbd637420 (LWP 1126253) (id 119)] [New Thread 0xbce36420 (LWP 1126254) (id 120)] [New Thread 0xbc635420 (LWP 1126255) (id 121)] [New Thread 0xbbe34420 (LWP 1126256) (id 122)] [New Thread 0xbb633420 (LWP 1126257) (id 123)] [New Thread 0xbae32420 (LWP 1126258) (id 124)] [New Thread 0xba631420 (LWP 1126259) (id 125)] [New Thread 0xb9e30420 (LWP 1126260) (id 126)] [New Thread 0xb962f420 (LWP 1126261) (id 127)] [New Thread 0xb8e2e420 (LWP 1126262) (id 128)] [New Thread 0xb862d420 (LWP 1126263) (id 129)] [New Thread 0xb7e2c420 (LWP 1126264) (id 130)] [New Thread 0xb762b420 (LWP 1126265) (id 131)] [New Thread 0xb6e2a420 (LWP 1126266) (id 132)] [New Thread 0xb6629420 (LWP 1126267) (id 133)] [New Thread 0xb5e28420 (LWP 1126268) (id 134)] [New Thread 0xb5627420 (LWP 1126269) (id 135)] [New Thread 0xb4e26420 (LWP 1126270) (id 136)] [New Thread 0xb4625420 (LWP 1126271) (id 137)] [New Thread 0xb3e24420 (LWP 1126272) (id 138)] [New Thread 0xb3623420 (LWP 1126273) (id 139)] [New Thread 0xb2e22420 (LWP 1126274) (id 140)] [New Thread 0xb2621420 (LWP 1126275) (id 141)] [New Thread 0xb1e20420 (LWP 1126276) (id 142)] [New Thread 0xb161f420 (LWP 1126277) (id 143)] [New Thread 0xb0e1e420 (LWP 1126278) (id 144)] [New Thread 0xb061d420 (LWP 1126279) (id 145)] [New Thread 0xafe1c420 (LWP 1126280) (id 146)] [New Thread 0xaf61b420 (LWP 1126281) (id 147)] [New Thread 0xaee1a420 (LWP 1126282) (id 148)] [New Thread 0xae619420 (LWP 1126283) (id 149)] [New Thread 0xade18420 (LWP 1126284) (id 150)] [New Thread 0xad617420 (LWP 1126285) (id 151)] [New Thread 0xace16420 (LWP 1126286) (id 152)] [New Thread 0xac615420 (LWP 1126287) (id 153)] [New Thread 0xabe14420 (LWP 1126288) (id 154)] [New Thread 0xab613420 (LWP 1126289) (id 155)] [New Thread 0xaae12420 (LWP 1126290) (id 156)] [New Thread 0xaa611420 (LWP 1126291) (id 157)] [New Thread 0xa9e10420 (LWP 1126292) (id 158)] [New Thread 0xa960f420 (LWP 1126293) (id 159)] [New Thread 0xa8e0e420 (LWP 1126294) (id 160)] [New Thread 0xa860d420 (LWP 1126295) (id 161)] [New Thread 0xa7e0c420 (LWP 1126296) (id 162)] [New Thread 0xa760b420 (LWP 1126297) (id 163)] [New Thread 0xa6e0a420 (LWP 1126298) (id 164)] [New Thread 0xa6609420 (LWP 1126299) (id 165)] [New Thread 0xa5e08420 (LWP 1126300) (id 166)] [New Thread 0xa5607420 (LWP 1126301) (id 167)] [New Thread 0xa4e06420 (LWP 1126302) (id 168)] [New Thread 0xa4605420 (LWP 1126303) (id 169)] [New Thread 0xa3e04420 (LWP 1126304) (id 170)] [New Thread 0xa3603420 (LWP 1126305) (id 171)] [New Thread 0xa2e02420 (LWP 1126306) (id 172)] [New Thread 0xa2601420 (LWP 1126307) (id 173)] [New Thread 0xa1e00420 (LWP 1126308) (id 174)] [New Thread 0xa15ff420 (LWP 1126309) (id 175)] [New Thread 0xa0dfe420 (LWP 1126310) (id 176)] [New Thread 0xa05fd420 (LWP 1126311) (id 177)] [New Thread 0x9fdfc420 (LWP 1126312) (id 178)] [New Thread 0x9f5fb420 (LWP 1126313) (id 179)] [New Thread 0x9edfa420 (LWP 1126314) (id 180)] [New Thread 0x9e5f9420 (LWP 1126315) (id 181)] [New Thread 0x9ddf8420 (LWP 1126316) (id 182)] [New Thread 0x9d5f7420 (LWP 1126317) (id 183)] [New Thread 0x9cdf6420 (LWP 1126318) (id 184)] [New Thread 0x9c5f5420 (LWP 1126319) (id 185)] [New Thread 0x9bdf4420 (LWP 1126320) (id 186)] [New Thread 0x9b5f3420 (LWP 1126321) (id 187)] [New Thread 0x9adf2420 (LWP 1126322) (id 188)] [New Thread 0x9a5f1420 (LWP 1126323) (id 189)] [New Thread 0x99df0420 (LWP 1126324) (id 190)] [New Thread 0x995ef420 (LWP 1126325) (id 191)] [New Thread 0x98dee420 (LWP 1126326) (id 192)] [New Thread 0x985ed420 (LWP 1126327) (id 193)] [New Thread 0x97dec420 (LWP 1126328) (id 194)] [New Thread 0x975eb420 (LWP 1126329) (id 195)] [New Thread 0x96dea420 (LWP 1126330) (id 196)] [New Thread 0x965e9420 (LWP 1126331) (id 197)] [New Thread 0x95de8420 (LWP 1126332) (id 198)] [New Thread 0x955e7420 (LWP 1126333) (id 199)] [New Thread 0x94de6420 (LWP 1126334) (id 200)] [New Thread 0x945e5420 (LWP 1126335) (id 201)] [New Thread 0x93de4420 (LWP 1126336) (id 202)] [New Thread 0x935e3420 (LWP 1126337) (id 203)] [New Thread 0x92de2420 (LWP 1126338) (id 204)] [New Thread 0x925e1420 (LWP 1126339) (id 205)] [New Thread 0x91de0420 (LWP 1126340) (id 206)] [New Thread 0x915df420 (LWP 1126341) (id 207)] [New Thread 0x90dde420 (LWP 1126342) (id 208)] [New Thread 0x905dd420 (LWP 1126343) (id 209)] [New Thread 0x8fddc420 (LWP 1126344) (id 210)] [New Thread 0x8f5db420 (LWP 1126345) (id 211)] [New Thread 0x8edda420 (LWP 1126346) (id 212)] [New Thread 0x8e5d9420 (LWP 1126347) (id 213)] [New Thread 0x8ddd8420 (LWP 1126348) (id 214)] [New Thread 0x8d5d7420 (LWP 1126349) (id 215)] [New Thread 0x8cdd6420 (LWP 1126350) (id 216)] [New Thread 0x8c5d5420 (LWP 1126351) (id 217)] [New Thread 0x8bdd4420 (LWP 1126352) (id 218)] [New Thread 0x8b5d3420 (LWP 1126353) (id 219)] [New Thread 0x8add2420 (LWP 1126354) (id 220)] [New Thread 0x8a5d1420 (LWP 1126355) (id 221)] [New Thread 0x89dd0420 (LWP 1126356) (id 222)] [New Thread 0x895cf420 (LWP 1126357) (id 223)] [New Thread 0x88dce420 (LWP 1126358) (id 224)] [New Thread 0x885cd420 (LWP 1126359) (id 225)] [New Thread 0x87dcc420 (LWP 1126360) (id 226)] [New Thread 0x875cb420 (LWP 1126361) (id 227)] [New Thread 0x86dca420 (LWP 1126362) (id 228)] [New Thread 0x865c9420 (LWP 1126363) (id 229)] [New Thread 0x85dc8420 (LWP 1126364) (id 230)] [New Thread 0x855c7420 (LWP 1126365) (id 231)] [New Thread 0x84dc6420 (LWP 1126366) (id 232)] [New Thread 0x845c5420 (LWP 1126367) (id 233)] [New Thread 0x83dc4420 (LWP 1126368) (id 234)] [New Thread 0x835c3420 (LWP 1126369) (id 235)] [New Thread 0x82dc2420 (LWP 1126370) (id 236)] [New Thread 0x825c1420 (LWP 1126371) (id 237)] [New Thread 0x81dc0420 (LWP 1126372) (id 238)] [New Thread 0x815bf420 (LWP 1126373) (id 239)] [New Thread 0x80dbe420 (LWP 1126374) (id 240)] [New Thread 0x805bd420 (LWP 1126375) (id 241)] [New Thread 0x7fdbc420 (LWP 1126376) (id 242)] [New Thread 0x7f5bb420 (LWP 1126377) (id 243)] [New Thread 0x7edba420 (LWP 1126378) (id 244)] [New Thread 0x7e5b9420 (LWP 1126379) (id 245)] [New Thread 0x7ddb8420 (LWP 1126380) (id 246)] [New Thread 0x7d5b7420 (LWP 1126381) (id 247)] [New Thread 0x7cdb6420 (LWP 1126382) (id 248)] [New Thread 0x7c5b5420 (LWP 1126383) (id 249)] [New Thread 0x7bdb4420 (LWP 1126384) (id 250)] [New Thread 0x7b5b3420 (LWP 1126385) (id 251)] [New Thread 0x7adb2420 (LWP 1126386) (id 252)] [New Thread 0x7a5b1420 (LWP 1126387) (id 253)] [New Thread 0x79db0420 (LWP 1126388) (id 254)] [New Thread 0x795af420 (LWP 1126389) (id 255)] [New Thread 0x78dae420 (LWP 1126390) (id 256)] [New Thread 0x785ad420 (LWP 1126391) (id 257)] [Switching to Thread 0xeb693420 (LWP 1126161)] Thread 27 "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. [Thread 0x785ad420 (LWP 1126391) (id 257) exited] [Thread 0x78dae420 (LWP 1126390) (id 256) exited] [Thread 0x795af420 (LWP 1126389) (id 255) exited] [Thread 0x79db0420 (LWP 1126388) (id 254) exited] [Thread 0x7a5b1420 (LWP 1126387) (id 253) exited] [Thread 0x7adb2420 (LWP 1126386) (id 252) exited] [Thread 0x7b5b3420 (LWP 1126385) (id 251) exited] [Thread 0x7bdb4420 (LWP 1126384) (id 250) exited] [Thread 0x7c5b5420 (LWP 1126383) (id 249) exited] [Thread 0x7cdb6420 (LWP 1126382) (id 248) exited] [Thread 0x7d5b7420 (LWP 1126381) (id 247) exited] [Thread 0x7ddb8420 (LWP 1126380) (id 246) exited] [Thread 0x7e5b9420 (LWP 1126379) (id 245) exited] [Thread 0x7edba420 (LWP 1126378) (id 244) exited] [Thread 0x7f5bb420 (LWP 1126377) (id 243) exited] [Thread 0x7fdbc420 (LWP 1126376) (id 242) exited] [Thread 0x805bd420 (LWP 1126375) (id 241) exited] [Thread 0x80dbe420 (LWP 1126374) (id 240) exited] [Thread 0x815bf420 (LWP 1126373) (id 239) exited] [Thread 0x81dc0420 (LWP 1126372) (id 238) exited] [Thread 0x825c1420 (LWP 1126371) (id 237) exited] [Thread 0x82dc2420 (LWP 1126370) (id 236) exited] [Thread 0x835c3420 (LWP 1126369) (id 235) exited] [Thread 0x83dc4420 (LWP 1126368) (id 234) exited] [Thread 0x845c5420 (LWP 1126367) (id 233) exited] [Thread 0x84dc6420 (LWP 1126366) (id 232) exited] [Thread 0x855c7420 (LWP 1126365) (id 231) exited] [Thread 0x85dc8420 (LWP 1126364) (id 230) exited] [Thread 0x865c9420 (LWP 1126363) (id 229) exited] [Thread 0x86dca420 (LWP 1126362) (id 228) exited] [Thread 0x875cb420 (LWP 1126361) (id 227) exited] [Thread 0x87dcc420 (LWP 1126360) (id 226) exited] [Thread 0x885cd420 (LWP 1126359) (id 225) exited] [Thread 0x88dce420 (LWP 1126358) (id 224) exited] [Thread 0x895cf420 (LWP 1126357) (id 223) exited] [Thread 0x89dd0420 (LWP 1126356) (id 222) exited] [Thread 0x8a5d1420 (LWP 1126355) (id 221) exited] [Thread 0x8add2420 (LWP 1126354) (id 220) exited] [Thread 0x8b5d3420 (LWP 1126353) (id 219) exited] [Thread 0x8bdd4420 (LWP 1126352) (id 218) exited] [Thread 0x8c5d5420 (LWP 1126351) (id 217) exited] [Thread 0x8cdd6420 (LWP 1126350) (id 216) exited] [Thread 0x8d5d7420 (LWP 1126349) (id 215) exited] [Thread 0x8ddd8420 (LWP 1126348) (id 214) exited] [Thread 0x8e5d9420 (LWP 1126347) (id 213) exited] [Thread 0x8edda420 (LWP 1126346) (id 212) exited] [Thread 0x8f5db420 (LWP 1126345) (id 211) exited] [Thread 0x8fddc420 (LWP 1126344) (id 210) exited] [Thread 0x905dd420 (LWP 1126343) (id 209) exited] [Thread 0x90dde420 (LWP 1126342) (id 208) exited] [Thread 0x915df420 (LWP 1126341) (id 207) exited] [Thread 0x91de0420 (LWP 1126340) (id 206) exited] [Thread 0x925e1420 (LWP 1126339) (id 205) exited] [Thread 0x92de2420 (LWP 1126338) (id 204) exited] [Thread 0x935e3420 (LWP 1126337) (id 203) exited] [Thread 0x93de4420 (LWP 1126336) (id 202) exited] [Thread 0x945e5420 (LWP 1126335) (id 201) exited] [Thread 0x94de6420 (LWP 1126334) (id 200) exited] [Thread 0x955e7420 (LWP 1126333) (id 199) exited] [Thread 0x95de8420 (LWP 1126332) (id 198) exited] [Thread 0x965e9420 (LWP 1126331) (id 197) exited] [Thread 0x96dea420 (LWP 1126330) (id 196) exited] [Thread 0x975eb420 (LWP 1126329) (id 195) exited] [Thread 0x97dec420 (LWP 1126328) (id 194) exited] [Thread 0x985ed420 (LWP 1126327) (id 193) exited] [Thread 0x98dee420 (LWP 1126326) (id 192) exited] [Thread 0x995ef420 (LWP 1126325) (id 191) exited] [Thread 0x99df0420 (LWP 1126324) (id 190) exited] [Thread 0x9a5f1420 (LWP 1126323) (id 189) exited] [Thread 0x9adf2420 (LWP 1126322) (id 188) exited] [Thread 0x9b5f3420 (LWP 1126321) (id 187) exited] [Thread 0x9bdf4420 (LWP 1126320) (id 186) exited] [Thread 0x9c5f5420 (LWP 1126319) (id 185) exited] [Thread 0x9cdf6420 (LWP 1126318) (id 184) exited] [Thread 0x9d5f7420 (LWP 1126317) (id 183) exited] [Thread 0x9ddf8420 (LWP 1126316) (id 182) exited] [Thread 0x9e5f9420 (LWP 1126315) (id 181) exited] [Thread 0x9edfa420 (LWP 1126314) (id 180) exited] [Thread 0x9f5fb420 (LWP 1126313) (id 179) exited] [Thread 0x9fdfc420 (LWP 1126312) (id 178) exited] [Thread 0xa05fd420 (LWP 1126311) (id 177) exited] [Thread 0xa0dfe420 (LWP 1126310) (id 176) exited] [Thread 0xa15ff420 (LWP 1126309) (id 175) exited] [Thread 0xa1e00420 (LWP 1126308) (id 174) exited] [Thread 0xa2601420 (LWP 1126307) (id 173) exited] [Thread 0xa2e02420 (LWP 1126306) (id 172) exited] [Thread 0xa3603420 (LWP 1126305) (id 171) exited] [Thread 0xa3e04420 (LWP 1126304) (id 170) exited] [Thread 0xa4605420 (LWP 1126303) (id 169) exited] [Thread 0xa4e06420 (LWP 1126302) (id 168) exited] [Thread 0xa5607420 (LWP 1126301) (id 167) exited] [Thread 0xa5e08420 (LWP 1126300) (id 166) exited] [Thread 0xa6609420 (LWP 1126299) (id 165) exited] [Thread 0xa6e0a420 (LWP 1126298) (id 164) exited] [Thread 0xa760b420 (LWP 1126297) (id 163) exited] [Thread 0xa7e0c420 (LWP 1126296) (id 162) exited] [Thread 0xa860d420 (LWP 1126295) (id 161) exited] [Thread 0xa8e0e420 (LWP 1126294) (id 160) exited] [Thread 0xa960f420 (LWP 1126293) (id 159) exited] [Thread 0xa9e10420 (LWP 1126292) (id 158) exited] [Thread 0xaa611420 (LWP 1126291) (id 157) exited] [Thread 0xaae12420 (LWP 1126290) (id 156) exited] [Thread 0xab613420 (LWP 1126289) (id 155) exited] [Thread 0xabe14420 (LWP 1126288) (id 154) exited] [Thread 0xac615420 (LWP 1126287) (id 153) exited] [Thread 0xace16420 (LWP 1126286) (id 152) exited] [Thread 0xad617420 (LWP 1126285) (id 151) exited] [Thread 0xade18420 (LWP 1126284) (id 150) exited] [Thread 0xae619420 (LWP 1126283) (id 149) exited] [Thread 0xaee1a420 (LWP 1126282) (id 148) exited] [Thread 0xaf61b420 (LWP 1126281) (id 147) exited] [Thread 0xafe1c420 (LWP 1126280) (id 146) exited] [Thread 0xb061d420 (LWP 1126279) (id 145) exited] [Thread 0xb0e1e420 (LWP 1126278) (id 144) exited] [Thread 0xb161f420 (LWP 1126277) (id 143) exited] [Thread 0xb1e20420 (LWP 1126276) (id 142) exited] [Thread 0xb2621420 (LWP 1126275) (id 141) exited] [Thread 0xb2e22420 (LWP 1126274) (id 140) exited] [Thread 0xb3623420 (LWP 1126273) (id 139) exited] [Thread 0xb3e24420 (LWP 1126272) (id 138) exited] [Thread 0xb4625420 (LWP 1126271) (id 137) exited] [Thread 0xb4e26420 (LWP 1126270) (id 136) exited] [Thread 0xb5627420 (LWP 1126269) (id 135) exited] [Thread 0xb5e28420 (LWP 1126268) (id 134) exited] [Thread 0xb6629420 (LWP 1126267) (id 133) exited] [Thread 0xb6e2a420 (LWP 1126266) (id 132) exited] [Thread 0xb762b420 (LWP 1126265) (id 131) exited] [Thread 0xb7e2c420 (LWP 1126264) (id 130) exited] [Thread 0xb862d420 (LWP 1126263) (id 129) exited] [Thread 0xb8e2e420 (LWP 1126262) (id 128) exited] [Thread 0xb962f420 (LWP 1126261) (id 127) exited] [Thread 0xb9e30420 (LWP 1126260) (id 126) exited] [Thread 0xba631420 (LWP 1126259) (id 125) exited] [Thread 0xbae32420 (LWP 1126258) (id 124) exited] [Thread 0xbb633420 (LWP 1126257) (id 123) exited] [Thread 0xbbe34420 (LWP 1126256) (id 122) exited] [Thread 0xbc635420 (LWP 1126255) (id 121) exited] [Thread 0xbce36420 (LWP 1126254) (id 120) exited] [Thread 0xbd637420 (LWP 1126253) (id 119) exited] [Thread 0xbde38420 (LWP 1126252) (id 118) exited] [Thread 0xbe639420 (LWP 1126251) (id 117) exited] [Thread 0xbee3a420 (LWP 1126250) (id 116) exited] [Thread 0xbf63b420 (LWP 1126249) (id 115) exited] [Thread 0xbfe3c420 (LWP 1126248) (id 114) exited] [Thread 0xc063d420 (LWP 1126247) (id 113) exited] [Thread 0xc0e3e420 (LWP 1126246) (id 112) exited] [Thread 0xc163f420 (LWP 1126245) (id 111) exited] [Thread 0xc1e40420 (LWP 1126244) (id 110) exited] [Thread 0xc2641420 (LWP 1126243) (id 109) exited] [Thread 0xc2e42420 (LWP 1126242) (id 108) exited] [Thread 0xc3643420 (LWP 1126241) (id 107) exited] [Thread 0xc3e44420 (LWP 1126240) (id 106) exited] [Thread 0xc4645420 (LWP 1126239) (id 105) exited] [Thread 0xc4e46420 (LWP 1126238) (id 104) exited] [Thread 0xc5647420 (LWP 1126237) (id 103) exited] [Thread 0xc5e48420 (LWP 1126236) (id 102) exited] [Thread 0xc6649420 (LWP 1126235) (id 101) exited] [Thread 0xc6e4a420 (LWP 1126234) (id 100) exited] [Thread 0xc764b420 (LWP 1126233) (id 99) exited] [Thread 0xc7e4c420 (LWP 1126232) (id 98) exited] [Thread 0xc864d420 (LWP 1126231) (id 97) exited] [Thread 0xc8e4e420 (LWP 1126230) (id 96) exited] [Thread 0xc964f420 (LWP 1126229) (id 95) exited] [Thread 0xc9e50420 (LWP 1126228) (id 94) exited] [Thread 0xca651420 (LWP 1126227) (id 93) exited] [Thread 0xcae52420 (LWP 1126226) (id 92) exited] [Thread 0xcb653420 (LWP 1126225) (id 91) exited] [Thread 0xcbe54420 (LWP 1126224) (id 90) exited] [Thread 0xcc655420 (LWP 1126223) (id 89) exited] [Thread 0xcce56420 (LWP 1126222) (id 88) exited] [Thread 0xcd657420 (LWP 1126221) (id 87) exited] [Thread 0xcde58420 (LWP 1126220) (id 86) exited] [Thread 0xce659420 (LWP 1126219) (id 85) exited] [Thread 0xcee5a420 (LWP 1126218) (id 84) exited] [Thread 0xcf65b420 (LWP 1126217) (id 83) exited] [Thread 0xcfe5c420 (LWP 1126216) (id 82) exited] [Thread 0xd065d420 (LWP 1126215) (id 81) exited] [Thread 0xd0e5e420 (LWP 1126214) (id 80) exited] [Thread 0xd165f420 (LWP 1126213) (id 79) exited] [Thread 0xd1e60420 (LWP 1126212) (id 78) exited] [Thread 0xd2661420 (LWP 1126211) (id 77) exited] [Thread 0xd2e62420 (LWP 1126210) (id 76) exited] [Thread 0xd3663420 (LWP 1126209) (id 75) exited] [Thread 0xd3e64420 (LWP 1126208) (id 74) exited] [Thread 0xd4665420 (LWP 1126207) (id 73) exited] [Thread 0xd4e66420 (LWP 1126206) (id 72) exited] [Thread 0xd5667420 (LWP 1126205) (id 71) exited] [Thread 0xd5e68420 (LWP 1126204) (id 70) exited] [Thread 0xd6669420 (LWP 1126203) (id 69) exited] [Thread 0xd6e6a420 (LWP 1126202) (id 68) exited] [Thread 0xd766b420 (LWP 1126201) (id 67) exited] [Thread 0xd7e6c420 (LWP 1126200) (id 66) exited] [Thread 0xd866d420 (LWP 1126199) (id 65) exited] [Thread 0xd8e6e420 (LWP 1126198) (id 64) exited] [Thread 0xd966f420 (LWP 1126197) (id 63) exited] [Thread 0xd9e70420 (LWP 1126196) (id 62) exited] [Thread 0xda671420 (LWP 1126195) (id 61) exited] [Thread 0xdae72420 (LWP 1126194) (id 60) exited] [Thread 0xdb673420 (LWP 1126193) (id 59) exited] [Thread 0xdbe74420 (LWP 1126192) (id 58) exited] [Thread 0xdc675420 (LWP 1126191) (id 57) exited] [Thread 0xdce76420 (LWP 1126190) (id 56) exited] [Thread 0xdd677420 (LWP 1126189) (id 55) exited] [Thread 0xdde78420 (LWP 1126188) (id 54) exited] [Thread 0xde679420 (LWP 1126187) (id 53) exited] [Thread 0xdee7a420 (LWP 1126186) (id 52) exited] [Thread 0xdf67b420 (LWP 1126185) (id 51) exited] [Thread 0xdfe7c420 (LWP 1126184) (id 50) exited] [Thread 0xe067d420 (LWP 1126183) (id 49) exited] [Thread 0xe0e7e420 (LWP 1126182) (id 48) exited] [Thread 0xe167f420 (LWP 1126181) (id 47) exited] [Thread 0xe1e80420 (LWP 1126180) (id 46) exited] [Thread 0xe2681420 (LWP 1126179) (id 45) exited] [Thread 0xe2e82420 (LWP 1126178) (id 44) exited] [Thread 0xe3683420 (LWP 1126177) (id 43) exited] [Thread 0xe3e84420 (LWP 1126176) (id 42) exited] [Thread 0xe4685420 (LWP 1126175) (id 41) exited] [Thread 0xe4e86420 (LWP 1126174) (id 40) exited] [Thread 0xe5687420 (LWP 1126173) (id 39) exited] [Thread 0xe5e88420 (LWP 1126172) (id 38) exited] [Thread 0xe6689420 (LWP 1126171) (id 37) exited] [Thread 0xe6e8a420 (LWP 1126170) (id 36) exited] [Thread 0xe768b420 (LWP 1126169) (id 35) exited] [Thread 0xe7e8c420 (LWP 1126168) (id 34) exited] [Thread 0xe868d420 (LWP 1126167) (id 33) exited] [Thread 0xe8e8e420 (LWP 1126166) (id 32) exited] [Thread 0xe968f420 (LWP 1126165) (id 31) exited] [Thread 0xe9e90420 (LWP 1126164) (id 30) exited] [Thread 0xea691420 (LWP 1126163) (id 29) exited] [Thread 0xeae92420 (LWP 1126162) (id 28) exited] [Thread 0xeb693420 (LWP 1126161) (id 27) exited] [Thread 0xebe94420 (LWP 1126160) (id 26) exited] [Thread 0xec695420 (LWP 1126159) (id 25) exited] [Thread 0xece96420 (LWP 1126158) (id 24) exited] [Thread 0xed697420 (LWP 1126157) (id 23) exited] [Thread 0xede98420 (LWP 1126156) (id 22) exited] [Thread 0xee699420 (LWP 1126155) (id 21) exited] [Thread 0xeee9a420 (LWP 1126154) (id 20) exited] [Thread 0xef69b420 (LWP 1126153) (id 19) exited] [Thread 0xefe9c420 (LWP 1126152) (id 18) exited] [Thread 0xf069d420 (LWP 1126151) (id 17) exited] [Thread 0xf0e9e420 (LWP 1126150) (id 16) exited] [Thread 0xf169f420 (LWP 1126149) (id 15) exited] [Thread 0xf1ea0420 (LWP 1126148) (id 14) exited] [Thread 0xf26a1420 (LWP 1126147) (id 13) exited] [Thread 0xf2ea2420 (LWP 1126146) (id 12) exited] [Thread 0xf36a3420 (LWP 1126145) (id 11) exited] [Thread 0xf3ea4420 (LWP 1126144) (id 10) exited] [Thread 0xf46a5420 (LWP 1126143) (id 9) exited] [Thread 0xf4ea6420 (LWP 1126142) (id 8) exited] [Thread 0xf56a7420 (LWP 1126141) (id 7) exited] [Thread 0xf5ea8420 (LWP 1126140) (id 6) exited] [Thread 0xf66a9420 (LWP 1126139) (id 5) exited] [Thread 0xf6eaa420 (LWP 1126138) (id 4) exited] [Thread 0xf76ab420 (LWP 1126137) (id 3) exited] [Thread 0xf7eac420 (LWP 1126136) (id 2) exited] [Inferior 1 (process 1126134) exited normally] (gdb) PASS: 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 1126428) (id 2)] [New Thread 0xf76ab420 (LWP 1126429) (id 3)] [New Thread 0xf6eaa420 (LWP 1126430) (id 4)] [New Thread 0xf66a9420 (LWP 1126431) (id 5)] [New Thread 0xf5ea8420 (LWP 1126432) (id 6)] [New Thread 0xf56a7420 (LWP 1126433) (id 7)] [New Thread 0xf4ea6420 (LWP 1126434) (id 8)] [New Thread 0xf46a5420 (LWP 1126435) (id 9)] [New Thread 0xf3ea4420 (LWP 1126436) (id 10)] [New Thread 0xf36a3420 (LWP 1126437) (id 11)] [New Thread 0xf2ea2420 (LWP 1126438) (id 12)] [New Thread 0xf26a1420 (LWP 1126439) (id 13)] [New Thread 0xf1ea0420 (LWP 1126440) (id 14)] [New Thread 0xf169f420 (LWP 1126441) (id 15)] [New Thread 0xf0e9e420 (LWP 1126442) (id 16)] [New Thread 0xf069d420 (LWP 1126443) (id 17)] [New Thread 0xefe9c420 (LWP 1126444) (id 18)] [New Thread 0xef69b420 (LWP 1126445) (id 19)] [New Thread 0xeee9a420 (LWP 1126446) (id 20)] [New Thread 0xee699420 (LWP 1126447) (id 21)] [New Thread 0xede98420 (LWP 1126448) (id 22)] [New Thread 0xed697420 (LWP 1126449) (id 23)] [New Thread 0xece96420 (LWP 1126450) (id 24)] [New Thread 0xec695420 (LWP 1126451) (id 25)] [New Thread 0xebe94420 (LWP 1126452) (id 26)] [New Thread 0xeb693420 (LWP 1126453) (id 27)] [New Thread 0xeae92420 (LWP 1126454) (id 28)] [New Thread 0xea691420 (LWP 1126455) (id 29)] [New Thread 0xe9e90420 (LWP 1126456) (id 30)] [New Thread 0xe968f420 (LWP 1126457) (id 31)] [New Thread 0xe8e8e420 (LWP 1126458) (id 32)] [New Thread 0xe868d420 (LWP 1126459) (id 33)] [New Thread 0xe7e8c420 (LWP 1126460) (id 34)] [New Thread 0xe768b420 (LWP 1126461) (id 35)] [New Thread 0xe6e8a420 (LWP 1126462) (id 36)] [New Thread 0xe6689420 (LWP 1126463) (id 37)] [New Thread 0xe5e88420 (LWP 1126464) (id 38)] [New Thread 0xe5687420 (LWP 1126465) (id 39)] [New Thread 0xe4e86420 (LWP 1126466) (id 40)] [New Thread 0xe4685420 (LWP 1126467) (id 41)] [New Thread 0xe3e84420 (LWP 1126468) (id 42)] [New Thread 0xe3683420 (LWP 1126469) (id 43)] [New Thread 0xe2e82420 (LWP 1126470) (id 44)] [New Thread 0xe2681420 (LWP 1126471) (id 45)] [New Thread 0xe1e80420 (LWP 1126472) (id 46)] [New Thread 0xe167f420 (LWP 1126473) (id 47)] [New Thread 0xe0e7e420 (LWP 1126474) (id 48)] [New Thread 0xe067d420 (LWP 1126475) (id 49)] [New Thread 0xdfe7c420 (LWP 1126476) (id 50)] [New Thread 0xdf67b420 (LWP 1126477) (id 51)] [New Thread 0xdee7a420 (LWP 1126478) (id 52)] [New Thread 0xde679420 (LWP 1126479) (id 53)] [New Thread 0xdde78420 (LWP 1126480) (id 54)] [New Thread 0xdd677420 (LWP 1126481) (id 55)] [New Thread 0xdce76420 (LWP 1126482) (id 56)] [New Thread 0xdc675420 (LWP 1126483) (id 57)] [New Thread 0xdbe74420 (LWP 1126484) (id 58)] [New Thread 0xdb673420 (LWP 1126485) (id 59)] [New Thread 0xdae72420 (LWP 1126486) (id 60)] [New Thread 0xda671420 (LWP 1126487) (id 61)] [New Thread 0xd9e70420 (LWP 1126488) (id 62)] [New Thread 0xd966f420 (LWP 1126489) (id 63)] [New Thread 0xd8e6e420 (LWP 1126490) (id 64)] [New Thread 0xd866d420 (LWP 1126491) (id 65)] [New Thread 0xd7e6c420 (LWP 1126492) (id 66)] [New Thread 0xd766b420 (LWP 1126493) (id 67)] [New Thread 0xd6e6a420 (LWP 1126494) (id 68)] [New Thread 0xd6669420 (LWP 1126495) (id 69)] [New Thread 0xd5e68420 (LWP 1126496) (id 70)] [New Thread 0xd5667420 (LWP 1126497) (id 71)] [New Thread 0xd4e66420 (LWP 1126498) (id 72)] [New Thread 0xd4665420 (LWP 1126499) (id 73)] [New Thread 0xd3e64420 (LWP 1126500) (id 74)] [New Thread 0xd3663420 (LWP 1126501) (id 75)] [New Thread 0xd2e62420 (LWP 1126502) (id 76)] [New Thread 0xd2661420 (LWP 1126503) (id 77)] [New Thread 0xd1e60420 (LWP 1126504) (id 78)] [New Thread 0xd165f420 (LWP 1126505) (id 79)] [New Thread 0xd0e5e420 (LWP 1126506) (id 80)] [New Thread 0xd065d420 (LWP 1126507) (id 81)] [New Thread 0xcfe5c420 (LWP 1126508) (id 82)] [New Thread 0xcf65b420 (LWP 1126509) (id 83)] [New Thread 0xcee5a420 (LWP 1126510) (id 84)] [New Thread 0xce659420 (LWP 1126511) (id 85)] [New Thread 0xcde58420 (LWP 1126512) (id 86)] [New Thread 0xcd657420 (LWP 1126513) (id 87)] [New Thread 0xcce56420 (LWP 1126514) (id 88)] [New Thread 0xcc655420 (LWP 1126515) (id 89)] [New Thread 0xcbe54420 (LWP 1126516) (id 90)] [New Thread 0xcb653420 (LWP 1126517) (id 91)] [New Thread 0xcae52420 (LWP 1126518) (id 92)] [New Thread 0xca651420 (LWP 1126519) (id 93)] [New Thread 0xc9e50420 (LWP 1126520) (id 94)] [New Thread 0xc964f420 (LWP 1126521) (id 95)] [New Thread 0xc8e4e420 (LWP 1126522) (id 96)] [New Thread 0xc864d420 (LWP 1126523) (id 97)] [New Thread 0xc7e4c420 (LWP 1126524) (id 98)] [New Thread 0xc764b420 (LWP 1126525) (id 99)] [New Thread 0xc6e4a420 (LWP 1126526) (id 100)] [New Thread 0xc6649420 (LWP 1126527) (id 101)] [New Thread 0xc5e48420 (LWP 1126528) (id 102)] [New Thread 0xc5647420 (LWP 1126529) (id 103)] [New Thread 0xc4e46420 (LWP 1126530) (id 104)] [New Thread 0xc4645420 (LWP 1126531) (id 105)] [New Thread 0xc3e44420 (LWP 1126532) (id 106)] [New Thread 0xc3643420 (LWP 1126533) (id 107)] [New Thread 0xc2e42420 (LWP 1126534) (id 108)] [New Thread 0xc2641420 (LWP 1126535) (id 109)] [New Thread 0xc1e40420 (LWP 1126536) (id 110)] [New Thread 0xc163f420 (LWP 1126537) (id 111)] [New Thread 0xc0e3e420 (LWP 1126538) (id 112)] [New Thread 0xc063d420 (LWP 1126539) (id 113)] [New Thread 0xbfe3c420 (LWP 1126540) (id 114)] [New Thread 0xbf63b420 (LWP 1126541) (id 115)] [New Thread 0xbee3a420 (LWP 1126542) (id 116)] [New Thread 0xbe639420 (LWP 1126543) (id 117)] [New Thread 0xbde38420 (LWP 1126544) (id 118)] [New Thread 0xbd637420 (LWP 1126545) (id 119)] [New Thread 0xbce36420 (LWP 1126546) (id 120)] [New Thread 0xbc635420 (LWP 1126547) (id 121)] [New Thread 0xbbe34420 (LWP 1126548) (id 122)] [New Thread 0xbb633420 (LWP 1126549) (id 123)] [New Thread 0xbae32420 (LWP 1126550) (id 124)] [New Thread 0xba631420 (LWP 1126551) (id 125)] [New Thread 0xb9e30420 (LWP 1126552) (id 126)] [New Thread 0xb962f420 (LWP 1126553) (id 127)] [New Thread 0xb8e2e420 (LWP 1126554) (id 128)] [New Thread 0xb862d420 (LWP 1126555) (id 129)] [New Thread 0xb7e2c420 (LWP 1126556) (id 130)] [New Thread 0xb762b420 (LWP 1126557) (id 131)] [New Thread 0xb6e2a420 (LWP 1126558) (id 132)] [New Thread 0xb6629420 (LWP 1126559) (id 133)] [New Thread 0xb5e28420 (LWP 1126560) (id 134)] [New Thread 0xb5627420 (LWP 1126561) (id 135)] [New Thread 0xb4e26420 (LWP 1126562) (id 136)] [New Thread 0xb4625420 (LWP 1126563) (id 137)] [New Thread 0xb3e24420 (LWP 1126564) (id 138)] [New Thread 0xb3623420 (LWP 1126565) (id 139)] [New Thread 0xb2e22420 (LWP 1126566) (id 140)] [New Thread 0xb2621420 (LWP 1126567) (id 141)] [New Thread 0xb1e20420 (LWP 1126568) (id 142)] [New Thread 0xb161f420 (LWP 1126569) (id 143)] [New Thread 0xb0e1e420 (LWP 1126570) (id 144)] [New Thread 0xb061d420 (LWP 1126571) (id 145)] [New Thread 0xafe1c420 (LWP 1126572) (id 146)] [New Thread 0xaf61b420 (LWP 1126573) (id 147)] [New Thread 0xaee1a420 (LWP 1126574) (id 148)] [New Thread 0xae619420 (LWP 1126575) (id 149)] [New Thread 0xade18420 (LWP 1126576) (id 150)] [New Thread 0xad617420 (LWP 1126577) (id 151)] [New Thread 0xace16420 (LWP 1126578) (id 152)] [New Thread 0xac615420 (LWP 1126579) (id 153)] [New Thread 0xabe14420 (LWP 1126580) (id 154)] [New Thread 0xab613420 (LWP 1126581) (id 155)] [New Thread 0xaae12420 (LWP 1126582) (id 156)] [New Thread 0xaa611420 (LWP 1126583) (id 157)] [New Thread 0xa9e10420 (LWP 1126584) (id 158)] [New Thread 0xa960f420 (LWP 1126585) (id 159)] [New Thread 0xa8e0e420 (LWP 1126586) (id 160)] [New Thread 0xa860d420 (LWP 1126587) (id 161)] [New Thread 0xa7e0c420 (LWP 1126588) (id 162)] [New Thread 0xa760b420 (LWP 1126589) (id 163)] [New Thread 0xa6e0a420 (LWP 1126590) (id 164)] [New Thread 0xa6609420 (LWP 1126591) (id 165)] [New Thread 0xa5e08420 (LWP 1126592) (id 166)] [New Thread 0xa5607420 (LWP 1126593) (id 167)] [New Thread 0xa4e06420 (LWP 1126594) (id 168)] [New Thread 0xa4605420 (LWP 1126595) (id 169)] [New Thread 0xa3e04420 (LWP 1126596) (id 170)] [New Thread 0xa3603420 (LWP 1126597) (id 171)] [New Thread 0xa2e02420 (LWP 1126598) (id 172)] [New Thread 0xa2601420 (LWP 1126599) (id 173)] [New Thread 0xa1e00420 (LWP 1126600) (id 174)] [New Thread 0xa15ff420 (LWP 1126601) (id 175)] [New Thread 0xa0dfe420 (LWP 1126602) (id 176)] [New Thread 0xa05fd420 (LWP 1126603) (id 177)] [New Thread 0x9fdfc420 (LWP 1126604) (id 178)] [New Thread 0x9f5fb420 (LWP 1126605) (id 179)] [New Thread 0x9edfa420 (LWP 1126606) (id 180)] [New Thread 0x9e5f9420 (LWP 1126607) (id 181)] [New Thread 0x9ddf8420 (LWP 1126608) (id 182)] [New Thread 0x9d5f7420 (LWP 1126609) (id 183)] [New Thread 0x9cdf6420 (LWP 1126610) (id 184)] [New Thread 0x9c5f5420 (LWP 1126611) (id 185)] [New Thread 0x9bdf4420 (LWP 1126612) (id 186)] [New Thread 0x9b5f3420 (LWP 1126613) (id 187)] [New Thread 0x9adf2420 (LWP 1126614) (id 188)] [New Thread 0x9a5f1420 (LWP 1126615) (id 189)] [New Thread 0x99df0420 (LWP 1126616) (id 190)] [New Thread 0x995ef420 (LWP 1126617) (id 191)] [New Thread 0x98dee420 (LWP 1126618) (id 192)] [New Thread 0x985ed420 (LWP 1126619) (id 193)] [New Thread 0x97dec420 (LWP 1126620) (id 194)] [New Thread 0x975eb420 (LWP 1126621) (id 195)] [New Thread 0x96dea420 (LWP 1126622) (id 196)] [New Thread 0x965e9420 (LWP 1126623) (id 197)] [New Thread 0x95de8420 (LWP 1126624) (id 198)] [New Thread 0x955e7420 (LWP 1126625) (id 199)] [New Thread 0x94de6420 (LWP 1126626) (id 200)] [New Thread 0x945e5420 (LWP 1126627) (id 201)] [New Thread 0x93de4420 (LWP 1126628) (id 202)] [New Thread 0x935e3420 (LWP 1126629) (id 203)] [New Thread 0x92de2420 (LWP 1126630) (id 204)] [New Thread 0x925e1420 (LWP 1126631) (id 205)] [New Thread 0x91de0420 (LWP 1126632) (id 206)] [New Thread 0x915df420 (LWP 1126633) (id 207)] [New Thread 0x90dde420 (LWP 1126634) (id 208)] [New Thread 0x905dd420 (LWP 1126635) (id 209)] [New Thread 0x8fddc420 (LWP 1126636) (id 210)] [New Thread 0x8f5db420 (LWP 1126637) (id 211)] [New Thread 0x8edda420 (LWP 1126638) (id 212)] [New Thread 0x8e5d9420 (LWP 1126639) (id 213)] [New Thread 0x8ddd8420 (LWP 1126640) (id 214)] [New Thread 0x8d5d7420 (LWP 1126641) (id 215)] [New Thread 0x8cdd6420 (LWP 1126642) (id 216)] [New Thread 0x8c5d5420 (LWP 1126643) (id 217)] [New Thread 0x8bdd4420 (LWP 1126644) (id 218)] [New Thread 0x8b5d3420 (LWP 1126645) (id 219)] [New Thread 0x8add2420 (LWP 1126646) (id 220)] [New Thread 0x8a5d1420 (LWP 1126647) (id 221)] [New Thread 0x89dd0420 (LWP 1126648) (id 222)] [New Thread 0x895cf420 (LWP 1126649) (id 223)] [New Thread 0x88dce420 (LWP 1126650) (id 224)] [New Thread 0x885cd420 (LWP 1126651) (id 225)] [New Thread 0x87dcc420 (LWP 1126652) (id 226)] [New Thread 0x875cb420 (LWP 1126653) (id 227)] [New Thread 0x86dca420 (LWP 1126654) (id 228)] [New Thread 0x865c9420 (LWP 1126655) (id 229)] [New Thread 0x85dc8420 (LWP 1126656) (id 230)] [New Thread 0x855c7420 (LWP 1126657) (id 231)] [New Thread 0x84dc6420 (LWP 1126658) (id 232)] [New Thread 0x845c5420 (LWP 1126659) (id 233)] [New Thread 0x83dc4420 (LWP 1126660) (id 234)] [New Thread 0x835c3420 (LWP 1126661) (id 235)] [New Thread 0x82dc2420 (LWP 1126662) (id 236)] [New Thread 0x825c1420 (LWP 1126663) (id 237)] [New Thread 0x81dc0420 (LWP 1126664) (id 238)] [New Thread 0x815bf420 (LWP 1126665) (id 239)] [New Thread 0x80dbe420 (LWP 1126666) (id 240)] [New Thread 0x805bd420 (LWP 1126667) (id 241)] [New Thread 0x7fdbc420 (LWP 1126668) (id 242)] [New Thread 0x7f5bb420 (LWP 1126669) (id 243)] [New Thread 0x7edba420 (LWP 1126670) (id 244)] [New Thread 0x7e5b9420 (LWP 1126671) (id 245)] [New Thread 0x7ddb8420 (LWP 1126672) (id 246)] [New Thread 0x7d5b7420 (LWP 1126673) (id 247)] [New Thread 0x7cdb6420 (LWP 1126674) (id 248)] [New Thread 0x7c5b5420 (LWP 1126675) (id 249)] [New Thread 0x7bdb4420 (LWP 1126676) (id 250)] [New Thread 0x7b5b3420 (LWP 1126677) (id 251)] [New Thread 0x7adb2420 (LWP 1126678) (id 252)] [New Thread 0x7a5b1420 (LWP 1126679) (id 253)] [New Thread 0x79db0420 (LWP 1126680) (id 254)] [New Thread 0x795af420 (LWP 1126681) (id 255)] [New Thread 0x78dae420 (LWP 1126682) (id 256)] [New Thread 0x785ad420 (LWP 1126683) (id 257)] [Switching to Thread 0xb3e24420 (LWP 1126564)] Thread 138 "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 = 1126426 (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: get integer valueof "mypid" Executing on target: kill -9 1126426 (timeout = 300) builtin_spawn -ignore SIGHUP kill -9 1126426 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 1126744) fork to child process 1126746] [New inferior 2 (process 1126746)] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". [New Thread 0xf7eac420 (LWP 1126747) (id 2.2)] [New Thread 0xf76ab420 (LWP 1126748) (id 2.3)] [New Thread 0xf6eaa420 (LWP 1126749) (id 2.4)] [New Thread 0xf66a9420 (LWP 1126750) (id 2.5)] [New Thread 0xf5ea8420 (LWP 1126751) (id 2.6)] [New Thread 0xf56a7420 (LWP 1126752) (id 2.7)] [New Thread 0xf4ea6420 (LWP 1126753) (id 2.8)] [New Thread 0xf46a5420 (LWP 1126754) (id 2.9)] [New Thread 0xf3ea4420 (LWP 1126755) (id 2.10)] [New Thread 0xf36a3420 (LWP 1126756) (id 2.11)] [New Thread 0xf2ea2420 (LWP 1126757) (id 2.12)] [New Thread 0xf26a1420 (LWP 1126758) (id 2.13)] [New Thread 0xf1ea0420 (LWP 1126759) (id 2.14)] [New Thread 0xf169f420 (LWP 1126760) (id 2.15)] [New Thread 0xf0e9e420 (LWP 1126761) (id 2.16)] [New Thread 0xf069d420 (LWP 1126762) (id 2.17)] [New Thread 0xefe9c420 (LWP 1126763) (id 2.18)] [New Thread 0xef69b420 (LWP 1126764) (id 2.19)] [New Thread 0xeee9a420 (LWP 1126765) (id 2.20)] [New Thread 0xee699420 (LWP 1126766) (id 2.21)] [New Thread 0xede98420 (LWP 1126767) (id 2.22)] [New Thread 0xed697420 (LWP 1126768) (id 2.23)] [New Thread 0xece96420 (LWP 1126769) (id 2.24)] [New Thread 0xec695420 (LWP 1126770) (id 2.25)] [New Thread 0xebe94420 (LWP 1126771) (id 2.26)] [New Thread 0xeb693420 (LWP 1126772) (id 2.27)] [New Thread 0xeae92420 (LWP 1126773) (id 2.28)] [New Thread 0xea691420 (LWP 1126774) (id 2.29)] [New Thread 0xe9e90420 (LWP 1126775) (id 2.30)] [New Thread 0xe968f420 (LWP 1126776) (id 2.31)] [New Thread 0xe8e8e420 (LWP 1126777) (id 2.32)] [New Thread 0xe868d420 (LWP 1126778) (id 2.33)] [New Thread 0xe7e8c420 (LWP 1126779) (id 2.34)] [New Thread 0xe768b420 (LWP 1126780) (id 2.35)] [New Thread 0xe6e8a420 (LWP 1126781) (id 2.36)] [New Thread 0xe6689420 (LWP 1126782) (id 2.37)] [New Thread 0xe5e88420 (LWP 1126783) (id 2.38)] [New Thread 0xe5687420 (LWP 1126784) (id 2.39)] [New Thread 0xe4e86420 (LWP 1126785) (id 2.40)] [New Thread 0xe4685420 (LWP 1126786) (id 2.41)] [New Thread 0xe3e84420 (LWP 1126787) (id 2.42)] [New Thread 0xe3683420 (LWP 1126788) (id 2.43)] [New Thread 0xe2e82420 (LWP 1126789) (id 2.44)] [New Thread 0xe2681420 (LWP 1126790) (id 2.45)] [New Thread 0xe1e80420 (LWP 1126791) (id 2.46)] [New Thread 0xe167f420 (LWP 1126792) (id 2.47)] [New Thread 0xe0e7e420 (LWP 1126793) (id 2.48)] [New Thread 0xe067d420 (LWP 1126794) (id 2.49)] [New Thread 0xdfe7c420 (LWP 1126795) (id 2.50)] [New Thread 0xdf67b420 (LWP 1126796) (id 2.51)] [New Thread 0xdee7a420 (LWP 1126797) (id 2.52)] [New Thread 0xde679420 (LWP 1126798) (id 2.53)] [New Thread 0xdde78420 (LWP 1126799) (id 2.54)] [New Thread 0xdd677420 (LWP 1126800) (id 2.55)] [New Thread 0xdce76420 (LWP 1126801) (id 2.56)] [New Thread 0xdc675420 (LWP 1126802) (id 2.57)] [New Thread 0xdbe74420 (LWP 1126803) (id 2.58)] [New Thread 0xdb673420 (LWP 1126804) (id 2.59)] [New Thread 0xdae72420 (LWP 1126805) (id 2.60)] [New Thread 0xda671420 (LWP 1126806) (id 2.61)] [New Thread 0xd9e70420 (LWP 1126807) (id 2.62)] [New Thread 0xd966f420 (LWP 1126808) (id 2.63)] [New Thread 0xd8e6e420 (LWP 1126809) (id 2.64)] [New Thread 0xd866d420 (LWP 1126810) (id 2.65)] [New Thread 0xd7e6c420 (LWP 1126811) (id 2.66)] [New Thread 0xd766b420 (LWP 1126812) (id 2.67)] [New Thread 0xd6e6a420 (LWP 1126813) (id 2.68)] [New Thread 0xd6669420 (LWP 1126814) (id 2.69)] [New Thread 0xd5e68420 (LWP 1126815) (id 2.70)] [New Thread 0xd5667420 (LWP 1126816) (id 2.71)] [New Thread 0xd4e66420 (LWP 1126817) (id 2.72)] [New Thread 0xd4665420 (LWP 1126818) (id 2.73)] [New Thread 0xd3e64420 (LWP 1126819) (id 2.74)] [New Thread 0xd3663420 (LWP 1126820) (id 2.75)] [New Thread 0xd2e62420 (LWP 1126821) (id 2.76)] [New Thread 0xd2661420 (LWP 1126822) (id 2.77)] [New Thread 0xd1e60420 (LWP 1126823) (id 2.78)] [New Thread 0xd165f420 (LWP 1126824) (id 2.79)] [New Thread 0xd0e5e420 (LWP 1126825) (id 2.80)] [New Thread 0xd065d420 (LWP 1126826) (id 2.81)] [New Thread 0xcfe5c420 (LWP 1126827) (id 2.82)] [New Thread 0xcf65b420 (LWP 1126828) (id 2.83)] [New Thread 0xcee5a420 (LWP 1126829) (id 2.84)] [New Thread 0xce659420 (LWP 1126830) (id 2.85)] [New Thread 0xcde58420 (LWP 1126831) (id 2.86)] [New Thread 0xcd657420 (LWP 1126832) (id 2.87)] [New Thread 0xcce56420 (LWP 1126833) (id 2.88)] [New Thread 0xcc655420 (LWP 1126834) (id 2.89)] [New Thread 0xcbe54420 (LWP 1126835) (id 2.90)] [New Thread 0xcb653420 (LWP 1126836) (id 2.91)] [New Thread 0xcae52420 (LWP 1126837) (id 2.92)] [New Thread 0xca651420 (LWP 1126838) (id 2.93)] [New Thread 0xc9e50420 (LWP 1126839) (id 2.94)] [New Thread 0xc964f420 (LWP 1126840) (id 2.95)] [New Thread 0xc8e4e420 (LWP 1126841) (id 2.96)] [New Thread 0xc864d420 (LWP 1126842) (id 2.97)] [New Thread 0xc7e4c420 (LWP 1126843) (id 2.98)] [New Thread 0xc764b420 (LWP 1126844) (id 2.99)] [New Thread 0xc6e4a420 (LWP 1126845) (id 2.100)] [New Thread 0xc6649420 (LWP 1126846) (id 2.101)] [New Thread 0xc5e48420 (LWP 1126847) (id 2.102)] [New Thread 0xc5647420 (LWP 1126848) (id 2.103)] [New Thread 0xc4e46420 (LWP 1126849) (id 2.104)] [New Thread 0xc4645420 (LWP 1126850) (id 2.105)] [New Thread 0xc3e44420 (LWP 1126851) (id 2.106)] [New Thread 0xc3643420 (LWP 1126852) (id 2.107)] [New Thread 0xc2e42420 (LWP 1126853) (id 2.108)] [New Thread 0xc2641420 (LWP 1126854) (id 2.109)] [New Thread 0xc1e40420 (LWP 1126855) (id 2.110)] [New Thread 0xc163f420 (LWP 1126856) (id 2.111)] [New Thread 0xc0e3e420 (LWP 1126857) (id 2.112)] [New Thread 0xc063d420 (LWP 1126858) (id 2.113)] [New Thread 0xbfe3c420 (LWP 1126859) (id 2.114)] [New Thread 0xbf63b420 (LWP 1126860) (id 2.115)] [New Thread 0xbee3a420 (LWP 1126861) (id 2.116)] [New Thread 0xbe639420 (LWP 1126862) (id 2.117)] [New Thread 0xbde38420 (LWP 1126863) (id 2.118)] [New Thread 0xbd637420 (LWP 1126864) (id 2.119)] [New Thread 0xbce36420 (LWP 1126865) (id 2.120)] [New Thread 0xbc635420 (LWP 1126866) (id 2.121)] [New Thread 0xbbe34420 (LWP 1126867) (id 2.122)] [New Thread 0xbb633420 (LWP 1126868) (id 2.123)] [New Thread 0xbae32420 (LWP 1126869) (id 2.124)] [New Thread 0xba631420 (LWP 1126870) (id 2.125)] [New Thread 0xb9e30420 (LWP 1126871) (id 2.126)] [New Thread 0xb962f420 (LWP 1126872) (id 2.127)] [New Thread 0xb8e2e420 (LWP 1126873) (id 2.128)] [New Thread 0xb862d420 (LWP 1126874) (id 2.129)] [New Thread 0xb7e2c420 (LWP 1126875) (id 2.130)] [New Thread 0xb762b420 (LWP 1126876) (id 2.131)] [New Thread 0xb6e2a420 (LWP 1126877) (id 2.132)] [New Thread 0xb6629420 (LWP 1126878) (id 2.133)] [New Thread 0xb5e28420 (LWP 1126879) (id 2.134)] [New Thread 0xb5627420 (LWP 1126880) (id 2.135)] [New Thread 0xb4e26420 (LWP 1126881) (id 2.136)] [New Thread 0xb4625420 (LWP 1126882) (id 2.137)] [New Thread 0xb3e24420 (LWP 1126883) (id 2.138)] [New Thread 0xb3623420 (LWP 1126884) (id 2.139)] [New Thread 0xb2e22420 (LWP 1126885) (id 2.140)] [New Thread 0xb2621420 (LWP 1126886) (id 2.141)] [New Thread 0xb1e20420 (LWP 1126887) (id 2.142)] [New Thread 0xb161f420 (LWP 1126888) (id 2.143)] [New Thread 0xb0e1e420 (LWP 1126889) (id 2.144)] [New Thread 0xb061d420 (LWP 1126890) (id 2.145)] [New Thread 0xafe1c420 (LWP 1126891) (id 2.146)] [New Thread 0xaf61b420 (LWP 1126892) (id 2.147)] [New Thread 0xaee1a420 (LWP 1126893) (id 2.148)] [New Thread 0xae619420 (LWP 1126894) (id 2.149)] [New Thread 0xade18420 (LWP 1126895) (id 2.150)] [New Thread 0xad617420 (LWP 1126896) (id 2.151)] [New Thread 0xace16420 (LWP 1126897) (id 2.152)] [New Thread 0xac615420 (LWP 1126898) (id 2.153)] [New Thread 0xabe14420 (LWP 1126899) (id 2.154)] [New Thread 0xab613420 (LWP 1126900) (id 2.155)] [New Thread 0xaae12420 (LWP 1126901) (id 2.156)] [New Thread 0xaa611420 (LWP 1126902) (id 2.157)] [New Thread 0xa9e10420 (LWP 1126903) (id 2.158)] [New Thread 0xa960f420 (LWP 1126904) (id 2.159)] [New Thread 0xa8e0e420 (LWP 1126905) (id 2.160)] [New Thread 0xa860d420 (LWP 1126906) (id 2.161)] [New Thread 0xa7e0c420 (LWP 1126907) (id 2.162)] [New Thread 0xa760b420 (LWP 1126908) (id 2.163)] [New Thread 0xa6e0a420 (LWP 1126909) (id 2.164)] [New Thread 0xa6609420 (LWP 1126910) (id 2.165)] [New Thread 0xa5e08420 (LWP 1126911) (id 2.166)] [New Thread 0xa5607420 (LWP 1126912) (id 2.167)] [New Thread 0xa4e06420 (LWP 1126913) (id 2.168)] [New Thread 0xa4605420 (LWP 1126914) (id 2.169)] [New Thread 0xa3e04420 (LWP 1126915) (id 2.170)] [New Thread 0xa3603420 (LWP 1126916) (id 2.171)] [New Thread 0xa2e02420 (LWP 1126917) (id 2.172)] [New Thread 0xa2601420 (LWP 1126918) (id 2.173)] [New Thread 0xa1e00420 (LWP 1126919) (id 2.174)] [New Thread 0xa15ff420 (LWP 1126920) (id 2.175)] [New Thread 0xa0dfe420 (LWP 1126921) (id 2.176)] [New Thread 0xa05fd420 (LWP 1126922) (id 2.177)] [New Thread 0x9fdfc420 (LWP 1126923) (id 2.178)] [New Thread 0x9f5fb420 (LWP 1126924) (id 2.179)] [New Thread 0x9edfa420 (LWP 1126925) (id 2.180)] [New Thread 0x9e5f9420 (LWP 1126926) (id 2.181)] [New Thread 0x9ddf8420 (LWP 1126927) (id 2.182)] [New Thread 0x9d5f7420 (LWP 1126928) (id 2.183)] [New Thread 0x9cdf6420 (LWP 1126929) (id 2.184)] [New Thread 0x9c5f5420 (LWP 1126930) (id 2.185)] [New Thread 0x9bdf4420 (LWP 1126931) (id 2.186)] [New Thread 0x9b5f3420 (LWP 1126932) (id 2.187)] [New Thread 0x9adf2420 (LWP 1126933) (id 2.188)] [New Thread 0x9a5f1420 (LWP 1126934) (id 2.189)] [New Thread 0x99df0420 (LWP 1126935) (id 2.190)] [New Thread 0x995ef420 (LWP 1126936) (id 2.191)] [New Thread 0x98dee420 (LWP 1126937) (id 2.192)] [New Thread 0x985ed420 (LWP 1126938) (id 2.193)] [New Thread 0x97dec420 (LWP 1126939) (id 2.194)] [New Thread 0x975eb420 (LWP 1126940) (id 2.195)] [New Thread 0x96dea420 (LWP 1126941) (id 2.196)] [New Thread 0x965e9420 (LWP 1126942) (id 2.197)] [New Thread 0x95de8420 (LWP 1126943) (id 2.198)] [New Thread 0x955e7420 (LWP 1126944) (id 2.199)] [New Thread 0x94de6420 (LWP 1126945) (id 2.200)] [New Thread 0x945e5420 (LWP 1126946) (id 2.201)] [New Thread 0x93de4420 (LWP 1126947) (id 2.202)] [New Thread 0x935e3420 (LWP 1126948) (id 2.203)] [New Thread 0x92de2420 (LWP 1126949) (id 2.204)] [New Thread 0x925e1420 (LWP 1126950) (id 2.205)] [New Thread 0x91de0420 (LWP 1126951) (id 2.206)] [New Thread 0x915df420 (LWP 1126952) (id 2.207)] [New Thread 0x90dde420 (LWP 1126953) (id 2.208)] [New Thread 0x905dd420 (LWP 1126954) (id 2.209)] [New Thread 0x8fddc420 (LWP 1126955) (id 2.210)] [New Thread 0x8f5db420 (LWP 1126956) (id 2.211)] [New Thread 0x8edda420 (LWP 1126957) (id 2.212)] [New Thread 0x8e5d9420 (LWP 1126958) (id 2.213)] [New Thread 0x8ddd8420 (LWP 1126959) (id 2.214)] [New Thread 0x8d5d7420 (LWP 1126960) (id 2.215)] [New Thread 0x8cdd6420 (LWP 1126961) (id 2.216)] [New Thread 0x8c5d5420 (LWP 1126962) (id 2.217)] [New Thread 0x8bdd4420 (LWP 1126963) (id 2.218)] [New Thread 0x8b5d3420 (LWP 1126964) (id 2.219)] [New Thread 0x8add2420 (LWP 1126965) (id 2.220)] [New Thread 0x8a5d1420 (LWP 1126966) (id 2.221)] [New Thread 0x89dd0420 (LWP 1126967) (id 2.222)] [New Thread 0x895cf420 (LWP 1126968) (id 2.223)] [New Thread 0x88dce420 (LWP 1126969) (id 2.224)] [New Thread 0x885cd420 (LWP 1126970) (id 2.225)] [New Thread 0x87dcc420 (LWP 1126971) (id 2.226)] [New Thread 0x875cb420 (LWP 1126972) (id 2.227)] [New Thread 0x86dca420 (LWP 1126973) (id 2.228)] [New Thread 0x865c9420 (LWP 1126974) (id 2.229)] [New Thread 0x85dc8420 (LWP 1126975) (id 2.230)] [New Thread 0x855c7420 (LWP 1126976) (id 2.231)] [New Thread 0x84dc6420 (LWP 1126977) (id 2.232)] [New Thread 0x845c5420 (LWP 1126978) (id 2.233)] [New Thread 0x83dc4420 (LWP 1126979) (id 2.234)] [New Thread 0x835c3420 (LWP 1126980) (id 2.235)] [New Thread 0x82dc2420 (LWP 1126981) (id 2.236)] [New Thread 0x825c1420 (LWP 1126982) (id 2.237)] [New Thread 0x81dc0420 (LWP 1126983) (id 2.238)] [New Thread 0x815bf420 (LWP 1126984) (id 2.239)] [New Thread 0x80dbe420 (LWP 1126985) (id 2.240)] [New Thread 0x805bd420 (LWP 1126986) (id 2.241)] [New Thread 0x7fdbc420 (LWP 1126987) (id 2.242)] [New Thread 0x7f5bb420 (LWP 1126988) (id 2.243)] [New Thread 0x7edba420 (LWP 1126989) (id 2.244)] [New Thread 0x7e5b9420 (LWP 1126990) (id 2.245)] [New Thread 0x7ddb8420 (LWP 1126991) (id 2.246)] [New Thread 0x7d5b7420 (LWP 1126992) (id 2.247)] [New Thread 0x7cdb6420 (LWP 1126993) (id 2.248)] [New Thread 0x7c5b5420 (LWP 1126994) (id 2.249)] [New Thread 0x7bdb4420 (LWP 1126995) (id 2.250)] [New Thread 0x7b5b3420 (LWP 1126996) (id 2.251)] [New Thread 0x7adb2420 (LWP 1126997) (id 2.252)] [New Thread 0x7a5b1420 (LWP 1126998) (id 2.253)] [New Thread 0x79db0420 (LWP 1126999) (id 2.254)] [New Thread 0x795af420 (LWP 1127000) (id 2.255)] [New Thread 0x78dae420 (LWP 1127001) (id 2.256)] [New Thread 0x785ad420 (LWP 1127002) (id 2.257)] [Switching to Thread 0xca651420 (LWP 1126838)] Thread 2.93 "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 1126746 [Inferior 2 (process 1126746) detached] (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: detach child inferior 1 [Switching to inferior 1 [process 1126744] (/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 1126744))] #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 1126744 [Inferior 1 (process 1126744) detached] exited, status=0saw inferior exit (gdb) saw prompt 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 1127037) fork to child process 1127039] [New inferior 2 (process 1127039)] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". [Switching to Thread 0xf7fcef60 (LWP 1127039)] 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 1127040) (id 2.2)] [New Thread 0xf76ab420 (LWP 1127041) (id 2.3)] [New Thread 0xf6eaa420 (LWP 1127042) (id 2.4)] [New Thread 0xf66a9420 (LWP 1127043) (id 2.5)] [New Thread 0xf5ea8420 (LWP 1127044) (id 2.6)] [New Thread 0xf56a7420 (LWP 1127045) (id 2.7)] [New Thread 0xf4ea6420 (LWP 1127046) (id 2.8)] [New Thread 0xf46a5420 (LWP 1127047) (id 2.9)] [New Thread 0xf3ea4420 (LWP 1127048) (id 2.10)] [New Thread 0xf36a3420 (LWP 1127049) (id 2.11)] [New Thread 0xf2ea2420 (LWP 1127050) (id 2.12)] [New Thread 0xf26a1420 (LWP 1127051) (id 2.13)] [New Thread 0xf1ea0420 (LWP 1127052) (id 2.14)] [New Thread 0xf169f420 (LWP 1127053) (id 2.15)] [New Thread 0xf0e9e420 (LWP 1127054) (id 2.16)] [New Thread 0xf069d420 (LWP 1127055) (id 2.17)] [New Thread 0xefe9c420 (LWP 1127056) (id 2.18)] [New Thread 0xef69b420 (LWP 1127057) (id 2.19)] [New Thread 0xeee9a420 (LWP 1127058) (id 2.20)] [New Thread 0xee699420 (LWP 1127059) (id 2.21)] [New Thread 0xede98420 (LWP 1127060) (id 2.22)] [New Thread 0xed697420 (LWP 1127061) (id 2.23)] [New Thread 0xece96420 (LWP 1127062) (id 2.24)] [New Thread 0xec695420 (LWP 1127063) (id 2.25)] [New Thread 0xebe94420 (LWP 1127064) (id 2.26)] [New Thread 0xeb693420 (LWP 1127065) (id 2.27)] [New Thread 0xeae92420 (LWP 1127066) (id 2.28)] [New Thread 0xea691420 (LWP 1127067) (id 2.29)] [New Thread 0xe9e90420 (LWP 1127068) (id 2.30)] [New Thread 0xe968f420 (LWP 1127069) (id 2.31)] [New Thread 0xe8e8e420 (LWP 1127070) (id 2.32)] [New Thread 0xe868d420 (LWP 1127071) (id 2.33)] [New Thread 0xe7e8c420 (LWP 1127072) (id 2.34)] [New Thread 0xe768b420 (LWP 1127073) (id 2.35)] [New Thread 0xe6e8a420 (LWP 1127074) (id 2.36)] [New Thread 0xe6689420 (LWP 1127075) (id 2.37)] [New Thread 0xe5e88420 (LWP 1127076) (id 2.38)] [New Thread 0xe5687420 (LWP 1127077) (id 2.39)] [New Thread 0xe4e86420 (LWP 1127078) (id 2.40)] [New Thread 0xe4685420 (LWP 1127079) (id 2.41)] [New Thread 0xe3e84420 (LWP 1127080) (id 2.42)] [New Thread 0xe3683420 (LWP 1127081) (id 2.43)] [New Thread 0xe2e82420 (LWP 1127082) (id 2.44)] [New Thread 0xe2681420 (LWP 1127083) (id 2.45)] [New Thread 0xe1e80420 (LWP 1127084) (id 2.46)] [New Thread 0xe167f420 (LWP 1127085) (id 2.47)] [New Thread 0xe0e7e420 (LWP 1127086) (id 2.48)] [New Thread 0xe067d420 (LWP 1127087) (id 2.49)] [New Thread 0xdfe7c420 (LWP 1127088) (id 2.50)] [New Thread 0xdf67b420 (LWP 1127089) (id 2.51)] [New Thread 0xdee7a420 (LWP 1127090) (id 2.52)] [New Thread 0xde679420 (LWP 1127091) (id 2.53)] [New Thread 0xdde78420 (LWP 1127092) (id 2.54)] [New Thread 0xdd677420 (LWP 1127093) (id 2.55)] [New Thread 0xdce76420 (LWP 1127094) (id 2.56)] [New Thread 0xdc675420 (LWP 1127095) (id 2.57)] [New Thread 0xdbe74420 (LWP 1127096) (id 2.58)] [New Thread 0xdb673420 (LWP 1127097) (id 2.59)] [New Thread 0xdae72420 (LWP 1127098) (id 2.60)] [New Thread 0xda671420 (LWP 1127099) (id 2.61)] [New Thread 0xd9e70420 (LWP 1127100) (id 2.62)] [New Thread 0xd966f420 (LWP 1127101) (id 2.63)] [New Thread 0xd8e6e420 (LWP 1127102) (id 2.64)] [New Thread 0xd866d420 (LWP 1127103) (id 2.65)] [New Thread 0xd7e6c420 (LWP 1127104) (id 2.66)] [New Thread 0xd766b420 (LWP 1127105) (id 2.67)] [New Thread 0xd6e6a420 (LWP 1127106) (id 2.68)] [New Thread 0xd6669420 (LWP 1127107) (id 2.69)] [New Thread 0xd5e68420 (LWP 1127108) (id 2.70)] [New Thread 0xd5667420 (LWP 1127109) (id 2.71)] [New Thread 0xd4e66420 (LWP 1127110) (id 2.72)] [New Thread 0xd4665420 (LWP 1127111) (id 2.73)] [New Thread 0xd3e64420 (LWP 1127112) (id 2.74)] [New Thread 0xd3663420 (LWP 1127113) (id 2.75)] [New Thread 0xd2e62420 (LWP 1127114) (id 2.76)] [New Thread 0xd2661420 (LWP 1127115) (id 2.77)] [New Thread 0xd1e60420 (LWP 1127116) (id 2.78)] [New Thread 0xd165f420 (LWP 1127117) (id 2.79)] [New Thread 0xd0e5e420 (LWP 1127118) (id 2.80)] [New Thread 0xd065d420 (LWP 1127119) (id 2.81)] [New Thread 0xcfe5c420 (LWP 1127120) (id 2.82)] [New Thread 0xcf65b420 (LWP 1127121) (id 2.83)] [New Thread 0xcee5a420 (LWP 1127122) (id 2.84)] [New Thread 0xce659420 (LWP 1127123) (id 2.85)] [New Thread 0xcde58420 (LWP 1127124) (id 2.86)] [New Thread 0xcd657420 (LWP 1127125) (id 2.87)] [New Thread 0xcce56420 (LWP 1127126) (id 2.88)] [New Thread 0xcc655420 (LWP 1127127) (id 2.89)] [New Thread 0xcbe54420 (LWP 1127128) (id 2.90)] [New Thread 0xcb653420 (LWP 1127129) (id 2.91)] [New Thread 0xcae52420 (LWP 1127130) (id 2.92)] [New Thread 0xca651420 (LWP 1127131) (id 2.93)] [New Thread 0xc9e50420 (LWP 1127132) (id 2.94)] [New Thread 0xc964f420 (LWP 1127133) (id 2.95)] [New Thread 0xc8e4e420 (LWP 1127134) (id 2.96)] [New Thread 0xc864d420 (LWP 1127135) (id 2.97)] [New Thread 0xc7e4c420 (LWP 1127136) (id 2.98)] [New Thread 0xc764b420 (LWP 1127137) (id 2.99)] [New Thread 0xc6e4a420 (LWP 1127138) (id 2.100)] [New Thread 0xc6649420 (LWP 1127139) (id 2.101)] [New Thread 0xc5e48420 (LWP 1127140) (id 2.102)] [New Thread 0xc5647420 (LWP 1127141) (id 2.103)] [New Thread 0xc4e46420 (LWP 1127142) (id 2.104)] [New Thread 0xc4645420 (LWP 1127143) (id 2.105)] [New Thread 0xc3e44420 (LWP 1127144) (id 2.106)] [New Thread 0xc3643420 (LWP 1127145) (id 2.107)] [New Thread 0xc2e42420 (LWP 1127146) (id 2.108)] [New Thread 0xc2641420 (LWP 1127147) (id 2.109)] [New Thread 0xc1e40420 (LWP 1127148) (id 2.110)] [New Thread 0xc163f420 (LWP 1127149) (id 2.111)] [New Thread 0xc0e3e420 (LWP 1127150) (id 2.112)] [New Thread 0xc063d420 (LWP 1127151) (id 2.113)] [New Thread 0xbfe3c420 (LWP 1127152) (id 2.114)] [New Thread 0xbf63b420 (LWP 1127153) (id 2.115)] [New Thread 0xbee3a420 (LWP 1127154) (id 2.116)] [New Thread 0xbe639420 (LWP 1127155) (id 2.117)] [New Thread 0xbde38420 (LWP 1127156) (id 2.118)] [New Thread 0xbd637420 (LWP 1127157) (id 2.119)] [New Thread 0xbce36420 (LWP 1127158) (id 2.120)] [New Thread 0xbc635420 (LWP 1127159) (id 2.121)] [New Thread 0xbbe34420 (LWP 1127160) (id 2.122)] [New Thread 0xbb633420 (LWP 1127161) (id 2.123)] [New Thread 0xbae32420 (LWP 1127162) (id 2.124)] [New Thread 0xba631420 (LWP 1127163) (id 2.125)] [New Thread 0xb9e30420 (LWP 1127164) (id 2.126)] [New Thread 0xb962f420 (LWP 1127165) (id 2.127)] [New Thread 0xb8e2e420 (LWP 1127166) (id 2.128)] [New Thread 0xb862d420 (LWP 1127167) (id 2.129)] [New Thread 0xb7e2c420 (LWP 1127168) (id 2.130)] [New Thread 0xb762b420 (LWP 1127169) (id 2.131)] [New Thread 0xb6e2a420 (LWP 1127170) (id 2.132)] [New Thread 0xb6629420 (LWP 1127171) (id 2.133)] [New Thread 0xb5e28420 (LWP 1127172) (id 2.134)] [New Thread 0xb5627420 (LWP 1127173) (id 2.135)] [New Thread 0xb4e26420 (LWP 1127174) (id 2.136)] [New Thread 0xb4625420 (LWP 1127175) (id 2.137)] [New Thread 0xb3e24420 (LWP 1127176) (id 2.138)] [New Thread 0xb3623420 (LWP 1127177) (id 2.139)] [New Thread 0xb2e22420 (LWP 1127178) (id 2.140)] [New Thread 0xb2621420 (LWP 1127179) (id 2.141)] [New Thread 0xb1e20420 (LWP 1127180) (id 2.142)] [New Thread 0xb161f420 (LWP 1127181) (id 2.143)] [New Thread 0xb0e1e420 (LWP 1127182) (id 2.144)] [New Thread 0xb061d420 (LWP 1127183) (id 2.145)] [New Thread 0xafe1c420 (LWP 1127184) (id 2.146)] [New Thread 0xaf61b420 (LWP 1127185) (id 2.147)] [New Thread 0xaee1a420 (LWP 1127186) (id 2.148)] [New Thread 0xae619420 (LWP 1127187) (id 2.149)] [New Thread 0xade18420 (LWP 1127188) (id 2.150)] [New Thread 0xad617420 (LWP 1127189) (id 2.151)] [New Thread 0xace16420 (LWP 1127190) (id 2.152)] [New Thread 0xac615420 (LWP 1127191) (id 2.153)] [New Thread 0xabe14420 (LWP 1127192) (id 2.154)] [New Thread 0xab613420 (LWP 1127193) (id 2.155)] [New Thread 0xaae12420 (LWP 1127194) (id 2.156)] [New Thread 0xaa611420 (LWP 1127195) (id 2.157)] [New Thread 0xa9e10420 (LWP 1127196) (id 2.158)] [New Thread 0xa960f420 (LWP 1127197) (id 2.159)] [New Thread 0xa8e0e420 (LWP 1127198) (id 2.160)] [New Thread 0xa860d420 (LWP 1127199) (id 2.161)] [New Thread 0xa7e0c420 (LWP 1127200) (id 2.162)] [New Thread 0xa760b420 (LWP 1127201) (id 2.163)] [New Thread 0xa6e0a420 (LWP 1127202) (id 2.164)] [New Thread 0xa6609420 (LWP 1127203) (id 2.165)] [New Thread 0xa5e08420 (LWP 1127204) (id 2.166)] [New Thread 0xa5607420 (LWP 1127205) (id 2.167)] [New Thread 0xa4e06420 (LWP 1127206) (id 2.168)] [New Thread 0xa4605420 (LWP 1127207) (id 2.169)] [New Thread 0xa3e04420 (LWP 1127208) (id 2.170)] [New Thread 0xa3603420 (LWP 1127209) (id 2.171)] [New Thread 0xa2e02420 (LWP 1127210) (id 2.172)] [New Thread 0xa2601420 (LWP 1127211) (id 2.173)] [New Thread 0xa1e00420 (LWP 1127212) (id 2.174)] [New Thread 0xa15ff420 (LWP 1127213) (id 2.175)] [New Thread 0xa0dfe420 (LWP 1127214) (id 2.176)] [New Thread 0xa05fd420 (LWP 1127215) (id 2.177)] [New Thread 0x9fdfc420 (LWP 1127216) (id 2.178)] [New Thread 0x9f5fb420 (LWP 1127217) (id 2.179)] [New Thread 0x9edfa420 (LWP 1127218) (id 2.180)] [New Thread 0x9e5f9420 (LWP 1127219) (id 2.181)] [New Thread 0x9ddf8420 (LWP 1127220) (id 2.182)] [New Thread 0x9d5f7420 (LWP 1127221) (id 2.183)] [New Thread 0x9cdf6420 (LWP 1127222) (id 2.184)] [New Thread 0x9c5f5420 (LWP 1127223) (id 2.185)] [New Thread 0x9bdf4420 (LWP 1127224) (id 2.186)] [New Thread 0x9b5f3420 (LWP 1127225) (id 2.187)] [New Thread 0x9adf2420 (LWP 1127226) (id 2.188)] [New Thread 0x9a5f1420 (LWP 1127227) (id 2.189)] [New Thread 0x99df0420 (LWP 1127228) (id 2.190)] [New Thread 0x995ef420 (LWP 1127229) (id 2.191)] [New Thread 0x98dee420 (LWP 1127230) (id 2.192)] [New Thread 0x985ed420 (LWP 1127231) (id 2.193)] [New Thread 0x97dec420 (LWP 1127232) (id 2.194)] [New Thread 0x975eb420 (LWP 1127233) (id 2.195)] [New Thread 0x96dea420 (LWP 1127234) (id 2.196)] [New Thread 0x965e9420 (LWP 1127235) (id 2.197)] [New Thread 0x95de8420 (LWP 1127236) (id 2.198)] [New Thread 0x955e7420 (LWP 1127237) (id 2.199)] [New Thread 0x94de6420 (LWP 1127238) (id 2.200)] [New Thread 0x945e5420 (LWP 1127239) (id 2.201)] [New Thread 0x93de4420 (LWP 1127240) (id 2.202)] [New Thread 0x935e3420 (LWP 1127241) (id 2.203)] [New Thread 0x92de2420 (LWP 1127242) (id 2.204)] [New Thread 0x925e1420 (LWP 1127243) (id 2.205)] [New Thread 0x91de0420 (LWP 1127244) (id 2.206)] [New Thread 0x915df420 (LWP 1127245) (id 2.207)] [New Thread 0x90dde420 (LWP 1127246) (id 2.208)] [New Thread 0x905dd420 (LWP 1127247) (id 2.209)] [New Thread 0x8fddc420 (LWP 1127248) (id 2.210)] [New Thread 0x8f5db420 (LWP 1127249) (id 2.211)] [New Thread 0x8edda420 (LWP 1127250) (id 2.212)] [New Thread 0x8e5d9420 (LWP 1127251) (id 2.213)] [New Thread 0x8ddd8420 (LWP 1127252) (id 2.214)] [New Thread 0x8d5d7420 (LWP 1127253) (id 2.215)] [New Thread 0x8cdd6420 (LWP 1127254) (id 2.216)] [New Thread 0x8c5d5420 (LWP 1127255) (id 2.217)] [New Thread 0x8bdd4420 (LWP 1127256) (id 2.218)] [New Thread 0x8b5d3420 (LWP 1127257) (id 2.219)] [New Thread 0x8add2420 (LWP 1127258) (id 2.220)] [New Thread 0x8a5d1420 (LWP 1127259) (id 2.221)] [New Thread 0x89dd0420 (LWP 1127260) (id 2.222)] [New Thread 0x895cf420 (LWP 1127261) (id 2.223)] [New Thread 0x88dce420 (LWP 1127262) (id 2.224)] [New Thread 0x885cd420 (LWP 1127263) (id 2.225)] [New Thread 0x87dcc420 (LWP 1127264) (id 2.226)] [New Thread 0x875cb420 (LWP 1127265) (id 2.227)] [New Thread 0x86dca420 (LWP 1127266) (id 2.228)] [New Thread 0x865c9420 (LWP 1127267) (id 2.229)] [New Thread 0x85dc8420 (LWP 1127268) (id 2.230)] [New Thread 0x855c7420 (LWP 1127269) (id 2.231)] [New Thread 0x84dc6420 (LWP 1127270) (id 2.232)] [New Thread 0x845c5420 (LWP 1127271) (id 2.233)] [New Thread 0x83dc4420 (LWP 1127272) (id 2.234)] [New Thread 0x835c3420 (LWP 1127273) (id 2.235)] [New Thread 0x82dc2420 (LWP 1127274) (id 2.236)] [New Thread 0x825c1420 (LWP 1127275) (id 2.237)] [New Thread 0x81dc0420 (LWP 1127276) (id 2.238)] [New Thread 0x815bf420 (LWP 1127277) (id 2.239)] [New Thread 0x80dbe420 (LWP 1127278) (id 2.240)] [New Thread 0x805bd420 (LWP 1127279) (id 2.241)] [New Thread 0x7fdbc420 (LWP 1127280) (id 2.242)] [New Thread 0x7f5bb420 (LWP 1127281) (id 2.243)] [New Thread 0x7edba420 (LWP 1127282) (id 2.244)] [New Thread 0x7e5b9420 (LWP 1127283) (id 2.245)] [New Thread 0x7ddb8420 (LWP 1127284) (id 2.246)] [New Thread 0x7d5b7420 (LWP 1127285) (id 2.247)] [New Thread 0x7cdb6420 (LWP 1127286) (id 2.248)] [New Thread 0x7c5b5420 (LWP 1127287) (id 2.249)] [New Thread 0x7bdb4420 (LWP 1127288) (id 2.250)] [New Thread 0x7b5b3420 (LWP 1127289) (id 2.251)] [New Thread 0x7adb2420 (LWP 1127290) (id 2.252)] [New Thread 0x7a5b1420 (LWP 1127291) (id 2.253)] [New Thread 0x79db0420 (LWP 1127292) (id 2.254)] [New Thread 0x795af420 (LWP 1127293) (id 2.255)] [New Thread 0x78dae420 (LWP 1127294) (id 2.256)] [New Thread 0x785ad420 (LWP 1127295) (id 2.257)] [Switching to Thread 0xbb633420 (LWP 1127161)] Thread 2.123 "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 1127039 [Inferior 2 (process 1127039) detached] (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:sw: detach child inferior 1 [Switching to inferior 1 [process 1127037] (/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 1127037))] #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 1127037 [Inferior 1 (process 1127037) detached] exited, status=0saw inferior exit (gdb) saw prompt 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 1127330) fork to child process 1127332] [New inferior 2 (process 1127332)] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". [Switching to Thread 0xf7fcef60 (LWP 1127332)] 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 1127333) (id 2.2)] [New Thread 0xf76ab420 (LWP 1127334) (id 2.3)] [New Thread 0xf6eaa420 (LWP 1127335) (id 2.4)] [New Thread 0xf66a9420 (LWP 1127336) (id 2.5)] [New Thread 0xf5ea8420 (LWP 1127337) (id 2.6)] [New Thread 0xf56a7420 (LWP 1127338) (id 2.7)] [New Thread 0xf4ea6420 (LWP 1127339) (id 2.8)] [New Thread 0xf46a5420 (LWP 1127340) (id 2.9)] [New Thread 0xf3ea4420 (LWP 1127341) (id 2.10)] [New Thread 0xf36a3420 (LWP 1127342) (id 2.11)] [New Thread 0xf2ea2420 (LWP 1127343) (id 2.12)] [New Thread 0xf26a1420 (LWP 1127344) (id 2.13)] [New Thread 0xf1ea0420 (LWP 1127345) (id 2.14)] [New Thread 0xf169f420 (LWP 1127346) (id 2.15)] [New Thread 0xf0e9e420 (LWP 1127347) (id 2.16)] [New Thread 0xf069d420 (LWP 1127348) (id 2.17)] [New Thread 0xefe9c420 (LWP 1127349) (id 2.18)] [New Thread 0xef69b420 (LWP 1127350) (id 2.19)] [New Thread 0xeee9a420 (LWP 1127351) (id 2.20)] [New Thread 0xee699420 (LWP 1127352) (id 2.21)] [New Thread 0xede98420 (LWP 1127353) (id 2.22)] [New Thread 0xed697420 (LWP 1127354) (id 2.23)] [New Thread 0xece96420 (LWP 1127355) (id 2.24)] [New Thread 0xec695420 (LWP 1127356) (id 2.25)] [New Thread 0xebe94420 (LWP 1127357) (id 2.26)] [New Thread 0xeb693420 (LWP 1127358) (id 2.27)] [New Thread 0xeae92420 (LWP 1127359) (id 2.28)] [New Thread 0xea691420 (LWP 1127360) (id 2.29)] [New Thread 0xe9e90420 (LWP 1127361) (id 2.30)] [New Thread 0xe968f420 (LWP 1127362) (id 2.31)] [New Thread 0xe8e8e420 (LWP 1127363) (id 2.32)] [New Thread 0xe868d420 (LWP 1127364) (id 2.33)] [New Thread 0xe7e8c420 (LWP 1127365) (id 2.34)] [New Thread 0xe768b420 (LWP 1127366) (id 2.35)] [New Thread 0xe6e8a420 (LWP 1127367) (id 2.36)] [New Thread 0xe6689420 (LWP 1127368) (id 2.37)] [New Thread 0xe5e88420 (LWP 1127369) (id 2.38)] [New Thread 0xe5687420 (LWP 1127370) (id 2.39)] [New Thread 0xe4e86420 (LWP 1127371) (id 2.40)] [New Thread 0xe4685420 (LWP 1127372) (id 2.41)] [New Thread 0xe3e84420 (LWP 1127373) (id 2.42)] [New Thread 0xe3683420 (LWP 1127374) (id 2.43)] [New Thread 0xe2e82420 (LWP 1127375) (id 2.44)] [New Thread 0xe2681420 (LWP 1127376) (id 2.45)] [New Thread 0xe1e80420 (LWP 1127377) (id 2.46)] [New Thread 0xe167f420 (LWP 1127378) (id 2.47)] [New Thread 0xe0e7e420 (LWP 1127379) (id 2.48)] [New Thread 0xe067d420 (LWP 1127380) (id 2.49)] [New Thread 0xdfe7c420 (LWP 1127381) (id 2.50)] [New Thread 0xdf67b420 (LWP 1127382) (id 2.51)] [New Thread 0xdee7a420 (LWP 1127383) (id 2.52)] [New Thread 0xde679420 (LWP 1127384) (id 2.53)] [New Thread 0xdde78420 (LWP 1127385) (id 2.54)] [New Thread 0xdd677420 (LWP 1127386) (id 2.55)] [New Thread 0xdce76420 (LWP 1127387) (id 2.56)] [New Thread 0xdc675420 (LWP 1127388) (id 2.57)] [New Thread 0xdbe74420 (LWP 1127389) (id 2.58)] [New Thread 0xdb673420 (LWP 1127390) (id 2.59)] [New Thread 0xdae72420 (LWP 1127391) (id 2.60)] [New Thread 0xda671420 (LWP 1127392) (id 2.61)] [New Thread 0xd9e70420 (LWP 1127393) (id 2.62)] [New Thread 0xd966f420 (LWP 1127394) (id 2.63)] [New Thread 0xd8e6e420 (LWP 1127395) (id 2.64)] [New Thread 0xd866d420 (LWP 1127396) (id 2.65)] [New Thread 0xd7e6c420 (LWP 1127397) (id 2.66)] [New Thread 0xd766b420 (LWP 1127398) (id 2.67)] [New Thread 0xd6e6a420 (LWP 1127399) (id 2.68)] [New Thread 0xd6669420 (LWP 1127400) (id 2.69)] [New Thread 0xd5e68420 (LWP 1127401) (id 2.70)] [New Thread 0xd5667420 (LWP 1127402) (id 2.71)] [New Thread 0xd4e66420 (LWP 1127403) (id 2.72)] [New Thread 0xd4665420 (LWP 1127404) (id 2.73)] [New Thread 0xd3e64420 (LWP 1127405) (id 2.74)] [New Thread 0xd3663420 (LWP 1127406) (id 2.75)] [New Thread 0xd2e62420 (LWP 1127407) (id 2.76)] [New Thread 0xd2661420 (LWP 1127408) (id 2.77)] [New Thread 0xd1e60420 (LWP 1127409) (id 2.78)] [New Thread 0xd165f420 (LWP 1127410) (id 2.79)] [New Thread 0xd0e5e420 (LWP 1127411) (id 2.80)] [New Thread 0xd065d420 (LWP 1127412) (id 2.81)] [New Thread 0xcfe5c420 (LWP 1127413) (id 2.82)] [New Thread 0xcf65b420 (LWP 1127414) (id 2.83)] [New Thread 0xcee5a420 (LWP 1127415) (id 2.84)] [New Thread 0xce659420 (LWP 1127416) (id 2.85)] [New Thread 0xcde58420 (LWP 1127417) (id 2.86)] [New Thread 0xcd657420 (LWP 1127418) (id 2.87)] [New Thread 0xcce56420 (LWP 1127419) (id 2.88)] [New Thread 0xcc655420 (LWP 1127420) (id 2.89)] [New Thread 0xcbe54420 (LWP 1127421) (id 2.90)] [New Thread 0xcb653420 (LWP 1127422) (id 2.91)] [New Thread 0xcae52420 (LWP 1127423) (id 2.92)] [New Thread 0xca651420 (LWP 1127424) (id 2.93)] [New Thread 0xc9e50420 (LWP 1127425) (id 2.94)] [New Thread 0xc964f420 (LWP 1127426) (id 2.95)] [New Thread 0xc8e4e420 (LWP 1127427) (id 2.96)] [New Thread 0xc864d420 (LWP 1127428) (id 2.97)] [New Thread 0xc7e4c420 (LWP 1127429) (id 2.98)] [New Thread 0xc764b420 (LWP 1127430) (id 2.99)] [New Thread 0xc6e4a420 (LWP 1127431) (id 2.100)] [New Thread 0xc6649420 (LWP 1127432) (id 2.101)] [New Thread 0xc5e48420 (LWP 1127433) (id 2.102)] [New Thread 0xc5647420 (LWP 1127434) (id 2.103)] [New Thread 0xc4e46420 (LWP 1127435) (id 2.104)] [New Thread 0xc4645420 (LWP 1127436) (id 2.105)] [New Thread 0xc3e44420 (LWP 1127437) (id 2.106)] [New Thread 0xc3643420 (LWP 1127438) (id 2.107)] [New Thread 0xc2e42420 (LWP 1127439) (id 2.108)] [New Thread 0xc2641420 (LWP 1127440) (id 2.109)] [New Thread 0xc1e40420 (LWP 1127441) (id 2.110)] [New Thread 0xc163f420 (LWP 1127442) (id 2.111)] [New Thread 0xc0e3e420 (LWP 1127443) (id 2.112)] [New Thread 0xc063d420 (LWP 1127444) (id 2.113)] [New Thread 0xbfe3c420 (LWP 1127445) (id 2.114)] [New Thread 0xbf63b420 (LWP 1127446) (id 2.115)] [New Thread 0xbee3a420 (LWP 1127447) (id 2.116)] [New Thread 0xbe639420 (LWP 1127448) (id 2.117)] [New Thread 0xbde38420 (LWP 1127449) (id 2.118)] [New Thread 0xbd637420 (LWP 1127450) (id 2.119)] [New Thread 0xbce36420 (LWP 1127451) (id 2.120)] [New Thread 0xbc635420 (LWP 1127452) (id 2.121)] [New Thread 0xbbe34420 (LWP 1127453) (id 2.122)] [New Thread 0xbb633420 (LWP 1127454) (id 2.123)] [New Thread 0xbae32420 (LWP 1127455) (id 2.124)] [New Thread 0xba631420 (LWP 1127456) (id 2.125)] [New Thread 0xb9e30420 (LWP 1127457) (id 2.126)] [New Thread 0xb962f420 (LWP 1127458) (id 2.127)] [New Thread 0xb8e2e420 (LWP 1127459) (id 2.128)] [New Thread 0xb862d420 (LWP 1127460) (id 2.129)] [New Thread 0xb7e2c420 (LWP 1127461) (id 2.130)] [New Thread 0xb762b420 (LWP 1127462) (id 2.131)] [New Thread 0xb6e2a420 (LWP 1127463) (id 2.132)] [New Thread 0xb6629420 (LWP 1127464) (id 2.133)] [New Thread 0xb5e28420 (LWP 1127465) (id 2.134)] [New Thread 0xb5627420 (LWP 1127466) (id 2.135)] [New Thread 0xb4e26420 (LWP 1127467) (id 2.136)] [New Thread 0xb4625420 (LWP 1127468) (id 2.137)] [New Thread 0xb3e24420 (LWP 1127469) (id 2.138)] [New Thread 0xb3623420 (LWP 1127470) (id 2.139)] [New Thread 0xb2e22420 (LWP 1127471) (id 2.140)] [New Thread 0xb2621420 (LWP 1127472) (id 2.141)] [New Thread 0xb1e20420 (LWP 1127473) (id 2.142)] [New Thread 0xb161f420 (LWP 1127474) (id 2.143)] [New Thread 0xb0e1e420 (LWP 1127475) (id 2.144)] [New Thread 0xb061d420 (LWP 1127476) (id 2.145)] [New Thread 0xafe1c420 (LWP 1127477) (id 2.146)] [New Thread 0xaf61b420 (LWP 1127478) (id 2.147)] [New Thread 0xaee1a420 (LWP 1127479) (id 2.148)] [New Thread 0xae619420 (LWP 1127480) (id 2.149)] [New Thread 0xade18420 (LWP 1127481) (id 2.150)] [New Thread 0xad617420 (LWP 1127482) (id 2.151)] [New Thread 0xace16420 (LWP 1127483) (id 2.152)] [New Thread 0xac615420 (LWP 1127484) (id 2.153)] [New Thread 0xabe14420 (LWP 1127485) (id 2.154)] [New Thread 0xab613420 (LWP 1127486) (id 2.155)] [New Thread 0xaae12420 (LWP 1127487) (id 2.156)] [New Thread 0xaa611420 (LWP 1127488) (id 2.157)] [New Thread 0xa9e10420 (LWP 1127489) (id 2.158)] [New Thread 0xa960f420 (LWP 1127490) (id 2.159)] [New Thread 0xa8e0e420 (LWP 1127491) (id 2.160)] [New Thread 0xa860d420 (LWP 1127492) (id 2.161)] [New Thread 0xa7e0c420 (LWP 1127493) (id 2.162)] [New Thread 0xa760b420 (LWP 1127494) (id 2.163)] [New Thread 0xa6e0a420 (LWP 1127495) (id 2.164)] [New Thread 0xa6609420 (LWP 1127496) (id 2.165)] [New Thread 0xa5e08420 (LWP 1127497) (id 2.166)] [New Thread 0xa5607420 (LWP 1127498) (id 2.167)] [New Thread 0xa4e06420 (LWP 1127499) (id 2.168)] [New Thread 0xa4605420 (LWP 1127500) (id 2.169)] [New Thread 0xa3e04420 (LWP 1127501) (id 2.170)] [New Thread 0xa3603420 (LWP 1127502) (id 2.171)] [New Thread 0xa2e02420 (LWP 1127503) (id 2.172)] [New Thread 0xa2601420 (LWP 1127504) (id 2.173)] [New Thread 0xa1e00420 (LWP 1127505) (id 2.174)] [New Thread 0xa15ff420 (LWP 1127506) (id 2.175)] [New Thread 0xa0dfe420 (LWP 1127507) (id 2.176)] [New Thread 0xa05fd420 (LWP 1127508) (id 2.177)] [New Thread 0x9fdfc420 (LWP 1127509) (id 2.178)] [New Thread 0x9f5fb420 (LWP 1127510) (id 2.179)] [New Thread 0x9edfa420 (LWP 1127511) (id 2.180)] [New Thread 0x9e5f9420 (LWP 1127512) (id 2.181)] [New Thread 0x9ddf8420 (LWP 1127513) (id 2.182)] [New Thread 0x9d5f7420 (LWP 1127514) (id 2.183)] [New Thread 0x9cdf6420 (LWP 1127515) (id 2.184)] [New Thread 0x9c5f5420 (LWP 1127516) (id 2.185)] [New Thread 0x9bdf4420 (LWP 1127517) (id 2.186)] [New Thread 0x9b5f3420 (LWP 1127518) (id 2.187)] [New Thread 0x9adf2420 (LWP 1127519) (id 2.188)] [New Thread 0x9a5f1420 (LWP 1127520) (id 2.189)] [New Thread 0x99df0420 (LWP 1127521) (id 2.190)] [New Thread 0x995ef420 (LWP 1127522) (id 2.191)] [New Thread 0x98dee420 (LWP 1127523) (id 2.192)] [New Thread 0x985ed420 (LWP 1127524) (id 2.193)] [New Thread 0x97dec420 (LWP 1127525) (id 2.194)] [New Thread 0x975eb420 (LWP 1127526) (id 2.195)] [New Thread 0x96dea420 (LWP 1127527) (id 2.196)] [New Thread 0x965e9420 (LWP 1127528) (id 2.197)] [New Thread 0x95de8420 (LWP 1127529) (id 2.198)] [New Thread 0x955e7420 (LWP 1127530) (id 2.199)] [New Thread 0x94de6420 (LWP 1127531) (id 2.200)] [New Thread 0x945e5420 (LWP 1127532) (id 2.201)] [New Thread 0x93de4420 (LWP 1127533) (id 2.202)] [New Thread 0x935e3420 (LWP 1127534) (id 2.203)] [New Thread 0x92de2420 (LWP 1127535) (id 2.204)] [New Thread 0x925e1420 (LWP 1127536) (id 2.205)] [New Thread 0x91de0420 (LWP 1127537) (id 2.206)] [New Thread 0x915df420 (LWP 1127538) (id 2.207)] [New Thread 0x90dde420 (LWP 1127539) (id 2.208)] [New Thread 0x905dd420 (LWP 1127540) (id 2.209)] [New Thread 0x8fddc420 (LWP 1127541) (id 2.210)] [New Thread 0x8f5db420 (LWP 1127542) (id 2.211)] [New Thread 0x8edda420 (LWP 1127543) (id 2.212)] [New Thread 0x8e5d9420 (LWP 1127544) (id 2.213)] [New Thread 0x8ddd8420 (LWP 1127545) (id 2.214)] [New Thread 0x8d5d7420 (LWP 1127546) (id 2.215)] [New Thread 0x8cdd6420 (LWP 1127547) (id 2.216)] [New Thread 0x8c5d5420 (LWP 1127548) (id 2.217)] [New Thread 0x8bdd4420 (LWP 1127549) (id 2.218)] [New Thread 0x8b5d3420 (LWP 1127550) (id 2.219)] [New Thread 0x8add2420 (LWP 1127551) (id 2.220)] [New Thread 0x8a5d1420 (LWP 1127552) (id 2.221)] [New Thread 0x89dd0420 (LWP 1127553) (id 2.222)] [New Thread 0x895cf420 (LWP 1127554) (id 2.223)] [New Thread 0x88dce420 (LWP 1127555) (id 2.224)] [New Thread 0x885cd420 (LWP 1127556) (id 2.225)] [New Thread 0x87dcc420 (LWP 1127557) (id 2.226)] [New Thread 0x875cb420 (LWP 1127558) (id 2.227)] [New Thread 0x86dca420 (LWP 1127559) (id 2.228)] [New Thread 0x865c9420 (LWP 1127560) (id 2.229)] [New Thread 0x85dc8420 (LWP 1127561) (id 2.230)] [New Thread 0x855c7420 (LWP 1127562) (id 2.231)] [New Thread 0x84dc6420 (LWP 1127563) (id 2.232)] [New Thread 0x845c5420 (LWP 1127564) (id 2.233)] [New Thread 0x83dc4420 (LWP 1127565) (id 2.234)] [New Thread 0x835c3420 (LWP 1127566) (id 2.235)] [New Thread 0x82dc2420 (LWP 1127567) (id 2.236)] [New Thread 0x825c1420 (LWP 1127568) (id 2.237)] [New Thread 0x81dc0420 (LWP 1127569) (id 2.238)] [New Thread 0x815bf420 (LWP 1127570) (id 2.239)] [New Thread 0x80dbe420 (LWP 1127571) (id 2.240)] [New Thread 0x805bd420 (LWP 1127572) (id 2.241)] [New Thread 0x7fdbc420 (LWP 1127573) (id 2.242)] [New Thread 0x7f5bb420 (LWP 1127574) (id 2.243)] [New Thread 0x7edba420 (LWP 1127575) (id 2.244)] [New Thread 0x7e5b9420 (LWP 1127576) (id 2.245)] [New Thread 0x7ddb8420 (LWP 1127577) (id 2.246)] [New Thread 0x7d5b7420 (LWP 1127578) (id 2.247)] [New Thread 0x7cdb6420 (LWP 1127579) (id 2.248)] [New Thread 0x7c5b5420 (LWP 1127580) (id 2.249)] [New Thread 0x7bdb4420 (LWP 1127581) (id 2.250)] [New Thread 0x7b5b3420 (LWP 1127582) (id 2.251)] [New Thread 0x7adb2420 (LWP 1127583) (id 2.252)] [New Thread 0x7a5b1420 (LWP 1127584) (id 2.253)] [New Thread 0x79db0420 (LWP 1127585) (id 2.254)] [New Thread 0x795af420 (LWP 1127586) (id 2.255)] [New Thread 0x78dae420 (LWP 1127587) (id 2.256)] [New Thread 0x785ad420 (LWP 1127588) (id 2.257)] [Switching to Thread 0xede98420 (LWP 1127353)] Thread 2.22 "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 1127332 [Inferior 2 (process 1127332) detached] (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: detach child inferior 1 [Switching to inferior 1 [process 1127330] (/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 1127330))] #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 1127330 [Inferior 1 (process 1127330) 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 1127623) fork to child process 1127625] [New inferior 2 (process 1127625)] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". [New Thread 0xf7eac420 (LWP 1127626) (id 2.2)] [New Thread 0xf76ab420 (LWP 1127627) (id 2.3)] [New Thread 0xf6eaa420 (LWP 1127628) (id 2.4)] [New Thread 0xf66a9420 (LWP 1127629) (id 2.5)] [New Thread 0xf5ea8420 (LWP 1127630) (id 2.6)] [New Thread 0xf56a7420 (LWP 1127631) (id 2.7)] [New Thread 0xf4ea6420 (LWP 1127632) (id 2.8)] [New Thread 0xf46a5420 (LWP 1127633) (id 2.9)] [New Thread 0xf3ea4420 (LWP 1127634) (id 2.10)] [New Thread 0xf36a3420 (LWP 1127635) (id 2.11)] [New Thread 0xf2ea2420 (LWP 1127636) (id 2.12)] [New Thread 0xf26a1420 (LWP 1127637) (id 2.13)] [New Thread 0xf1ea0420 (LWP 1127638) (id 2.14)] [New Thread 0xf169f420 (LWP 1127639) (id 2.15)] [New Thread 0xf0e9e420 (LWP 1127640) (id 2.16)] [New Thread 0xf069d420 (LWP 1127641) (id 2.17)] [New Thread 0xefe9c420 (LWP 1127642) (id 2.18)] [New Thread 0xef69b420 (LWP 1127643) (id 2.19)] [New Thread 0xeee9a420 (LWP 1127644) (id 2.20)] [New Thread 0xee699420 (LWP 1127645) (id 2.21)] [New Thread 0xede98420 (LWP 1127646) (id 2.22)] [New Thread 0xed697420 (LWP 1127647) (id 2.23)] [New Thread 0xece96420 (LWP 1127648) (id 2.24)] [New Thread 0xec695420 (LWP 1127649) (id 2.25)] [New Thread 0xebe94420 (LWP 1127650) (id 2.26)] [New Thread 0xeb693420 (LWP 1127651) (id 2.27)] [New Thread 0xeae92420 (LWP 1127652) (id 2.28)] [New Thread 0xea691420 (LWP 1127653) (id 2.29)] [New Thread 0xe9e90420 (LWP 1127654) (id 2.30)] [New Thread 0xe968f420 (LWP 1127655) (id 2.31)] [New Thread 0xe8e8e420 (LWP 1127656) (id 2.32)] [New Thread 0xe868d420 (LWP 1127657) (id 2.33)] [New Thread 0xe7e8c420 (LWP 1127658) (id 2.34)] [New Thread 0xe768b420 (LWP 1127659) (id 2.35)] [New Thread 0xe6e8a420 (LWP 1127660) (id 2.36)] [New Thread 0xe6689420 (LWP 1127661) (id 2.37)] [New Thread 0xe5e88420 (LWP 1127662) (id 2.38)] [New Thread 0xe5687420 (LWP 1127663) (id 2.39)] [New Thread 0xe4e86420 (LWP 1127664) (id 2.40)] [New Thread 0xe4685420 (LWP 1127665) (id 2.41)] [New Thread 0xe3e84420 (LWP 1127666) (id 2.42)] [New Thread 0xe3683420 (LWP 1127667) (id 2.43)] [New Thread 0xe2e82420 (LWP 1127668) (id 2.44)] [New Thread 0xe2681420 (LWP 1127669) (id 2.45)] [New Thread 0xe1e80420 (LWP 1127670) (id 2.46)] [New Thread 0xe167f420 (LWP 1127671) (id 2.47)] [New Thread 0xe0e7e420 (LWP 1127672) (id 2.48)] [New Thread 0xe067d420 (LWP 1127673) (id 2.49)] [New Thread 0xdfe7c420 (LWP 1127674) (id 2.50)] [New Thread 0xdf67b420 (LWP 1127675) (id 2.51)] [New Thread 0xdee7a420 (LWP 1127676) (id 2.52)] [New Thread 0xde679420 (LWP 1127677) (id 2.53)] [New Thread 0xdde78420 (LWP 1127678) (id 2.54)] [New Thread 0xdd677420 (LWP 1127679) (id 2.55)] [New Thread 0xdce76420 (LWP 1127680) (id 2.56)] [New Thread 0xdc675420 (LWP 1127681) (id 2.57)] [New Thread 0xdbe74420 (LWP 1127682) (id 2.58)] [New Thread 0xdb673420 (LWP 1127683) (id 2.59)] [New Thread 0xdae72420 (LWP 1127684) (id 2.60)] [New Thread 0xda671420 (LWP 1127685) (id 2.61)] [New Thread 0xd9e70420 (LWP 1127686) (id 2.62)] [New Thread 0xd966f420 (LWP 1127687) (id 2.63)] [New Thread 0xd8e6e420 (LWP 1127688) (id 2.64)] [New Thread 0xd866d420 (LWP 1127689) (id 2.65)] [New Thread 0xd7e6c420 (LWP 1127690) (id 2.66)] [New Thread 0xd766b420 (LWP 1127691) (id 2.67)] [New Thread 0xd6e6a420 (LWP 1127692) (id 2.68)] [New Thread 0xd6669420 (LWP 1127693) (id 2.69)] [New Thread 0xd5e68420 (LWP 1127694) (id 2.70)] [New Thread 0xd5667420 (LWP 1127695) (id 2.71)] [New Thread 0xd4e66420 (LWP 1127696) (id 2.72)] [New Thread 0xd4665420 (LWP 1127697) (id 2.73)] [New Thread 0xd3e64420 (LWP 1127698) (id 2.74)] [New Thread 0xd3663420 (LWP 1127699) (id 2.75)] [New Thread 0xd2e62420 (LWP 1127700) (id 2.76)] [New Thread 0xd2661420 (LWP 1127701) (id 2.77)] [New Thread 0xd1e60420 (LWP 1127702) (id 2.78)] [New Thread 0xd165f420 (LWP 1127703) (id 2.79)] [New Thread 0xd0e5e420 (LWP 1127704) (id 2.80)] [New Thread 0xd065d420 (LWP 1127705) (id 2.81)] [New Thread 0xcfe5c420 (LWP 1127706) (id 2.82)] [New Thread 0xcf65b420 (LWP 1127707) (id 2.83)] [New Thread 0xcee5a420 (LWP 1127708) (id 2.84)] [New Thread 0xce659420 (LWP 1127709) (id 2.85)] [New Thread 0xcde58420 (LWP 1127710) (id 2.86)] [New Thread 0xcd657420 (LWP 1127711) (id 2.87)] [New Thread 0xcce56420 (LWP 1127712) (id 2.88)] [New Thread 0xcc655420 (LWP 1127713) (id 2.89)] [New Thread 0xcbe54420 (LWP 1127714) (id 2.90)] [New Thread 0xcb653420 (LWP 1127715) (id 2.91)] [New Thread 0xcae52420 (LWP 1127716) (id 2.92)] [New Thread 0xca651420 (LWP 1127717) (id 2.93)] [New Thread 0xc9e50420 (LWP 1127718) (id 2.94)] [New Thread 0xc964f420 (LWP 1127719) (id 2.95)] [New Thread 0xc8e4e420 (LWP 1127720) (id 2.96)] [New Thread 0xc864d420 (LWP 1127721) (id 2.97)] [New Thread 0xc7e4c420 (LWP 1127722) (id 2.98)] [New Thread 0xc764b420 (LWP 1127723) (id 2.99)] [New Thread 0xc6e4a420 (LWP 1127724) (id 2.100)] [New Thread 0xc6649420 (LWP 1127725) (id 2.101)] [New Thread 0xc5e48420 (LWP 1127726) (id 2.102)] [New Thread 0xc5647420 (LWP 1127727) (id 2.103)] [New Thread 0xc4e46420 (LWP 1127728) (id 2.104)] [New Thread 0xc4645420 (LWP 1127729) (id 2.105)] [New Thread 0xc3e44420 (LWP 1127730) (id 2.106)] [New Thread 0xc3643420 (LWP 1127731) (id 2.107)] [New Thread 0xc2e42420 (LWP 1127732) (id 2.108)] [New Thread 0xc2641420 (LWP 1127733) (id 2.109)] [New Thread 0xc1e40420 (LWP 1127734) (id 2.110)] [New Thread 0xc163f420 (LWP 1127735) (id 2.111)] [New Thread 0xc0e3e420 (LWP 1127736) (id 2.112)] [New Thread 0xc063d420 (LWP 1127737) (id 2.113)] [New Thread 0xbfe3c420 (LWP 1127738) (id 2.114)] [New Thread 0xbf63b420 (LWP 1127739) (id 2.115)] [New Thread 0xbee3a420 (LWP 1127740) (id 2.116)] [New Thread 0xbe639420 (LWP 1127741) (id 2.117)] [New Thread 0xbde38420 (LWP 1127742) (id 2.118)] [New Thread 0xbd637420 (LWP 1127743) (id 2.119)] [New Thread 0xbce36420 (LWP 1127744) (id 2.120)] [New Thread 0xbc635420 (LWP 1127745) (id 2.121)] [New Thread 0xbbe34420 (LWP 1127746) (id 2.122)] [New Thread 0xbb633420 (LWP 1127747) (id 2.123)] [New Thread 0xbae32420 (LWP 1127748) (id 2.124)] [New Thread 0xba631420 (LWP 1127749) (id 2.125)] [New Thread 0xb9e30420 (LWP 1127750) (id 2.126)] [New Thread 0xb962f420 (LWP 1127751) (id 2.127)] [New Thread 0xb8e2e420 (LWP 1127752) (id 2.128)] [New Thread 0xb862d420 (LWP 1127753) (id 2.129)] [New Thread 0xb7e2c420 (LWP 1127754) (id 2.130)] [New Thread 0xb762b420 (LWP 1127755) (id 2.131)] [New Thread 0xb6e2a420 (LWP 1127756) (id 2.132)] [New Thread 0xb6629420 (LWP 1127757) (id 2.133)] [New Thread 0xb5e28420 (LWP 1127758) (id 2.134)] [New Thread 0xb5627420 (LWP 1127759) (id 2.135)] [New Thread 0xb4e26420 (LWP 1127760) (id 2.136)] [New Thread 0xb4625420 (LWP 1127761) (id 2.137)] [New Thread 0xb3e24420 (LWP 1127762) (id 2.138)] [New Thread 0xb3623420 (LWP 1127763) (id 2.139)] [New Thread 0xb2e22420 (LWP 1127764) (id 2.140)] [New Thread 0xb2621420 (LWP 1127765) (id 2.141)] [New Thread 0xb1e20420 (LWP 1127766) (id 2.142)] [New Thread 0xb161f420 (LWP 1127767) (id 2.143)] [New Thread 0xb0e1e420 (LWP 1127768) (id 2.144)] [New Thread 0xb061d420 (LWP 1127769) (id 2.145)] [New Thread 0xafe1c420 (LWP 1127770) (id 2.146)] [New Thread 0xaf61b420 (LWP 1127771) (id 2.147)] [New Thread 0xaee1a420 (LWP 1127772) (id 2.148)] [New Thread 0xae619420 (LWP 1127773) (id 2.149)] [New Thread 0xade18420 (LWP 1127774) (id 2.150)] [New Thread 0xad617420 (LWP 1127775) (id 2.151)] [New Thread 0xace16420 (LWP 1127776) (id 2.152)] [New Thread 0xac615420 (LWP 1127777) (id 2.153)] [New Thread 0xabe14420 (LWP 1127778) (id 2.154)] [New Thread 0xab613420 (LWP 1127779) (id 2.155)] [New Thread 0xaae12420 (LWP 1127780) (id 2.156)] [New Thread 0xaa611420 (LWP 1127781) (id 2.157)] [New Thread 0xa9e10420 (LWP 1127782) (id 2.158)] [New Thread 0xa960f420 (LWP 1127783) (id 2.159)] [New Thread 0xa8e0e420 (LWP 1127784) (id 2.160)] [New Thread 0xa860d420 (LWP 1127785) (id 2.161)] [New Thread 0xa7e0c420 (LWP 1127786) (id 2.162)] [New Thread 0xa760b420 (LWP 1127787) (id 2.163)] [New Thread 0xa6e0a420 (LWP 1127788) (id 2.164)] [New Thread 0xa6609420 (LWP 1127789) (id 2.165)] [New Thread 0xa5e08420 (LWP 1127790) (id 2.166)] [New Thread 0xa5607420 (LWP 1127791) (id 2.167)] [New Thread 0xa4e06420 (LWP 1127792) (id 2.168)] [New Thread 0xa4605420 (LWP 1127793) (id 2.169)] [New Thread 0xa3e04420 (LWP 1127794) (id 2.170)] [New Thread 0xa3603420 (LWP 1127795) (id 2.171)] [New Thread 0xa2e02420 (LWP 1127796) (id 2.172)] [New Thread 0xa2601420 (LWP 1127797) (id 2.173)] [New Thread 0xa1e00420 (LWP 1127798) (id 2.174)] [New Thread 0xa15ff420 (LWP 1127799) (id 2.175)] [New Thread 0xa0dfe420 (LWP 1127800) (id 2.176)] [New Thread 0xa05fd420 (LWP 1127801) (id 2.177)] [New Thread 0x9fdfc420 (LWP 1127802) (id 2.178)] [New Thread 0x9f5fb420 (LWP 1127803) (id 2.179)] [New Thread 0x9edfa420 (LWP 1127804) (id 2.180)] [New Thread 0x9e5f9420 (LWP 1127805) (id 2.181)] [New Thread 0x9ddf8420 (LWP 1127806) (id 2.182)] [New Thread 0x9d5f7420 (LWP 1127807) (id 2.183)] [New Thread 0x9cdf6420 (LWP 1127808) (id 2.184)] [New Thread 0x9c5f5420 (LWP 1127809) (id 2.185)] [New Thread 0x9bdf4420 (LWP 1127810) (id 2.186)] [New Thread 0x9b5f3420 (LWP 1127811) (id 2.187)] [New Thread 0x9adf2420 (LWP 1127812) (id 2.188)] [New Thread 0x9a5f1420 (LWP 1127813) (id 2.189)] [New Thread 0x99df0420 (LWP 1127814) (id 2.190)] [New Thread 0x995ef420 (LWP 1127815) (id 2.191)] [New Thread 0x98dee420 (LWP 1127816) (id 2.192)] [New Thread 0x985ed420 (LWP 1127817) (id 2.193)] [New Thread 0x97dec420 (LWP 1127818) (id 2.194)] [New Thread 0x975eb420 (LWP 1127819) (id 2.195)] [New Thread 0x96dea420 (LWP 1127820) (id 2.196)] [New Thread 0x965e9420 (LWP 1127821) (id 2.197)] [New Thread 0x95de8420 (LWP 1127822) (id 2.198)] [New Thread 0x955e7420 (LWP 1127823) (id 2.199)] [New Thread 0x94de6420 (LWP 1127824) (id 2.200)] [New Thread 0x945e5420 (LWP 1127825) (id 2.201)] [New Thread 0x93de4420 (LWP 1127826) (id 2.202)] [New Thread 0x935e3420 (LWP 1127827) (id 2.203)] [New Thread 0x92de2420 (LWP 1127828) (id 2.204)] [New Thread 0x925e1420 (LWP 1127829) (id 2.205)] [New Thread 0x91de0420 (LWP 1127830) (id 2.206)] [New Thread 0x915df420 (LWP 1127831) (id 2.207)] [New Thread 0x90dde420 (LWP 1127832) (id 2.208)] [New Thread 0x905dd420 (LWP 1127833) (id 2.209)] [New Thread 0x8fddc420 (LWP 1127834) (id 2.210)] [New Thread 0x8f5db420 (LWP 1127835) (id 2.211)] [New Thread 0x8edda420 (LWP 1127836) (id 2.212)] [New Thread 0x8e5d9420 (LWP 1127837) (id 2.213)] [New Thread 0x8ddd8420 (LWP 1127838) (id 2.214)] [New Thread 0x8d5d7420 (LWP 1127839) (id 2.215)] [New Thread 0x8cdd6420 (LWP 1127840) (id 2.216)] [New Thread 0x8c5d5420 (LWP 1127841) (id 2.217)] [New Thread 0x8bdd4420 (LWP 1127842) (id 2.218)] [New Thread 0x8b5d3420 (LWP 1127843) (id 2.219)] [New Thread 0x8add2420 (LWP 1127844) (id 2.220)] [New Thread 0x8a5d1420 (LWP 1127845) (id 2.221)] [New Thread 0x89dd0420 (LWP 1127846) (id 2.222)] [New Thread 0x895cf420 (LWP 1127847) (id 2.223)] [New Thread 0x88dce420 (LWP 1127848) (id 2.224)] [New Thread 0x885cd420 (LWP 1127849) (id 2.225)] [New Thread 0x87dcc420 (LWP 1127850) (id 2.226)] [New Thread 0x875cb420 (LWP 1127851) (id 2.227)] [New Thread 0x86dca420 (LWP 1127852) (id 2.228)] [New Thread 0x865c9420 (LWP 1127853) (id 2.229)] [New Thread 0x85dc8420 (LWP 1127854) (id 2.230)] [New Thread 0x855c7420 (LWP 1127855) (id 2.231)] [New Thread 0x84dc6420 (LWP 1127856) (id 2.232)] [New Thread 0x845c5420 (LWP 1127857) (id 2.233)] [New Thread 0x83dc4420 (LWP 1127858) (id 2.234)] [New Thread 0x835c3420 (LWP 1127859) (id 2.235)] [New Thread 0x82dc2420 (LWP 1127860) (id 2.236)] [New Thread 0x825c1420 (LWP 1127861) (id 2.237)] [New Thread 0x81dc0420 (LWP 1127862) (id 2.238)] [New Thread 0x815bf420 (LWP 1127863) (id 2.239)] [New Thread 0x80dbe420 (LWP 1127864) (id 2.240)] [New Thread 0x805bd420 (LWP 1127865) (id 2.241)] [New Thread 0x7fdbc420 (LWP 1127866) (id 2.242)] [New Thread 0x7f5bb420 (LWP 1127867) (id 2.243)] [New Thread 0x7edba420 (LWP 1127868) (id 2.244)] [New Thread 0x7e5b9420 (LWP 1127869) (id 2.245)] [New Thread 0x7ddb8420 (LWP 1127870) (id 2.246)] [New Thread 0x7d5b7420 (LWP 1127871) (id 2.247)] [New Thread 0x7cdb6420 (LWP 1127872) (id 2.248)] [New Thread 0x7c5b5420 (LWP 1127873) (id 2.249)] [New Thread 0x7bdb4420 (LWP 1127874) (id 2.250)] [New Thread 0x7b5b3420 (LWP 1127875) (id 2.251)] [New Thread 0x7adb2420 (LWP 1127876) (id 2.252)] [New Thread 0x7a5b1420 (LWP 1127877) (id 2.253)] [New Thread 0x79db0420 (LWP 1127878) (id 2.254)] [New Thread 0x795af420 (LWP 1127879) (id 2.255)] [New Thread 0x78dae420 (LWP 1127880) (id 2.256)] [New Thread 0x785ad420 (LWP 1127881) (id 2.257)] [Switching to Thread 0xc4645420 (LWP 1127729)] Thread 2.105 "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 = 1127625 (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: get integer valueof "mypid" Executing on target: kill -9 1127625 (timeout = 300) builtin_spawn -ignore SIGHUP kill -9 1127625 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 1127625 [Inferior 2 (process 1127625) detached] (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: detach child inferior 1 [Switching to inferior 1 [process 1127623] (/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 1127623))] #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 1127623 [Inferior 1 (process 1127623) detached] signaled, sig=9saw inferior exit (gdb) saw prompt 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 1127942) fork to child process 1127944] [New inferior 2 (process 1127944)] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". [New Thread 0xf7eac420 (LWP 1127945) (id 2.2)] [New Thread 0xf76ab420 (LWP 1127946) (id 2.3)] [New Thread 0xf6eaa420 (LWP 1127947) (id 2.4)] [New Thread 0xf66a9420 (LWP 1127948) (id 2.5)] [New Thread 0xf5ea8420 (LWP 1127949) (id 2.6)] [New Thread 0xf56a7420 (LWP 1127950) (id 2.7)] [New Thread 0xf4ea6420 (LWP 1127951) (id 2.8)] [New Thread 0xf46a5420 (LWP 1127952) (id 2.9)] [New Thread 0xf3ea4420 (LWP 1127953) (id 2.10)] [New Thread 0xf36a3420 (LWP 1127954) (id 2.11)] [New Thread 0xf2ea2420 (LWP 1127955) (id 2.12)] [New Thread 0xf26a1420 (LWP 1127956) (id 2.13)] [New Thread 0xf1ea0420 (LWP 1127957) (id 2.14)] [New Thread 0xf169f420 (LWP 1127958) (id 2.15)] [New Thread 0xf0e9e420 (LWP 1127959) (id 2.16)] [New Thread 0xf069d420 (LWP 1127960) (id 2.17)] [New Thread 0xefe9c420 (LWP 1127961) (id 2.18)] [New Thread 0xef69b420 (LWP 1127962) (id 2.19)] [New Thread 0xeee9a420 (LWP 1127963) (id 2.20)] [New Thread 0xee699420 (LWP 1127964) (id 2.21)] [New Thread 0xede98420 (LWP 1127965) (id 2.22)] [New Thread 0xed697420 (LWP 1127966) (id 2.23)] [New Thread 0xece96420 (LWP 1127967) (id 2.24)] [New Thread 0xec695420 (LWP 1127968) (id 2.25)] [New Thread 0xebe94420 (LWP 1127969) (id 2.26)] [New Thread 0xeb693420 (LWP 1127970) (id 2.27)] [New Thread 0xeae92420 (LWP 1127971) (id 2.28)] [New Thread 0xea691420 (LWP 1127972) (id 2.29)] [New Thread 0xe9e90420 (LWP 1127973) (id 2.30)] [New Thread 0xe968f420 (LWP 1127974) (id 2.31)] [New Thread 0xe8e8e420 (LWP 1127975) (id 2.32)] [New Thread 0xe868d420 (LWP 1127976) (id 2.33)] [New Thread 0xe7e8c420 (LWP 1127977) (id 2.34)] [New Thread 0xe768b420 (LWP 1127978) (id 2.35)] [New Thread 0xe6e8a420 (LWP 1127979) (id 2.36)] [New Thread 0xe6689420 (LWP 1127980) (id 2.37)] [New Thread 0xe5e88420 (LWP 1127981) (id 2.38)] [New Thread 0xe5687420 (LWP 1127982) (id 2.39)] [New Thread 0xe4e86420 (LWP 1127983) (id 2.40)] [New Thread 0xe4685420 (LWP 1127984) (id 2.41)] [New Thread 0xe3e84420 (LWP 1127985) (id 2.42)] [New Thread 0xe3683420 (LWP 1127986) (id 2.43)] [New Thread 0xe2e82420 (LWP 1127987) (id 2.44)] [New Thread 0xe2681420 (LWP 1127988) (id 2.45)] [New Thread 0xe1e80420 (LWP 1127989) (id 2.46)] [New Thread 0xe167f420 (LWP 1127990) (id 2.47)] [New Thread 0xe0e7e420 (LWP 1127991) (id 2.48)] [New Thread 0xe067d420 (LWP 1127992) (id 2.49)] [New Thread 0xdfe7c420 (LWP 1127993) (id 2.50)] [New Thread 0xdf67b420 (LWP 1127994) (id 2.51)] [New Thread 0xdee7a420 (LWP 1127995) (id 2.52)] [New Thread 0xde679420 (LWP 1127996) (id 2.53)] [New Thread 0xdde78420 (LWP 1127997) (id 2.54)] [New Thread 0xdd677420 (LWP 1127998) (id 2.55)] [New Thread 0xdce76420 (LWP 1127999) (id 2.56)] [New Thread 0xdc675420 (LWP 1128000) (id 2.57)] [New Thread 0xdbe74420 (LWP 1128001) (id 2.58)] [New Thread 0xdb673420 (LWP 1128002) (id 2.59)] [New Thread 0xdae72420 (LWP 1128003) (id 2.60)] [New Thread 0xda671420 (LWP 1128004) (id 2.61)] [New Thread 0xd9e70420 (LWP 1128005) (id 2.62)] [New Thread 0xd966f420 (LWP 1128006) (id 2.63)] [New Thread 0xd8e6e420 (LWP 1128007) (id 2.64)] [New Thread 0xd866d420 (LWP 1128008) (id 2.65)] [New Thread 0xd7e6c420 (LWP 1128009) (id 2.66)] [New Thread 0xd766b420 (LWP 1128010) (id 2.67)] [New Thread 0xd6e6a420 (LWP 1128011) (id 2.68)] [New Thread 0xd6669420 (LWP 1128012) (id 2.69)] [New Thread 0xd5e68420 (LWP 1128013) (id 2.70)] [New Thread 0xd5667420 (LWP 1128014) (id 2.71)] [New Thread 0xd4e66420 (LWP 1128015) (id 2.72)] [New Thread 0xd4665420 (LWP 1128016) (id 2.73)] [New Thread 0xd3e64420 (LWP 1128017) (id 2.74)] [New Thread 0xd3663420 (LWP 1128018) (id 2.75)] [New Thread 0xd2e62420 (LWP 1128019) (id 2.76)] [New Thread 0xd2661420 (LWP 1128020) (id 2.77)] [New Thread 0xd1e60420 (LWP 1128021) (id 2.78)] [New Thread 0xd165f420 (LWP 1128022) (id 2.79)] [New Thread 0xd0e5e420 (LWP 1128023) (id 2.80)] [New Thread 0xd065d420 (LWP 1128024) (id 2.81)] [New Thread 0xcfe5c420 (LWP 1128025) (id 2.82)] [New Thread 0xcf65b420 (LWP 1128026) (id 2.83)] [New Thread 0xcee5a420 (LWP 1128027) (id 2.84)] [New Thread 0xce659420 (LWP 1128028) (id 2.85)] [New Thread 0xcde58420 (LWP 1128029) (id 2.86)] [New Thread 0xcd657420 (LWP 1128030) (id 2.87)] [New Thread 0xcce56420 (LWP 1128031) (id 2.88)] [New Thread 0xcc655420 (LWP 1128032) (id 2.89)] [New Thread 0xcbe54420 (LWP 1128033) (id 2.90)] [New Thread 0xcb653420 (LWP 1128034) (id 2.91)] [New Thread 0xcae52420 (LWP 1128035) (id 2.92)] [New Thread 0xca651420 (LWP 1128036) (id 2.93)] [New Thread 0xc9e50420 (LWP 1128037) (id 2.94)] [New Thread 0xc964f420 (LWP 1128038) (id 2.95)] [New Thread 0xc8e4e420 (LWP 1128039) (id 2.96)] [New Thread 0xc864d420 (LWP 1128040) (id 2.97)] [New Thread 0xc7e4c420 (LWP 1128041) (id 2.98)] [New Thread 0xc764b420 (LWP 1128042) (id 2.99)] [New Thread 0xc6e4a420 (LWP 1128043) (id 2.100)] [New Thread 0xc6649420 (LWP 1128044) (id 2.101)] [New Thread 0xc5e48420 (LWP 1128045) (id 2.102)] [New Thread 0xc5647420 (LWP 1128046) (id 2.103)] [New Thread 0xc4e46420 (LWP 1128047) (id 2.104)] [New Thread 0xc4645420 (LWP 1128048) (id 2.105)] [New Thread 0xc3e44420 (LWP 1128049) (id 2.106)] [New Thread 0xc3643420 (LWP 1128050) (id 2.107)] [New Thread 0xc2e42420 (LWP 1128051) (id 2.108)] [New Thread 0xc2641420 (LWP 1128052) (id 2.109)] [New Thread 0xc1e40420 (LWP 1128053) (id 2.110)] [New Thread 0xc163f420 (LWP 1128054) (id 2.111)] [New Thread 0xc0e3e420 (LWP 1128055) (id 2.112)] [New Thread 0xc063d420 (LWP 1128056) (id 2.113)] [New Thread 0xbfe3c420 (LWP 1128057) (id 2.114)] [New Thread 0xbf63b420 (LWP 1128058) (id 2.115)] [New Thread 0xbee3a420 (LWP 1128059) (id 2.116)] [New Thread 0xbe639420 (LWP 1128060) (id 2.117)] [New Thread 0xbde38420 (LWP 1128061) (id 2.118)] [New Thread 0xbd637420 (LWP 1128062) (id 2.119)] [New Thread 0xbce36420 (LWP 1128063) (id 2.120)] [New Thread 0xbc635420 (LWP 1128064) (id 2.121)] [New Thread 0xbbe34420 (LWP 1128065) (id 2.122)] [New Thread 0xbb633420 (LWP 1128066) (id 2.123)] [New Thread 0xbae32420 (LWP 1128067) (id 2.124)] [New Thread 0xba631420 (LWP 1128068) (id 2.125)] [New Thread 0xb9e30420 (LWP 1128069) (id 2.126)] [New Thread 0xb962f420 (LWP 1128070) (id 2.127)] [New Thread 0xb8e2e420 (LWP 1128071) (id 2.128)] [New Thread 0xb862d420 (LWP 1128072) (id 2.129)] [New Thread 0xb7e2c420 (LWP 1128073) (id 2.130)] [New Thread 0xb762b420 (LWP 1128074) (id 2.131)] [New Thread 0xb6e2a420 (LWP 1128075) (id 2.132)] [New Thread 0xb6629420 (LWP 1128076) (id 2.133)] [New Thread 0xb5e28420 (LWP 1128077) (id 2.134)] [New Thread 0xb5627420 (LWP 1128078) (id 2.135)] [New Thread 0xb4e26420 (LWP 1128079) (id 2.136)] [New Thread 0xb4625420 (LWP 1128080) (id 2.137)] [New Thread 0xb3e24420 (LWP 1128081) (id 2.138)] [New Thread 0xb3623420 (LWP 1128082) (id 2.139)] [New Thread 0xb2e22420 (LWP 1128083) (id 2.140)] [New Thread 0xb2621420 (LWP 1128084) (id 2.141)] [New Thread 0xb1e20420 (LWP 1128085) (id 2.142)] [New Thread 0xb161f420 (LWP 1128086) (id 2.143)] [New Thread 0xb0e1e420 (LWP 1128087) (id 2.144)] [New Thread 0xb061d420 (LWP 1128088) (id 2.145)] [New Thread 0xafe1c420 (LWP 1128089) (id 2.146)] [New Thread 0xaf61b420 (LWP 1128090) (id 2.147)] [New Thread 0xaee1a420 (LWP 1128091) (id 2.148)] [New Thread 0xae619420 (LWP 1128092) (id 2.149)] [New Thread 0xade18420 (LWP 1128093) (id 2.150)] [New Thread 0xad617420 (LWP 1128094) (id 2.151)] [New Thread 0xace16420 (LWP 1128095) (id 2.152)] [New Thread 0xac615420 (LWP 1128096) (id 2.153)] [New Thread 0xabe14420 (LWP 1128097) (id 2.154)] [New Thread 0xab613420 (LWP 1128098) (id 2.155)] [New Thread 0xaae12420 (LWP 1128099) (id 2.156)] [New Thread 0xaa611420 (LWP 1128100) (id 2.157)] [New Thread 0xa9e10420 (LWP 1128101) (id 2.158)] [New Thread 0xa960f420 (LWP 1128102) (id 2.159)] [New Thread 0xa8e0e420 (LWP 1128103) (id 2.160)] [New Thread 0xa860d420 (LWP 1128104) (id 2.161)] [New Thread 0xa7e0c420 (LWP 1128105) (id 2.162)] [New Thread 0xa760b420 (LWP 1128106) (id 2.163)] [New Thread 0xa6e0a420 (LWP 1128107) (id 2.164)] [New Thread 0xa6609420 (LWP 1128108) (id 2.165)] [New Thread 0xa5e08420 (LWP 1128109) (id 2.166)] [New Thread 0xa5607420 (LWP 1128110) (id 2.167)] [New Thread 0xa4e06420 (LWP 1128111) (id 2.168)] [New Thread 0xa4605420 (LWP 1128112) (id 2.169)] [New Thread 0xa3e04420 (LWP 1128113) (id 2.170)] [New Thread 0xa3603420 (LWP 1128114) (id 2.171)] [New Thread 0xa2e02420 (LWP 1128115) (id 2.172)] [New Thread 0xa2601420 (LWP 1128116) (id 2.173)] [New Thread 0xa1e00420 (LWP 1128117) (id 2.174)] [New Thread 0xa15ff420 (LWP 1128118) (id 2.175)] [New Thread 0xa0dfe420 (LWP 1128119) (id 2.176)] [New Thread 0xa05fd420 (LWP 1128120) (id 2.177)] [New Thread 0x9fdfc420 (LWP 1128121) (id 2.178)] [New Thread 0x9f5fb420 (LWP 1128122) (id 2.179)] [New Thread 0x9edfa420 (LWP 1128123) (id 2.180)] [New Thread 0x9e5f9420 (LWP 1128124) (id 2.181)] [New Thread 0x9ddf8420 (LWP 1128125) (id 2.182)] [New Thread 0x9d5f7420 (LWP 1128126) (id 2.183)] [New Thread 0x9cdf6420 (LWP 1128127) (id 2.184)] [New Thread 0x9c5f5420 (LWP 1128128) (id 2.185)] [New Thread 0x9bdf4420 (LWP 1128129) (id 2.186)] [New Thread 0x9b5f3420 (LWP 1128130) (id 2.187)] [New Thread 0x9adf2420 (LWP 1128131) (id 2.188)] [New Thread 0x9a5f1420 (LWP 1128132) (id 2.189)] [New Thread 0x99df0420 (LWP 1128133) (id 2.190)] [New Thread 0x995ef420 (LWP 1128134) (id 2.191)] [New Thread 0x98dee420 (LWP 1128135) (id 2.192)] [New Thread 0x985ed420 (LWP 1128136) (id 2.193)] [New Thread 0x97dec420 (LWP 1128137) (id 2.194)] [New Thread 0x975eb420 (LWP 1128138) (id 2.195)] [New Thread 0x96dea420 (LWP 1128139) (id 2.196)] [New Thread 0x965e9420 (LWP 1128140) (id 2.197)] [New Thread 0x95de8420 (LWP 1128141) (id 2.198)] [New Thread 0x955e7420 (LWP 1128142) (id 2.199)] [New Thread 0x94de6420 (LWP 1128143) (id 2.200)] [New Thread 0x945e5420 (LWP 1128144) (id 2.201)] [New Thread 0x93de4420 (LWP 1128145) (id 2.202)] [New Thread 0x935e3420 (LWP 1128146) (id 2.203)] [New Thread 0x92de2420 (LWP 1128147) (id 2.204)] [New Thread 0x925e1420 (LWP 1128148) (id 2.205)] [New Thread 0x91de0420 (LWP 1128149) (id 2.206)] [New Thread 0x915df420 (LWP 1128150) (id 2.207)] [New Thread 0x90dde420 (LWP 1128151) (id 2.208)] [New Thread 0x905dd420 (LWP 1128152) (id 2.209)] [New Thread 0x8fddc420 (LWP 1128153) (id 2.210)] [New Thread 0x8f5db420 (LWP 1128154) (id 2.211)] [New Thread 0x8edda420 (LWP 1128155) (id 2.212)] [New Thread 0x8e5d9420 (LWP 1128156) (id 2.213)] [New Thread 0x8ddd8420 (LWP 1128157) (id 2.214)] [New Thread 0x8d5d7420 (LWP 1128158) (id 2.215)] [New Thread 0x8cdd6420 (LWP 1128159) (id 2.216)] [New Thread 0x8c5d5420 (LWP 1128160) (id 2.217)] [New Thread 0x8bdd4420 (LWP 1128161) (id 2.218)] [New Thread 0x8b5d3420 (LWP 1128162) (id 2.219)] [New Thread 0x8add2420 (LWP 1128163) (id 2.220)] [New Thread 0x8a5d1420 (LWP 1128164) (id 2.221)] [New Thread 0x89dd0420 (LWP 1128165) (id 2.222)] [New Thread 0x895cf420 (LWP 1128166) (id 2.223)] [New Thread 0x88dce420 (LWP 1128167) (id 2.224)] [New Thread 0x885cd420 (LWP 1128168) (id 2.225)] [New Thread 0x87dcc420 (LWP 1128169) (id 2.226)] [New Thread 0x875cb420 (LWP 1128170) (id 2.227)] [New Thread 0x86dca420 (LWP 1128171) (id 2.228)] [New Thread 0x865c9420 (LWP 1128172) (id 2.229)] [New Thread 0x85dc8420 (LWP 1128173) (id 2.230)] [New Thread 0x855c7420 (LWP 1128174) (id 2.231)] [New Thread 0x84dc6420 (LWP 1128175) (id 2.232)] [New Thread 0x845c5420 (LWP 1128176) (id 2.233)] [New Thread 0x83dc4420 (LWP 1128177) (id 2.234)] [New Thread 0x835c3420 (LWP 1128178) (id 2.235)] [New Thread 0x82dc2420 (LWP 1128179) (id 2.236)] [New Thread 0x825c1420 (LWP 1128180) (id 2.237)] [New Thread 0x81dc0420 (LWP 1128181) (id 2.238)] [New Thread 0x815bf420 (LWP 1128182) (id 2.239)] [New Thread 0x80dbe420 (LWP 1128183) (id 2.240)] [New Thread 0x805bd420 (LWP 1128184) (id 2.241)] [New Thread 0x7fdbc420 (LWP 1128185) (id 2.242)] [New Thread 0x7f5bb420 (LWP 1128186) (id 2.243)] [New Thread 0x7edba420 (LWP 1128187) (id 2.244)] [New Thread 0x7e5b9420 (LWP 1128188) (id 2.245)] [New Thread 0x7ddb8420 (LWP 1128189) (id 2.246)] [New Thread 0x7d5b7420 (LWP 1128190) (id 2.247)] [New Thread 0x7cdb6420 (LWP 1128191) (id 2.248)] [New Thread 0x7c5b5420 (LWP 1128192) (id 2.249)] [New Thread 0x7bdb4420 (LWP 1128193) (id 2.250)] [New Thread 0x7b5b3420 (LWP 1128194) (id 2.251)] [New Thread 0x7adb2420 (LWP 1128195) (id 2.252)] [New Thread 0x7a5b1420 (LWP 1128196) (id 2.253)] [New Thread 0x79db0420 (LWP 1128197) (id 2.254)] [New Thread 0x795af420 (LWP 1128198) (id 2.255)] [New Thread 0x78dae420 (LWP 1128199) (id 2.256)] [New Thread 0x785ad420 (LWP 1128200) (id 2.257)] [Switching to Thread 0x795af420 (LWP 1128198)] Thread 2.255 "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 1127944 [Inferior 2 (process 1127944) detached] (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: detach child inferior 1 [Switching to inferior 1 [process 1127942] (/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 1127942))] #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 1127942) 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 1128235) fork to child process 1128237] [New inferior 2 (process 1128237)] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". [Switching to Thread 0xf7fcef60 (LWP 1128237)] 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 1128238) (id 2.2)] [New Thread 0xf76ab420 (LWP 1128239) (id 2.3)] [New Thread 0xf6eaa420 (LWP 1128240) (id 2.4)] [New Thread 0xf66a9420 (LWP 1128241) (id 2.5)] [New Thread 0xf5ea8420 (LWP 1128242) (id 2.6)] [New Thread 0xf56a7420 (LWP 1128243) (id 2.7)] [New Thread 0xf4ea6420 (LWP 1128244) (id 2.8)] [New Thread 0xf46a5420 (LWP 1128245) (id 2.9)] [New Thread 0xf3ea4420 (LWP 1128246) (id 2.10)] [New Thread 0xf36a3420 (LWP 1128247) (id 2.11)] [New Thread 0xf2ea2420 (LWP 1128248) (id 2.12)] [New Thread 0xf26a1420 (LWP 1128249) (id 2.13)] [New Thread 0xf1ea0420 (LWP 1128250) (id 2.14)] [New Thread 0xf169f420 (LWP 1128251) (id 2.15)] [New Thread 0xf0e9e420 (LWP 1128252) (id 2.16)] [New Thread 0xf069d420 (LWP 1128253) (id 2.17)] [New Thread 0xefe9c420 (LWP 1128254) (id 2.18)] [New Thread 0xef69b420 (LWP 1128255) (id 2.19)] [New Thread 0xeee9a420 (LWP 1128256) (id 2.20)] [New Thread 0xee699420 (LWP 1128257) (id 2.21)] [New Thread 0xede98420 (LWP 1128258) (id 2.22)] [New Thread 0xed697420 (LWP 1128259) (id 2.23)] [New Thread 0xece96420 (LWP 1128260) (id 2.24)] [New Thread 0xec695420 (LWP 1128261) (id 2.25)] [New Thread 0xebe94420 (LWP 1128262) (id 2.26)] [New Thread 0xeb693420 (LWP 1128263) (id 2.27)] [New Thread 0xeae92420 (LWP 1128264) (id 2.28)] [New Thread 0xea691420 (LWP 1128265) (id 2.29)] [New Thread 0xe9e90420 (LWP 1128266) (id 2.30)] [New Thread 0xe968f420 (LWP 1128267) (id 2.31)] [New Thread 0xe8e8e420 (LWP 1128268) (id 2.32)] [New Thread 0xe868d420 (LWP 1128269) (id 2.33)] [New Thread 0xe7e8c420 (LWP 1128270) (id 2.34)] [New Thread 0xe768b420 (LWP 1128271) (id 2.35)] [New Thread 0xe6e8a420 (LWP 1128272) (id 2.36)] [New Thread 0xe6689420 (LWP 1128273) (id 2.37)] [New Thread 0xe5e88420 (LWP 1128274) (id 2.38)] [New Thread 0xe5687420 (LWP 1128275) (id 2.39)] [New Thread 0xe4e86420 (LWP 1128276) (id 2.40)] [New Thread 0xe4685420 (LWP 1128277) (id 2.41)] [New Thread 0xe3e84420 (LWP 1128278) (id 2.42)] [New Thread 0xe3683420 (LWP 1128279) (id 2.43)] [New Thread 0xe2e82420 (LWP 1128280) (id 2.44)] [New Thread 0xe2681420 (LWP 1128281) (id 2.45)] [New Thread 0xe1e80420 (LWP 1128282) (id 2.46)] [New Thread 0xe167f420 (LWP 1128283) (id 2.47)] [New Thread 0xe0e7e420 (LWP 1128284) (id 2.48)] [New Thread 0xe067d420 (LWP 1128285) (id 2.49)] [New Thread 0xdfe7c420 (LWP 1128286) (id 2.50)] [New Thread 0xdf67b420 (LWP 1128287) (id 2.51)] [New Thread 0xdee7a420 (LWP 1128288) (id 2.52)] [New Thread 0xde679420 (LWP 1128289) (id 2.53)] [New Thread 0xdde78420 (LWP 1128290) (id 2.54)] [New Thread 0xdd677420 (LWP 1128291) (id 2.55)] [New Thread 0xdce76420 (LWP 1128292) (id 2.56)] [New Thread 0xdc675420 (LWP 1128293) (id 2.57)] [New Thread 0xdbe74420 (LWP 1128294) (id 2.58)] [New Thread 0xdb673420 (LWP 1128295) (id 2.59)] [New Thread 0xdae72420 (LWP 1128296) (id 2.60)] [New Thread 0xda671420 (LWP 1128297) (id 2.61)] [New Thread 0xd9e70420 (LWP 1128298) (id 2.62)] [New Thread 0xd966f420 (LWP 1128299) (id 2.63)] [New Thread 0xd8e6e420 (LWP 1128300) (id 2.64)] [New Thread 0xd866d420 (LWP 1128301) (id 2.65)] [New Thread 0xd7e6c420 (LWP 1128302) (id 2.66)] [New Thread 0xd766b420 (LWP 1128303) (id 2.67)] [New Thread 0xd6e6a420 (LWP 1128304) (id 2.68)] [New Thread 0xd6669420 (LWP 1128305) (id 2.69)] [New Thread 0xd5e68420 (LWP 1128306) (id 2.70)] [New Thread 0xd5667420 (LWP 1128307) (id 2.71)] [New Thread 0xd4e66420 (LWP 1128308) (id 2.72)] [New Thread 0xd4665420 (LWP 1128309) (id 2.73)] [New Thread 0xd3e64420 (LWP 1128310) (id 2.74)] [New Thread 0xd3663420 (LWP 1128311) (id 2.75)] [New Thread 0xd2e62420 (LWP 1128312) (id 2.76)] [New Thread 0xd2661420 (LWP 1128313) (id 2.77)] [New Thread 0xd1e60420 (LWP 1128314) (id 2.78)] [New Thread 0xd165f420 (LWP 1128315) (id 2.79)] [New Thread 0xd0e5e420 (LWP 1128316) (id 2.80)] [New Thread 0xd065d420 (LWP 1128317) (id 2.81)] [New Thread 0xcfe5c420 (LWP 1128318) (id 2.82)] [New Thread 0xcf65b420 (LWP 1128319) (id 2.83)] [New Thread 0xcee5a420 (LWP 1128320) (id 2.84)] [New Thread 0xce659420 (LWP 1128321) (id 2.85)] [New Thread 0xcde58420 (LWP 1128322) (id 2.86)] [New Thread 0xcd657420 (LWP 1128323) (id 2.87)] [New Thread 0xcce56420 (LWP 1128324) (id 2.88)] [New Thread 0xcc655420 (LWP 1128325) (id 2.89)] [New Thread 0xcbe54420 (LWP 1128326) (id 2.90)] [New Thread 0xcb653420 (LWP 1128327) (id 2.91)] [New Thread 0xcae52420 (LWP 1128328) (id 2.92)] [New Thread 0xca651420 (LWP 1128329) (id 2.93)] [New Thread 0xc9e50420 (LWP 1128330) (id 2.94)] [New Thread 0xc964f420 (LWP 1128331) (id 2.95)] [New Thread 0xc8e4e420 (LWP 1128332) (id 2.96)] [New Thread 0xc864d420 (LWP 1128333) (id 2.97)] [New Thread 0xc7e4c420 (LWP 1128334) (id 2.98)] [New Thread 0xc764b420 (LWP 1128335) (id 2.99)] [New Thread 0xc6e4a420 (LWP 1128336) (id 2.100)] [New Thread 0xc6649420 (LWP 1128337) (id 2.101)] [New Thread 0xc5e48420 (LWP 1128338) (id 2.102)] [New Thread 0xc5647420 (LWP 1128339) (id 2.103)] [New Thread 0xc4e46420 (LWP 1128340) (id 2.104)] [New Thread 0xc4645420 (LWP 1128341) (id 2.105)] [New Thread 0xc3e44420 (LWP 1128342) (id 2.106)] [New Thread 0xc3643420 (LWP 1128343) (id 2.107)] [New Thread 0xc2e42420 (LWP 1128344) (id 2.108)] [New Thread 0xc2641420 (LWP 1128345) (id 2.109)] [New Thread 0xc1e40420 (LWP 1128346) (id 2.110)] [New Thread 0xc163f420 (LWP 1128347) (id 2.111)] [New Thread 0xc0e3e420 (LWP 1128348) (id 2.112)] [New Thread 0xc063d420 (LWP 1128349) (id 2.113)] [New Thread 0xbfe3c420 (LWP 1128350) (id 2.114)] [New Thread 0xbf63b420 (LWP 1128351) (id 2.115)] [New Thread 0xbee3a420 (LWP 1128352) (id 2.116)] [New Thread 0xbe639420 (LWP 1128353) (id 2.117)] [New Thread 0xbde38420 (LWP 1128354) (id 2.118)] [New Thread 0xbd637420 (LWP 1128355) (id 2.119)] [New Thread 0xbce36420 (LWP 1128356) (id 2.120)] [New Thread 0xbc635420 (LWP 1128357) (id 2.121)] [New Thread 0xbbe34420 (LWP 1128358) (id 2.122)] [New Thread 0xbb633420 (LWP 1128359) (id 2.123)] [New Thread 0xbae32420 (LWP 1128360) (id 2.124)] [New Thread 0xba631420 (LWP 1128361) (id 2.125)] [New Thread 0xb9e30420 (LWP 1128362) (id 2.126)] [New Thread 0xb962f420 (LWP 1128363) (id 2.127)] [New Thread 0xb8e2e420 (LWP 1128364) (id 2.128)] [New Thread 0xb862d420 (LWP 1128365) (id 2.129)] [New Thread 0xb7e2c420 (LWP 1128366) (id 2.130)] [New Thread 0xb762b420 (LWP 1128367) (id 2.131)] [New Thread 0xb6e2a420 (LWP 1128368) (id 2.132)] [New Thread 0xb6629420 (LWP 1128369) (id 2.133)] [New Thread 0xb5e28420 (LWP 1128370) (id 2.134)] [New Thread 0xb5627420 (LWP 1128371) (id 2.135)] [New Thread 0xb4e26420 (LWP 1128372) (id 2.136)] [New Thread 0xb4625420 (LWP 1128373) (id 2.137)] [New Thread 0xb3e24420 (LWP 1128374) (id 2.138)] [New Thread 0xb3623420 (LWP 1128375) (id 2.139)] [New Thread 0xb2e22420 (LWP 1128376) (id 2.140)] [New Thread 0xb2621420 (LWP 1128377) (id 2.141)] [New Thread 0xb1e20420 (LWP 1128378) (id 2.142)] [New Thread 0xb161f420 (LWP 1128379) (id 2.143)] [New Thread 0xb0e1e420 (LWP 1128380) (id 2.144)] [New Thread 0xb061d420 (LWP 1128381) (id 2.145)] [New Thread 0xafe1c420 (LWP 1128382) (id 2.146)] [New Thread 0xaf61b420 (LWP 1128383) (id 2.147)] [New Thread 0xaee1a420 (LWP 1128384) (id 2.148)] [New Thread 0xae619420 (LWP 1128385) (id 2.149)] [New Thread 0xade18420 (LWP 1128386) (id 2.150)] [New Thread 0xad617420 (LWP 1128387) (id 2.151)] [New Thread 0xace16420 (LWP 1128388) (id 2.152)] [New Thread 0xac615420 (LWP 1128389) (id 2.153)] [New Thread 0xabe14420 (LWP 1128390) (id 2.154)] [New Thread 0xab613420 (LWP 1128391) (id 2.155)] [New Thread 0xaae12420 (LWP 1128392) (id 2.156)] [New Thread 0xaa611420 (LWP 1128393) (id 2.157)] [New Thread 0xa9e10420 (LWP 1128394) (id 2.158)] [New Thread 0xa960f420 (LWP 1128395) (id 2.159)] [New Thread 0xa8e0e420 (LWP 1128396) (id 2.160)] [New Thread 0xa860d420 (LWP 1128397) (id 2.161)] [New Thread 0xa7e0c420 (LWP 1128398) (id 2.162)] [New Thread 0xa760b420 (LWP 1128399) (id 2.163)] [New Thread 0xa6e0a420 (LWP 1128400) (id 2.164)] [New Thread 0xa6609420 (LWP 1128401) (id 2.165)] [New Thread 0xa5e08420 (LWP 1128402) (id 2.166)] [New Thread 0xa5607420 (LWP 1128403) (id 2.167)] [New Thread 0xa4e06420 (LWP 1128404) (id 2.168)] [New Thread 0xa4605420 (LWP 1128405) (id 2.169)] [New Thread 0xa3e04420 (LWP 1128406) (id 2.170)] [New Thread 0xa3603420 (LWP 1128407) (id 2.171)] [New Thread 0xa2e02420 (LWP 1128408) (id 2.172)] [New Thread 0xa2601420 (LWP 1128409) (id 2.173)] [New Thread 0xa1e00420 (LWP 1128410) (id 2.174)] [New Thread 0xa15ff420 (LWP 1128411) (id 2.175)] [New Thread 0xa0dfe420 (LWP 1128412) (id 2.176)] [New Thread 0xa05fd420 (LWP 1128413) (id 2.177)] [New Thread 0x9fdfc420 (LWP 1128414) (id 2.178)] [New Thread 0x9f5fb420 (LWP 1128415) (id 2.179)] [New Thread 0x9edfa420 (LWP 1128416) (id 2.180)] [New Thread 0x9e5f9420 (LWP 1128417) (id 2.181)] [New Thread 0x9ddf8420 (LWP 1128418) (id 2.182)] [New Thread 0x9d5f7420 (LWP 1128419) (id 2.183)] [New Thread 0x9cdf6420 (LWP 1128420) (id 2.184)] [New Thread 0x9c5f5420 (LWP 1128421) (id 2.185)] [New Thread 0x9bdf4420 (LWP 1128422) (id 2.186)] [New Thread 0x9b5f3420 (LWP 1128423) (id 2.187)] [New Thread 0x9adf2420 (LWP 1128424) (id 2.188)] [New Thread 0x9a5f1420 (LWP 1128425) (id 2.189)] [New Thread 0x99df0420 (LWP 1128426) (id 2.190)] [New Thread 0x995ef420 (LWP 1128427) (id 2.191)] [New Thread 0x98dee420 (LWP 1128428) (id 2.192)] [New Thread 0x985ed420 (LWP 1128429) (id 2.193)] [New Thread 0x97dec420 (LWP 1128430) (id 2.194)] [New Thread 0x975eb420 (LWP 1128431) (id 2.195)] [New Thread 0x96dea420 (LWP 1128432) (id 2.196)] [New Thread 0x965e9420 (LWP 1128433) (id 2.197)] [New Thread 0x95de8420 (LWP 1128434) (id 2.198)] [New Thread 0x955e7420 (LWP 1128435) (id 2.199)] [New Thread 0x94de6420 (LWP 1128436) (id 2.200)] [New Thread 0x945e5420 (LWP 1128437) (id 2.201)] [New Thread 0x93de4420 (LWP 1128438) (id 2.202)] [New Thread 0x935e3420 (LWP 1128439) (id 2.203)] [New Thread 0x92de2420 (LWP 1128440) (id 2.204)] [New Thread 0x925e1420 (LWP 1128441) (id 2.205)] [New Thread 0x91de0420 (LWP 1128442) (id 2.206)] [New Thread 0x915df420 (LWP 1128443) (id 2.207)] [New Thread 0x90dde420 (LWP 1128444) (id 2.208)] [New Thread 0x905dd420 (LWP 1128445) (id 2.209)] [New Thread 0x8fddc420 (LWP 1128446) (id 2.210)] [New Thread 0x8f5db420 (LWP 1128447) (id 2.211)] [New Thread 0x8edda420 (LWP 1128448) (id 2.212)] [New Thread 0x8e5d9420 (LWP 1128449) (id 2.213)] [New Thread 0x8ddd8420 (LWP 1128450) (id 2.214)] [New Thread 0x8d5d7420 (LWP 1128451) (id 2.215)] [New Thread 0x8cdd6420 (LWP 1128452) (id 2.216)] [New Thread 0x8c5d5420 (LWP 1128453) (id 2.217)] [New Thread 0x8bdd4420 (LWP 1128454) (id 2.218)] [New Thread 0x8b5d3420 (LWP 1128455) (id 2.219)] [New Thread 0x8add2420 (LWP 1128456) (id 2.220)] [New Thread 0x8a5d1420 (LWP 1128457) (id 2.221)] [New Thread 0x89dd0420 (LWP 1128458) (id 2.222)] [New Thread 0x895cf420 (LWP 1128459) (id 2.223)] [New Thread 0x88dce420 (LWP 1128460) (id 2.224)] [New Thread 0x885cd420 (LWP 1128461) (id 2.225)] [New Thread 0x87dcc420 (LWP 1128462) (id 2.226)] [New Thread 0x875cb420 (LWP 1128463) (id 2.227)] [New Thread 0x86dca420 (LWP 1128464) (id 2.228)] [New Thread 0x865c9420 (LWP 1128465) (id 2.229)] [New Thread 0x85dc8420 (LWP 1128466) (id 2.230)] [New Thread 0x855c7420 (LWP 1128467) (id 2.231)] [New Thread 0x84dc6420 (LWP 1128468) (id 2.232)] [New Thread 0x845c5420 (LWP 1128469) (id 2.233)] [New Thread 0x83dc4420 (LWP 1128470) (id 2.234)] [New Thread 0x835c3420 (LWP 1128471) (id 2.235)] [New Thread 0x82dc2420 (LWP 1128472) (id 2.236)] [New Thread 0x825c1420 (LWP 1128473) (id 2.237)] [New Thread 0x81dc0420 (LWP 1128474) (id 2.238)] [New Thread 0x815bf420 (LWP 1128475) (id 2.239)] [New Thread 0x80dbe420 (LWP 1128476) (id 2.240)] [New Thread 0x805bd420 (LWP 1128477) (id 2.241)] [New Thread 0x7fdbc420 (LWP 1128478) (id 2.242)] [New Thread 0x7f5bb420 (LWP 1128479) (id 2.243)] [New Thread 0x7edba420 (LWP 1128480) (id 2.244)] [New Thread 0x7e5b9420 (LWP 1128481) (id 2.245)] [New Thread 0x7ddb8420 (LWP 1128482) (id 2.246)] [New Thread 0x7d5b7420 (LWP 1128483) (id 2.247)] [New Thread 0x7cdb6420 (LWP 1128484) (id 2.248)] [New Thread 0x7c5b5420 (LWP 1128485) (id 2.249)] [New Thread 0x7bdb4420 (LWP 1128486) (id 2.250)] [New Thread 0x7b5b3420 (LWP 1128487) (id 2.251)] [New Thread 0x7adb2420 (LWP 1128488) (id 2.252)] [New Thread 0x7a5b1420 (LWP 1128489) (id 2.253)] [New Thread 0x79db0420 (LWP 1128490) (id 2.254)] [New Thread 0x795af420 (LWP 1128491) (id 2.255)] [New Thread 0x78dae420 (LWP 1128492) (id 2.256)] [New Thread 0x785ad420 (LWP 1128493) (id 2.257)] [Switching to Thread 0xd065d420 (LWP 1128317)] Thread 2.81 "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 1128237 [Inferior 2 (process 1128237) detached] (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:sw: detach child inferior 1 [Switching to inferior 1 [process 1128235] (/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 1128235))] #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 1128235) 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 1128528) fork to child process 1128530] [New inferior 2 (process 1128530)] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". [Switching to Thread 0xf7fcef60 (LWP 1128530)] 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 1128531) (id 2.2)] [New Thread 0xf76ab420 (LWP 1128532) (id 2.3)] [New Thread 0xf6eaa420 (LWP 1128533) (id 2.4)] [New Thread 0xf66a9420 (LWP 1128534) (id 2.5)] [New Thread 0xf5ea8420 (LWP 1128535) (id 2.6)] [New Thread 0xf56a7420 (LWP 1128536) (id 2.7)] [New Thread 0xf4ea6420 (LWP 1128537) (id 2.8)] [New Thread 0xf46a5420 (LWP 1128538) (id 2.9)] [New Thread 0xf3ea4420 (LWP 1128539) (id 2.10)] [New Thread 0xf36a3420 (LWP 1128540) (id 2.11)] [New Thread 0xf2ea2420 (LWP 1128541) (id 2.12)] [New Thread 0xf26a1420 (LWP 1128542) (id 2.13)] [New Thread 0xf1ea0420 (LWP 1128543) (id 2.14)] [New Thread 0xf169f420 (LWP 1128544) (id 2.15)] [New Thread 0xf0e9e420 (LWP 1128545) (id 2.16)] [New Thread 0xf069d420 (LWP 1128546) (id 2.17)] [New Thread 0xefe9c420 (LWP 1128547) (id 2.18)] [New Thread 0xef69b420 (LWP 1128548) (id 2.19)] [New Thread 0xeee9a420 (LWP 1128549) (id 2.20)] [New Thread 0xee699420 (LWP 1128550) (id 2.21)] [New Thread 0xede98420 (LWP 1128551) (id 2.22)] [New Thread 0xed697420 (LWP 1128552) (id 2.23)] [New Thread 0xece96420 (LWP 1128553) (id 2.24)] [New Thread 0xec695420 (LWP 1128554) (id 2.25)] [New Thread 0xebe94420 (LWP 1128555) (id 2.26)] [New Thread 0xeb693420 (LWP 1128556) (id 2.27)] [New Thread 0xeae92420 (LWP 1128557) (id 2.28)] [New Thread 0xea691420 (LWP 1128558) (id 2.29)] [New Thread 0xe9e90420 (LWP 1128559) (id 2.30)] [New Thread 0xe968f420 (LWP 1128560) (id 2.31)] [New Thread 0xe8e8e420 (LWP 1128561) (id 2.32)] [New Thread 0xe868d420 (LWP 1128562) (id 2.33)] [New Thread 0xe7e8c420 (LWP 1128563) (id 2.34)] [New Thread 0xe768b420 (LWP 1128564) (id 2.35)] [New Thread 0xe6e8a420 (LWP 1128565) (id 2.36)] [New Thread 0xe6689420 (LWP 1128566) (id 2.37)] [New Thread 0xe5e88420 (LWP 1128567) (id 2.38)] [New Thread 0xe5687420 (LWP 1128568) (id 2.39)] [New Thread 0xe4e86420 (LWP 1128569) (id 2.40)] [New Thread 0xe4685420 (LWP 1128570) (id 2.41)] [New Thread 0xe3e84420 (LWP 1128571) (id 2.42)] [New Thread 0xe3683420 (LWP 1128572) (id 2.43)] [New Thread 0xe2e82420 (LWP 1128573) (id 2.44)] [New Thread 0xe2681420 (LWP 1128574) (id 2.45)] [New Thread 0xe1e80420 (LWP 1128575) (id 2.46)] [New Thread 0xe167f420 (LWP 1128576) (id 2.47)] [New Thread 0xe0e7e420 (LWP 1128577) (id 2.48)] [New Thread 0xe067d420 (LWP 1128578) (id 2.49)] [New Thread 0xdfe7c420 (LWP 1128579) (id 2.50)] [New Thread 0xdf67b420 (LWP 1128580) (id 2.51)] [New Thread 0xdee7a420 (LWP 1128581) (id 2.52)] [New Thread 0xde679420 (LWP 1128582) (id 2.53)] [New Thread 0xdde78420 (LWP 1128583) (id 2.54)] [New Thread 0xdd677420 (LWP 1128584) (id 2.55)] [New Thread 0xdce76420 (LWP 1128585) (id 2.56)] [New Thread 0xdc675420 (LWP 1128586) (id 2.57)] [New Thread 0xdbe74420 (LWP 1128587) (id 2.58)] [New Thread 0xdb673420 (LWP 1128588) (id 2.59)] [New Thread 0xdae72420 (LWP 1128589) (id 2.60)] [New Thread 0xda671420 (LWP 1128590) (id 2.61)] [New Thread 0xd9e70420 (LWP 1128591) (id 2.62)] [New Thread 0xd966f420 (LWP 1128592) (id 2.63)] [New Thread 0xd8e6e420 (LWP 1128593) (id 2.64)] [New Thread 0xd866d420 (LWP 1128594) (id 2.65)] [New Thread 0xd7e6c420 (LWP 1128595) (id 2.66)] [New Thread 0xd766b420 (LWP 1128596) (id 2.67)] [New Thread 0xd6e6a420 (LWP 1128597) (id 2.68)] [New Thread 0xd6669420 (LWP 1128598) (id 2.69)] [New Thread 0xd5e68420 (LWP 1128599) (id 2.70)] [New Thread 0xd5667420 (LWP 1128600) (id 2.71)] [New Thread 0xd4e66420 (LWP 1128601) (id 2.72)] [New Thread 0xd4665420 (LWP 1128602) (id 2.73)] [New Thread 0xd3e64420 (LWP 1128603) (id 2.74)] [New Thread 0xd3663420 (LWP 1128604) (id 2.75)] [New Thread 0xd2e62420 (LWP 1128605) (id 2.76)] [New Thread 0xd2661420 (LWP 1128606) (id 2.77)] [New Thread 0xd1e60420 (LWP 1128607) (id 2.78)] [New Thread 0xd165f420 (LWP 1128608) (id 2.79)] [New Thread 0xd0e5e420 (LWP 1128609) (id 2.80)] [New Thread 0xd065d420 (LWP 1128610) (id 2.81)] [New Thread 0xcfe5c420 (LWP 1128611) (id 2.82)] [New Thread 0xcf65b420 (LWP 1128612) (id 2.83)] [New Thread 0xcee5a420 (LWP 1128613) (id 2.84)] [New Thread 0xce659420 (LWP 1128614) (id 2.85)] [New Thread 0xcde58420 (LWP 1128615) (id 2.86)] [New Thread 0xcd657420 (LWP 1128616) (id 2.87)] [New Thread 0xcce56420 (LWP 1128617) (id 2.88)] [New Thread 0xcc655420 (LWP 1128618) (id 2.89)] [New Thread 0xcbe54420 (LWP 1128619) (id 2.90)] [New Thread 0xcb653420 (LWP 1128620) (id 2.91)] [New Thread 0xcae52420 (LWP 1128621) (id 2.92)] [New Thread 0xca651420 (LWP 1128622) (id 2.93)] [New Thread 0xc9e50420 (LWP 1128623) (id 2.94)] [New Thread 0xc964f420 (LWP 1128624) (id 2.95)] [New Thread 0xc8e4e420 (LWP 1128625) (id 2.96)] [New Thread 0xc864d420 (LWP 1128626) (id 2.97)] [New Thread 0xc7e4c420 (LWP 1128627) (id 2.98)] [New Thread 0xc764b420 (LWP 1128628) (id 2.99)] [New Thread 0xc6e4a420 (LWP 1128629) (id 2.100)] [New Thread 0xc6649420 (LWP 1128630) (id 2.101)] [New Thread 0xc5e48420 (LWP 1128631) (id 2.102)] [New Thread 0xc5647420 (LWP 1128632) (id 2.103)] [New Thread 0xc4e46420 (LWP 1128633) (id 2.104)] [New Thread 0xc4645420 (LWP 1128634) (id 2.105)] [New Thread 0xc3e44420 (LWP 1128635) (id 2.106)] [New Thread 0xc3643420 (LWP 1128636) (id 2.107)] [New Thread 0xc2e42420 (LWP 1128637) (id 2.108)] [New Thread 0xc2641420 (LWP 1128638) (id 2.109)] [New Thread 0xc1e40420 (LWP 1128639) (id 2.110)] [New Thread 0xc163f420 (LWP 1128640) (id 2.111)] [New Thread 0xc0e3e420 (LWP 1128641) (id 2.112)] [New Thread 0xc063d420 (LWP 1128642) (id 2.113)] [New Thread 0xbfe3c420 (LWP 1128643) (id 2.114)] [New Thread 0xbf63b420 (LWP 1128644) (id 2.115)] [New Thread 0xbee3a420 (LWP 1128645) (id 2.116)] [New Thread 0xbe639420 (LWP 1128646) (id 2.117)] [New Thread 0xbde38420 (LWP 1128647) (id 2.118)] [New Thread 0xbd637420 (LWP 1128648) (id 2.119)] [New Thread 0xbce36420 (LWP 1128649) (id 2.120)] [New Thread 0xbc635420 (LWP 1128650) (id 2.121)] [New Thread 0xbbe34420 (LWP 1128651) (id 2.122)] [New Thread 0xbb633420 (LWP 1128652) (id 2.123)] [New Thread 0xbae32420 (LWP 1128653) (id 2.124)] [New Thread 0xba631420 (LWP 1128654) (id 2.125)] [New Thread 0xb9e30420 (LWP 1128655) (id 2.126)] [New Thread 0xb962f420 (LWP 1128656) (id 2.127)] [New Thread 0xb8e2e420 (LWP 1128657) (id 2.128)] [New Thread 0xb862d420 (LWP 1128658) (id 2.129)] [New Thread 0xb7e2c420 (LWP 1128659) (id 2.130)] [New Thread 0xb762b420 (LWP 1128660) (id 2.131)] [New Thread 0xb6e2a420 (LWP 1128661) (id 2.132)] [New Thread 0xb6629420 (LWP 1128662) (id 2.133)] [New Thread 0xb5e28420 (LWP 1128663) (id 2.134)] [New Thread 0xb5627420 (LWP 1128664) (id 2.135)] [New Thread 0xb4e26420 (LWP 1128665) (id 2.136)] [New Thread 0xb4625420 (LWP 1128666) (id 2.137)] [New Thread 0xb3e24420 (LWP 1128667) (id 2.138)] [New Thread 0xb3623420 (LWP 1128668) (id 2.139)] [New Thread 0xb2e22420 (LWP 1128669) (id 2.140)] [New Thread 0xb2621420 (LWP 1128670) (id 2.141)] [New Thread 0xb1e20420 (LWP 1128671) (id 2.142)] [New Thread 0xb161f420 (LWP 1128672) (id 2.143)] [New Thread 0xb0e1e420 (LWP 1128673) (id 2.144)] [New Thread 0xb061d420 (LWP 1128674) (id 2.145)] [New Thread 0xafe1c420 (LWP 1128675) (id 2.146)] [New Thread 0xaf61b420 (LWP 1128676) (id 2.147)] [New Thread 0xaee1a420 (LWP 1128677) (id 2.148)] [New Thread 0xae619420 (LWP 1128678) (id 2.149)] [New Thread 0xade18420 (LWP 1128679) (id 2.150)] [New Thread 0xad617420 (LWP 1128680) (id 2.151)] [New Thread 0xace16420 (LWP 1128681) (id 2.152)] [New Thread 0xac615420 (LWP 1128682) (id 2.153)] [New Thread 0xabe14420 (LWP 1128683) (id 2.154)] [New Thread 0xab613420 (LWP 1128684) (id 2.155)] [New Thread 0xaae12420 (LWP 1128685) (id 2.156)] [New Thread 0xaa611420 (LWP 1128686) (id 2.157)] [New Thread 0xa9e10420 (LWP 1128687) (id 2.158)] [New Thread 0xa960f420 (LWP 1128688) (id 2.159)] [New Thread 0xa8e0e420 (LWP 1128689) (id 2.160)] [New Thread 0xa860d420 (LWP 1128690) (id 2.161)] [New Thread 0xa7e0c420 (LWP 1128691) (id 2.162)] [New Thread 0xa760b420 (LWP 1128692) (id 2.163)] [New Thread 0xa6e0a420 (LWP 1128693) (id 2.164)] [New Thread 0xa6609420 (LWP 1128694) (id 2.165)] [New Thread 0xa5e08420 (LWP 1128695) (id 2.166)] [New Thread 0xa5607420 (LWP 1128696) (id 2.167)] [New Thread 0xa4e06420 (LWP 1128697) (id 2.168)] [New Thread 0xa4605420 (LWP 1128698) (id 2.169)] [New Thread 0xa3e04420 (LWP 1128699) (id 2.170)] [New Thread 0xa3603420 (LWP 1128700) (id 2.171)] [New Thread 0xa2e02420 (LWP 1128701) (id 2.172)] [New Thread 0xa2601420 (LWP 1128702) (id 2.173)] [New Thread 0xa1e00420 (LWP 1128703) (id 2.174)] [New Thread 0xa15ff420 (LWP 1128704) (id 2.175)] [New Thread 0xa0dfe420 (LWP 1128705) (id 2.176)] [New Thread 0xa05fd420 (LWP 1128706) (id 2.177)] [New Thread 0x9fdfc420 (LWP 1128707) (id 2.178)] [New Thread 0x9f5fb420 (LWP 1128708) (id 2.179)] [New Thread 0x9edfa420 (LWP 1128709) (id 2.180)] [New Thread 0x9e5f9420 (LWP 1128710) (id 2.181)] [New Thread 0x9ddf8420 (LWP 1128711) (id 2.182)] [New Thread 0x9d5f7420 (LWP 1128712) (id 2.183)] [New Thread 0x9cdf6420 (LWP 1128713) (id 2.184)] [New Thread 0x9c5f5420 (LWP 1128714) (id 2.185)] [New Thread 0x9bdf4420 (LWP 1128715) (id 2.186)] [New Thread 0x9b5f3420 (LWP 1128716) (id 2.187)] [New Thread 0x9adf2420 (LWP 1128717) (id 2.188)] [New Thread 0x9a5f1420 (LWP 1128718) (id 2.189)] [New Thread 0x99df0420 (LWP 1128719) (id 2.190)] [New Thread 0x995ef420 (LWP 1128720) (id 2.191)] [New Thread 0x98dee420 (LWP 1128721) (id 2.192)] [New Thread 0x985ed420 (LWP 1128722) (id 2.193)] [New Thread 0x97dec420 (LWP 1128723) (id 2.194)] [New Thread 0x975eb420 (LWP 1128724) (id 2.195)] [New Thread 0x96dea420 (LWP 1128725) (id 2.196)] [New Thread 0x965e9420 (LWP 1128726) (id 2.197)] [New Thread 0x95de8420 (LWP 1128727) (id 2.198)] [New Thread 0x955e7420 (LWP 1128728) (id 2.199)] [New Thread 0x94de6420 (LWP 1128729) (id 2.200)] [New Thread 0x945e5420 (LWP 1128730) (id 2.201)] [New Thread 0x93de4420 (LWP 1128731) (id 2.202)] [New Thread 0x935e3420 (LWP 1128732) (id 2.203)] [New Thread 0x92de2420 (LWP 1128733) (id 2.204)] [New Thread 0x925e1420 (LWP 1128734) (id 2.205)] [New Thread 0x91de0420 (LWP 1128735) (id 2.206)] [New Thread 0x915df420 (LWP 1128736) (id 2.207)] [New Thread 0x90dde420 (LWP 1128737) (id 2.208)] [New Thread 0x905dd420 (LWP 1128738) (id 2.209)] [New Thread 0x8fddc420 (LWP 1128739) (id 2.210)] [New Thread 0x8f5db420 (LWP 1128740) (id 2.211)] [New Thread 0x8edda420 (LWP 1128741) (id 2.212)] [New Thread 0x8e5d9420 (LWP 1128742) (id 2.213)] [New Thread 0x8ddd8420 (LWP 1128743) (id 2.214)] [New Thread 0x8d5d7420 (LWP 1128744) (id 2.215)] [New Thread 0x8cdd6420 (LWP 1128745) (id 2.216)] [New Thread 0x8c5d5420 (LWP 1128746) (id 2.217)] [New Thread 0x8bdd4420 (LWP 1128747) (id 2.218)] [New Thread 0x8b5d3420 (LWP 1128748) (id 2.219)] [New Thread 0x8add2420 (LWP 1128749) (id 2.220)] [New Thread 0x8a5d1420 (LWP 1128750) (id 2.221)] [New Thread 0x89dd0420 (LWP 1128751) (id 2.222)] [New Thread 0x895cf420 (LWP 1128752) (id 2.223)] [New Thread 0x88dce420 (LWP 1128753) (id 2.224)] [New Thread 0x885cd420 (LWP 1128754) (id 2.225)] [New Thread 0x87dcc420 (LWP 1128755) (id 2.226)] [New Thread 0x875cb420 (LWP 1128756) (id 2.227)] [New Thread 0x86dca420 (LWP 1128757) (id 2.228)] [New Thread 0x865c9420 (LWP 1128758) (id 2.229)] [New Thread 0x85dc8420 (LWP 1128759) (id 2.230)] [New Thread 0x855c7420 (LWP 1128760) (id 2.231)] [New Thread 0x84dc6420 (LWP 1128761) (id 2.232)] [New Thread 0x845c5420 (LWP 1128762) (id 2.233)] [New Thread 0x83dc4420 (LWP 1128763) (id 2.234)] [New Thread 0x835c3420 (LWP 1128764) (id 2.235)] [New Thread 0x82dc2420 (LWP 1128765) (id 2.236)] [New Thread 0x825c1420 (LWP 1128766) (id 2.237)] [New Thread 0x81dc0420 (LWP 1128767) (id 2.238)] [New Thread 0x815bf420 (LWP 1128768) (id 2.239)] [New Thread 0x80dbe420 (LWP 1128769) (id 2.240)] [New Thread 0x805bd420 (LWP 1128770) (id 2.241)] [New Thread 0x7fdbc420 (LWP 1128771) (id 2.242)] [New Thread 0x7f5bb420 (LWP 1128772) (id 2.243)] [New Thread 0x7edba420 (LWP 1128773) (id 2.244)] [New Thread 0x7e5b9420 (LWP 1128774) (id 2.245)] [New Thread 0x7ddb8420 (LWP 1128775) (id 2.246)] [New Thread 0x7d5b7420 (LWP 1128776) (id 2.247)] [New Thread 0x7cdb6420 (LWP 1128777) (id 2.248)] [New Thread 0x7c5b5420 (LWP 1128778) (id 2.249)] [New Thread 0x7bdb4420 (LWP 1128779) (id 2.250)] [New Thread 0x7b5b3420 (LWP 1128780) (id 2.251)] [New Thread 0x7adb2420 (LWP 1128781) (id 2.252)] [New Thread 0x7a5b1420 (LWP 1128782) (id 2.253)] [New Thread 0x79db0420 (LWP 1128783) (id 2.254)] [New Thread 0x795af420 (LWP 1128784) (id 2.255)] [New Thread 0x78dae420 (LWP 1128785) (id 2.256)] [New Thread 0x785ad420 (LWP 1128786) (id 2.257)] [Switching to Thread 0x99df0420 (LWP 1128719)] Thread 2.190 "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 1128530 [Inferior 2 (process 1128530) detached] (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: detach child inferior 1 [Switching to inferior 1 [process 1128528] (/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 1128528))] #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 1128528) 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 1128821) fork to child process 1128823] [New inferior 2 (process 1128823)] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". [New Thread 0xf7eac420 (LWP 1128824) (id 2.2)] [New Thread 0xf76ab420 (LWP 1128825) (id 2.3)] [New Thread 0xf6eaa420 (LWP 1128826) (id 2.4)] [New Thread 0xf66a9420 (LWP 1128827) (id 2.5)] [New Thread 0xf5ea8420 (LWP 1128828) (id 2.6)] [New Thread 0xf56a7420 (LWP 1128829) (id 2.7)] [New Thread 0xf4ea6420 (LWP 1128830) (id 2.8)] [New Thread 0xf46a5420 (LWP 1128831) (id 2.9)] [New Thread 0xf3ea4420 (LWP 1128832) (id 2.10)] [New Thread 0xf36a3420 (LWP 1128833) (id 2.11)] [New Thread 0xf2ea2420 (LWP 1128834) (id 2.12)] [New Thread 0xf26a1420 (LWP 1128835) (id 2.13)] [New Thread 0xf1ea0420 (LWP 1128836) (id 2.14)] [New Thread 0xf169f420 (LWP 1128837) (id 2.15)] [New Thread 0xf0e9e420 (LWP 1128838) (id 2.16)] [New Thread 0xf069d420 (LWP 1128839) (id 2.17)] [New Thread 0xefe9c420 (LWP 1128840) (id 2.18)] [New Thread 0xef69b420 (LWP 1128841) (id 2.19)] [New Thread 0xeee9a420 (LWP 1128842) (id 2.20)] [New Thread 0xee699420 (LWP 1128843) (id 2.21)] [New Thread 0xede98420 (LWP 1128844) (id 2.22)] [New Thread 0xed697420 (LWP 1128845) (id 2.23)] [New Thread 0xece96420 (LWP 1128846) (id 2.24)] [New Thread 0xec695420 (LWP 1128847) (id 2.25)] [New Thread 0xebe94420 (LWP 1128848) (id 2.26)] [New Thread 0xeb693420 (LWP 1128849) (id 2.27)] [New Thread 0xeae92420 (LWP 1128850) (id 2.28)] [New Thread 0xea691420 (LWP 1128851) (id 2.29)] [New Thread 0xe9e90420 (LWP 1128852) (id 2.30)] [New Thread 0xe968f420 (LWP 1128853) (id 2.31)] [New Thread 0xe8e8e420 (LWP 1128854) (id 2.32)] [New Thread 0xe868d420 (LWP 1128855) (id 2.33)] [New Thread 0xe7e8c420 (LWP 1128856) (id 2.34)] [New Thread 0xe768b420 (LWP 1128857) (id 2.35)] [New Thread 0xe6e8a420 (LWP 1128858) (id 2.36)] [New Thread 0xe6689420 (LWP 1128859) (id 2.37)] [New Thread 0xe5e88420 (LWP 1128860) (id 2.38)] [New Thread 0xe5687420 (LWP 1128861) (id 2.39)] [New Thread 0xe4e86420 (LWP 1128862) (id 2.40)] [New Thread 0xe4685420 (LWP 1128863) (id 2.41)] [New Thread 0xe3e84420 (LWP 1128864) (id 2.42)] [New Thread 0xe3683420 (LWP 1128865) (id 2.43)] [New Thread 0xe2e82420 (LWP 1128866) (id 2.44)] [New Thread 0xe2681420 (LWP 1128867) (id 2.45)] [New Thread 0xe1e80420 (LWP 1128868) (id 2.46)] [New Thread 0xe167f420 (LWP 1128869) (id 2.47)] [New Thread 0xe0e7e420 (LWP 1128870) (id 2.48)] [New Thread 0xe067d420 (LWP 1128871) (id 2.49)] [New Thread 0xdfe7c420 (LWP 1128872) (id 2.50)] [New Thread 0xdf67b420 (LWP 1128873) (id 2.51)] [New Thread 0xdee7a420 (LWP 1128874) (id 2.52)] [New Thread 0xde679420 (LWP 1128875) (id 2.53)] [New Thread 0xdde78420 (LWP 1128876) (id 2.54)] [New Thread 0xdd677420 (LWP 1128877) (id 2.55)] [New Thread 0xdce76420 (LWP 1128878) (id 2.56)] [New Thread 0xdc675420 (LWP 1128879) (id 2.57)] [New Thread 0xdbe74420 (LWP 1128880) (id 2.58)] [New Thread 0xdb673420 (LWP 1128881) (id 2.59)] [New Thread 0xdae72420 (LWP 1128882) (id 2.60)] [New Thread 0xda671420 (LWP 1128883) (id 2.61)] [New Thread 0xd9e70420 (LWP 1128884) (id 2.62)] [New Thread 0xd966f420 (LWP 1128885) (id 2.63)] [New Thread 0xd8e6e420 (LWP 1128886) (id 2.64)] [New Thread 0xd866d420 (LWP 1128887) (id 2.65)] [New Thread 0xd7e6c420 (LWP 1128888) (id 2.66)] [New Thread 0xd766b420 (LWP 1128889) (id 2.67)] [New Thread 0xd6e6a420 (LWP 1128890) (id 2.68)] [New Thread 0xd6669420 (LWP 1128891) (id 2.69)] [New Thread 0xd5e68420 (LWP 1128892) (id 2.70)] [New Thread 0xd5667420 (LWP 1128893) (id 2.71)] [New Thread 0xd4e66420 (LWP 1128894) (id 2.72)] [New Thread 0xd4665420 (LWP 1128895) (id 2.73)] [New Thread 0xd3e64420 (LWP 1128896) (id 2.74)] [New Thread 0xd3663420 (LWP 1128897) (id 2.75)] [New Thread 0xd2e62420 (LWP 1128898) (id 2.76)] [New Thread 0xd2661420 (LWP 1128899) (id 2.77)] [New Thread 0xd1e60420 (LWP 1128900) (id 2.78)] [New Thread 0xd165f420 (LWP 1128901) (id 2.79)] [New Thread 0xd0e5e420 (LWP 1128902) (id 2.80)] [New Thread 0xd065d420 (LWP 1128903) (id 2.81)] [New Thread 0xcfe5c420 (LWP 1128904) (id 2.82)] [New Thread 0xcf65b420 (LWP 1128905) (id 2.83)] [New Thread 0xcee5a420 (LWP 1128906) (id 2.84)] [New Thread 0xce659420 (LWP 1128907) (id 2.85)] [New Thread 0xcde58420 (LWP 1128908) (id 2.86)] [New Thread 0xcd657420 (LWP 1128909) (id 2.87)] [New Thread 0xcce56420 (LWP 1128910) (id 2.88)] [New Thread 0xcc655420 (LWP 1128911) (id 2.89)] [New Thread 0xcbe54420 (LWP 1128912) (id 2.90)] [New Thread 0xcb653420 (LWP 1128913) (id 2.91)] [New Thread 0xcae52420 (LWP 1128914) (id 2.92)] [New Thread 0xca651420 (LWP 1128915) (id 2.93)] [New Thread 0xc9e50420 (LWP 1128916) (id 2.94)] [New Thread 0xc964f420 (LWP 1128917) (id 2.95)] [New Thread 0xc8e4e420 (LWP 1128918) (id 2.96)] [New Thread 0xc864d420 (LWP 1128919) (id 2.97)] [New Thread 0xc7e4c420 (LWP 1128920) (id 2.98)] [New Thread 0xc764b420 (LWP 1128921) (id 2.99)] [New Thread 0xc6e4a420 (LWP 1128922) (id 2.100)] [New Thread 0xc6649420 (LWP 1128923) (id 2.101)] [New Thread 0xc5e48420 (LWP 1128924) (id 2.102)] [New Thread 0xc5647420 (LWP 1128925) (id 2.103)] [New Thread 0xc4e46420 (LWP 1128926) (id 2.104)] [New Thread 0xc4645420 (LWP 1128927) (id 2.105)] [New Thread 0xc3e44420 (LWP 1128928) (id 2.106)] [New Thread 0xc3643420 (LWP 1128929) (id 2.107)] [New Thread 0xc2e42420 (LWP 1128930) (id 2.108)] [New Thread 0xc2641420 (LWP 1128931) (id 2.109)] [New Thread 0xc1e40420 (LWP 1128932) (id 2.110)] [New Thread 0xc163f420 (LWP 1128933) (id 2.111)] [New Thread 0xc0e3e420 (LWP 1128934) (id 2.112)] [New Thread 0xc063d420 (LWP 1128935) (id 2.113)] [New Thread 0xbfe3c420 (LWP 1128936) (id 2.114)] [New Thread 0xbf63b420 (LWP 1128937) (id 2.115)] [New Thread 0xbee3a420 (LWP 1128938) (id 2.116)] [New Thread 0xbe639420 (LWP 1128939) (id 2.117)] [New Thread 0xbde38420 (LWP 1128940) (id 2.118)] [New Thread 0xbd637420 (LWP 1128941) (id 2.119)] [New Thread 0xbce36420 (LWP 1128942) (id 2.120)] [New Thread 0xbc635420 (LWP 1128943) (id 2.121)] [New Thread 0xbbe34420 (LWP 1128944) (id 2.122)] [New Thread 0xbb633420 (LWP 1128945) (id 2.123)] [New Thread 0xbae32420 (LWP 1128946) (id 2.124)] [New Thread 0xba631420 (LWP 1128947) (id 2.125)] [New Thread 0xb9e30420 (LWP 1128948) (id 2.126)] [New Thread 0xb962f420 (LWP 1128949) (id 2.127)] [New Thread 0xb8e2e420 (LWP 1128950) (id 2.128)] [New Thread 0xb862d420 (LWP 1128951) (id 2.129)] [New Thread 0xb7e2c420 (LWP 1128952) (id 2.130)] [New Thread 0xb762b420 (LWP 1128953) (id 2.131)] [New Thread 0xb6e2a420 (LWP 1128954) (id 2.132)] [New Thread 0xb6629420 (LWP 1128955) (id 2.133)] [New Thread 0xb5e28420 (LWP 1128956) (id 2.134)] [New Thread 0xb5627420 (LWP 1128957) (id 2.135)] [New Thread 0xb4e26420 (LWP 1128958) (id 2.136)] [New Thread 0xb4625420 (LWP 1128959) (id 2.137)] [New Thread 0xb3e24420 (LWP 1128960) (id 2.138)] [New Thread 0xb3623420 (LWP 1128961) (id 2.139)] [New Thread 0xb2e22420 (LWP 1128962) (id 2.140)] [New Thread 0xb2621420 (LWP 1128963) (id 2.141)] [New Thread 0xb1e20420 (LWP 1128964) (id 2.142)] [New Thread 0xb161f420 (LWP 1128965) (id 2.143)] [New Thread 0xb0e1e420 (LWP 1128966) (id 2.144)] [New Thread 0xb061d420 (LWP 1128967) (id 2.145)] [New Thread 0xafe1c420 (LWP 1128968) (id 2.146)] [New Thread 0xaf61b420 (LWP 1128969) (id 2.147)] [New Thread 0xaee1a420 (LWP 1128970) (id 2.148)] [New Thread 0xae619420 (LWP 1128971) (id 2.149)] [New Thread 0xade18420 (LWP 1128972) (id 2.150)] [New Thread 0xad617420 (LWP 1128973) (id 2.151)] [New Thread 0xace16420 (LWP 1128974) (id 2.152)] [New Thread 0xac615420 (LWP 1128975) (id 2.153)] [New Thread 0xabe14420 (LWP 1128976) (id 2.154)] [New Thread 0xab613420 (LWP 1128977) (id 2.155)] [New Thread 0xaae12420 (LWP 1128978) (id 2.156)] [New Thread 0xaa611420 (LWP 1128979) (id 2.157)] [New Thread 0xa9e10420 (LWP 1128980) (id 2.158)] [New Thread 0xa960f420 (LWP 1128981) (id 2.159)] [New Thread 0xa8e0e420 (LWP 1128982) (id 2.160)] [New Thread 0xa860d420 (LWP 1128983) (id 2.161)] [New Thread 0xa7e0c420 (LWP 1128984) (id 2.162)] [New Thread 0xa760b420 (LWP 1128985) (id 2.163)] [New Thread 0xa6e0a420 (LWP 1128986) (id 2.164)] [New Thread 0xa6609420 (LWP 1128987) (id 2.165)] [New Thread 0xa5e08420 (LWP 1128988) (id 2.166)] [New Thread 0xa5607420 (LWP 1128989) (id 2.167)] [New Thread 0xa4e06420 (LWP 1128990) (id 2.168)] [New Thread 0xa4605420 (LWP 1128991) (id 2.169)] [New Thread 0xa3e04420 (LWP 1128992) (id 2.170)] [New Thread 0xa3603420 (LWP 1128993) (id 2.171)] [New Thread 0xa2e02420 (LWP 1128994) (id 2.172)] [New Thread 0xa2601420 (LWP 1128995) (id 2.173)] [New Thread 0xa1e00420 (LWP 1128996) (id 2.174)] [New Thread 0xa15ff420 (LWP 1128997) (id 2.175)] [New Thread 0xa0dfe420 (LWP 1128998) (id 2.176)] [New Thread 0xa05fd420 (LWP 1128999) (id 2.177)] [New Thread 0x9fdfc420 (LWP 1129000) (id 2.178)] [New Thread 0x9f5fb420 (LWP 1129001) (id 2.179)] [New Thread 0x9edfa420 (LWP 1129002) (id 2.180)] [New Thread 0x9e5f9420 (LWP 1129003) (id 2.181)] [New Thread 0x9ddf8420 (LWP 1129004) (id 2.182)] [New Thread 0x9d5f7420 (LWP 1129005) (id 2.183)] [New Thread 0x9cdf6420 (LWP 1129006) (id 2.184)] [New Thread 0x9c5f5420 (LWP 1129007) (id 2.185)] [New Thread 0x9bdf4420 (LWP 1129008) (id 2.186)] [New Thread 0x9b5f3420 (LWP 1129009) (id 2.187)] [New Thread 0x9adf2420 (LWP 1129010) (id 2.188)] [New Thread 0x9a5f1420 (LWP 1129011) (id 2.189)] [New Thread 0x99df0420 (LWP 1129012) (id 2.190)] [New Thread 0x995ef420 (LWP 1129013) (id 2.191)] [New Thread 0x98dee420 (LWP 1129014) (id 2.192)] [New Thread 0x985ed420 (LWP 1129015) (id 2.193)] [New Thread 0x97dec420 (LWP 1129016) (id 2.194)] [New Thread 0x975eb420 (LWP 1129017) (id 2.195)] [New Thread 0x96dea420 (LWP 1129018) (id 2.196)] [New Thread 0x965e9420 (LWP 1129019) (id 2.197)] [New Thread 0x95de8420 (LWP 1129020) (id 2.198)] [New Thread 0x955e7420 (LWP 1129021) (id 2.199)] [New Thread 0x94de6420 (LWP 1129022) (id 2.200)] [New Thread 0x945e5420 (LWP 1129023) (id 2.201)] [New Thread 0x93de4420 (LWP 1129024) (id 2.202)] [New Thread 0x935e3420 (LWP 1129025) (id 2.203)] [New Thread 0x92de2420 (LWP 1129026) (id 2.204)] [New Thread 0x925e1420 (LWP 1129027) (id 2.205)] [New Thread 0x91de0420 (LWP 1129028) (id 2.206)] [New Thread 0x915df420 (LWP 1129029) (id 2.207)] [New Thread 0x90dde420 (LWP 1129030) (id 2.208)] [New Thread 0x905dd420 (LWP 1129031) (id 2.209)] [New Thread 0x8fddc420 (LWP 1129032) (id 2.210)] [New Thread 0x8f5db420 (LWP 1129033) (id 2.211)] [New Thread 0x8edda420 (LWP 1129034) (id 2.212)] [New Thread 0x8e5d9420 (LWP 1129035) (id 2.213)] [New Thread 0x8ddd8420 (LWP 1129036) (id 2.214)] [New Thread 0x8d5d7420 (LWP 1129037) (id 2.215)] [New Thread 0x8cdd6420 (LWP 1129038) (id 2.216)] [New Thread 0x8c5d5420 (LWP 1129039) (id 2.217)] [New Thread 0x8bdd4420 (LWP 1129040) (id 2.218)] [New Thread 0x8b5d3420 (LWP 1129041) (id 2.219)] [New Thread 0x8add2420 (LWP 1129042) (id 2.220)] [New Thread 0x8a5d1420 (LWP 1129043) (id 2.221)] [New Thread 0x89dd0420 (LWP 1129044) (id 2.222)] [New Thread 0x895cf420 (LWP 1129045) (id 2.223)] [New Thread 0x88dce420 (LWP 1129046) (id 2.224)] [New Thread 0x885cd420 (LWP 1129047) (id 2.225)] [New Thread 0x87dcc420 (LWP 1129048) (id 2.226)] [New Thread 0x875cb420 (LWP 1129049) (id 2.227)] [New Thread 0x86dca420 (LWP 1129050) (id 2.228)] [New Thread 0x865c9420 (LWP 1129051) (id 2.229)] [New Thread 0x85dc8420 (LWP 1129052) (id 2.230)] [New Thread 0x855c7420 (LWP 1129053) (id 2.231)] [New Thread 0x84dc6420 (LWP 1129054) (id 2.232)] [New Thread 0x845c5420 (LWP 1129055) (id 2.233)] [New Thread 0x83dc4420 (LWP 1129056) (id 2.234)] [New Thread 0x835c3420 (LWP 1129057) (id 2.235)] [New Thread 0x82dc2420 (LWP 1129058) (id 2.236)] [New Thread 0x825c1420 (LWP 1129059) (id 2.237)] [New Thread 0x81dc0420 (LWP 1129060) (id 2.238)] [New Thread 0x815bf420 (LWP 1129061) (id 2.239)] [New Thread 0x80dbe420 (LWP 1129062) (id 2.240)] [New Thread 0x805bd420 (LWP 1129063) (id 2.241)] [New Thread 0x7fdbc420 (LWP 1129064) (id 2.242)] [New Thread 0x7f5bb420 (LWP 1129065) (id 2.243)] [New Thread 0x7edba420 (LWP 1129066) (id 2.244)] [New Thread 0x7e5b9420 (LWP 1129067) (id 2.245)] [New Thread 0x7ddb8420 (LWP 1129068) (id 2.246)] [New Thread 0x7d5b7420 (LWP 1129069) (id 2.247)] [New Thread 0x7cdb6420 (LWP 1129070) (id 2.248)] [New Thread 0x7c5b5420 (LWP 1129071) (id 2.249)] [New Thread 0x7bdb4420 (LWP 1129072) (id 2.250)] [New Thread 0x7b5b3420 (LWP 1129073) (id 2.251)] [New Thread 0x7adb2420 (LWP 1129074) (id 2.252)] [New Thread 0x7a5b1420 (LWP 1129075) (id 2.253)] [New Thread 0x79db0420 (LWP 1129076) (id 2.254)] [New Thread 0x795af420 (LWP 1129077) (id 2.255)] [New Thread 0x78dae420 (LWP 1129078) (id 2.256)] [New Thread 0x785ad420 (LWP 1129079) (id 2.257)] [Switching to Thread 0xe7e8c420 (LWP 1128856)] Thread 2.34 "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 = 1128823 (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: get integer valueof "mypid" Executing on target: kill -9 1128823 (timeout = 300) builtin_spawn -ignore SIGHUP kill -9 1128823 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 1128823 [Inferior 2 (process 1128823) detached] (gdb) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: detach child inferior 1 [Switching to inferior 1 [process 1128821] (/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 1128821))] #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 1128821) 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 184 seconds === gdb Summary === # of expected passes 135 # of unexpected failures 1 # of unknown successes 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:33:46 2026