| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
long form (-quiet and -fullname resp.) Bump documentation date.
PR: bin/78031
MFC after: 5 days
|
| |
|
| |
|
|
|
|
| |
Submitted by: kris
|
|
|
|
|
|
|
|
| |
it to recognise what ABI to use on amd64 (and possibly others) platform.
Display PID and process name as a part of the 'info threads' output, TIDs
alone are too confusing. Introduce new commmands 'tid <tid>' and 'proc <pid>'
to accompany gdb's default 'thread <thread num>' to make the task of switching
between different contexts easier.
|
| |
|
|
|
|
|
|
|
|
| |
exist anymore.
PR: doc/70943
Submitted by: Jun <junsu at delphij dot net>
Reviewed by: delphij
|
|
|
|
|
|
|
| |
and using them.
Reviewed by: marcel,imp
Desired by: ache
|
|
|
|
|
| |
PR: 77466
Submitted by: Andre Guibert de Bruet <andy@siliconlandmark.com>
|
| |
|
|
|
|
| |
Prodded by: stefanf
|
| |
|
|
|
|
|
| |
to support __GLIBCXX_DEBUG. Add debug_list.cc to the list of files to
compile.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
library. As the value suggests, this allows the library to be built repeatably;
without this flag, gcc uses a random value in its parsing.
Since the random seed is only used when handling files which do not have any
externally-visible symbols, this change is not needed for any other libraries
in the FreeBSD base system.
Discussed on: freebsd-arch (in early November)
Approved by: kan
MFC after: 1 week
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
lwp ID before invoking the underlying target operation.
For corefiles, we rely on gdb internals to do this, and it uses the
pid as an index, rather than the lwpid, so previously, backtraces
for multithreaded core files wasn't working correctly. For processes,
we currently use ptrace directly, so fixup that code to also use
the pid directly.
Discussed With: marcel, davidxu
MFC After: 4 days
|
| |
|
|
|
|
|
| |
Requested by: Craig Rodrigues on behalf of usb@
MFC After: 1 day
|
|
|
|
|
|
|
|
|
| |
checklist box is strictly set via command line, but amount of checklist
items less than height of checklist box. In this case bottom part
of box was not redrawn (occurs when passing focus behind of 'Cancel' button
while configuring any FreeBSD port OPTIONS)
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
| |
connected to the Internet or systems that do not have a correctly
configured email subsystem. Now that the send-pr web interface has
antispam protection, mention that it is ok to use it for submitting
problem reports.
Ok by: linimon
Submitted by: Rob <spamrefuse@yahoo.com> on freebsd-doc
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
NOINFO -> NO_INFO
NOINFOCOMPRESS -> NO_INFOCOMPRESS
NOLINT -> NO_LINT
NOPIC -> NO_PIC
NOPROFILE -> NO_PROFILE
|
|
|
|
| |
OK'ed by: core
|
| |
|
|
|
|
| |
Requested by: ru
|
|
|
|
|
| |
Approved by: peter (a while ago)
MFC After: 1 week
|
|
|
|
|
|
|
|
| |
solib-svr4.c to the MD makefiles because they are native files for
alpha and sparc64, but target files for amd64, i386 and ia64.
Note that kgdb(1) does not yet build as a cross-debugger due to
libkvm.
|
|
|
|
| |
subdirectories.
|
| |
|
|
|
|
| |
for libgdb and should do so here as well.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Document all options and general usage.
Implement the -a option to bump the annotation_level. This improves
the Emacs gud behaviour. You can now supply the following function
(defun gud-gdb-massage-args (file args) (cons "-a" args))
(e.g. by evaluating it from the *scratch* buffer) and get the normal
jump to the source window when browsing the stack.
We should probably eventually supply our own kgdb submode to gud.el.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Implement the -a option to bump the annotation_level. This improves
the Emacs gud behaviour. You can now supply the following function
(defun gud-gdb-massage-args (file args) (cons "-a" args))
(e.g. by evaluating it from the *scratch* buffer) and get the normal
jump to the source window when browsing the stack.
We should probably eventually supply our own kgdb submode to gud.el.
|
| |
|
|
|
|
|
| |
the current thread may already be added by fbsd_find_new_threads,
this can result that current thread is not set correctly.
|
|
|
|
|
|
|
|
| |
not --line-bufferring.
PR: docs/72985
Submitted by: John Engelhart <johne@zang.com>
MFC after: 1 week
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
changes, start on a new line. Insertion of a filename will keep the
diff limited to the block of filenames that have the same first letter
instead of creating a huge diff. While here, move remote.c after the
remote-*.c files and move tui.c after the tui-*.c files. This matches
the order of ls(1) and makes it easier to compare object files created
by a stock gdb(1) build with the list of files we have here.
This is a non-functional change only.
|
|
|
|
| |
Pointed out by: ru
|
| |
|
|
|
|
|
|
| |
GCC 3.4.2 work unintentioanlly.
Reminded by: bms
|
|
|
|
| |
any fake value.
|
| |
|
| |
|
| |
|