..
.dir-locals.el
gdbserver/gdbsupport: Add .dir-locals.el file
6 years ago
.gitattributes
gdb, gdbserver, gdbsupport: add .gitattributes files
6 years ago
ChangeLog
gdbsupport: make use of safe-ctype functions from libiberty
5 years ago
Makefile.am
Move simple_search_memory to gdbsupport/search.cc
6 years ago
Makefile.in
gdb: move ptrace.m4 to gdbsupport
6 years ago
README
Move gdbsupport to the top level
6 years ago
acinclude.m4
gdb: move ptrace.m4 to gdbsupport
6 years ago
aclocal.m4
gdb: use AC_PROG_CC_STDC instead of AM_PROG_CC_STDC
5 years ago
agent.cc
Preinitialize the sockaddr_un variable to zero
6 years ago
agent.h
Move gdbsupport to the top level
6 years ago
alt-stack.h
Move gdbsupport to the top level
6 years ago
array-view.h
Move gdbsupport to the top level
6 years ago
ax.def
Move gdbsupport to the top level
6 years ago
block-signals.h
Move gdbsupport to the top level
6 years ago
break-common.h
Move gdbsupport to the top level
6 years ago
btrace-common.cc
Don't pass NULL to memcpy in gdb
6 years ago
btrace-common.h
Disable record btrace bts support for AMD processors
6 years ago
buffer.cc
gdbsupport: rename source files to .cc
6 years ago
buffer.h
Move gdbsupport to the top level
6 years ago
byte-vector.h
Move gdbsupport to the top level
6 years ago
check-defines.el
Add gdbsupport check-defines script
6 years ago
cleanups.cc
gdbsupport: rename source files to .cc
6 years ago
cleanups.h
Move gdbsupport to the top level
6 years ago
common-debug.cc
gdb, gdbsupport: add debug_prefixed_printf, remove boilerplate functions
5 years ago
common-debug.h
gdb: factor out debug_prefixed_printf_cond
5 years ago
common-defs.h
gdbsupport: include cstdlib in common-defs.h
6 years ago
common-exceptions.cc
gdbsupport: rename source files to .cc
6 years ago
common-exceptions.h
gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
5 years ago
common-gdbthread.h
Move gdbsupport to the top level
6 years ago
common-inferior.cc
gdbsupport: Let construct_inferior_arguments take gdb::array_view param
6 years ago
common-inferior.h
gdbsupport: Let construct_inferior_arguments take gdb::array_view param
6 years ago
common-regcache.cc
gdbsupport: rename source files to .cc
6 years ago
common-regcache.h
gdb: protect some 'regcache_read_pc' calls
6 years ago
common-types.h
Change gdbsupport not to rely on BFD
6 years ago
common-utils.cc
gdbsupport: make use of safe-ctype functions from libiberty
5 years ago
common-utils.h
gdbsupport: Drop now unused function 'stringify_argv'
6 years ago
common.m4
gdbsupport: replace AC_TRY_COMPILE in common.m4
5 years ago
config.in
Require kinfo_get_file and kinfo_get_vmmap for FreeBSD hosts.
6 years ago
configure
gdbsupport: replace AC_TRY_COMPILE in common.m4
5 years ago
configure.ac
gdb: use AC_PROG_CC_STDC instead of AM_PROG_CC_STDC
5 years ago
create-version.sh
gdbsupport: Resolve shellcheck issues in create-version.sh script
6 years ago
def-vector.h
Move gdbsupport to the top level
6 years ago
default-init-alloc.h
Move gdbsupport to the top level
6 years ago
eintr.h
gdb::handle_eintr, remove need to specify return type
6 years ago
enum-flags.h
Rewrite enum_flags, add unit tests, fix problems
6 years ago
environ.cc
gdbsupport: rename source files to .cc
6 years ago
environ.h
Move gdbsupport to the top level
6 years ago
errors.cc
gdbsupport: rename source files to .cc
6 years ago
errors.h
Introduce and use flush_streams
6 years ago
event-loop.cc
gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
5 years ago
event-loop.h
gdb: factor out debug_prefixed_printf_cond
5 years ago
fileio.cc
gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
5 years ago
fileio.h
Move gdbsupport to the top level
6 years ago
filestuff.cc
gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
5 years ago
filestuff.h
Move gdbsupport to the top level
6 years ago
filtered-iterator.h
Move gdbsupport to the top level
6 years ago
format.cc
gdbsupport: rename source files to .cc
6 years ago
format.h
Move gdbsupport to the top level
6 years ago
forward-scope-exit.h
Move gdbsupport to the top level
6 years ago
function-view.h
Move gdbsupport to the top level
6 years ago
gdb-dlfcn.cc
gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
5 years ago
gdb-dlfcn.h
Fix comment for 'gdb_dlopen'
6 years ago
gdb-safe-ctype.h
Use safe-ctype.h (ISSPACE etc.) in symbol parsing & comparison
6 years ago
gdb-sigmask.h
Fix typo (thead -> thread)
6 years ago
gdb_assert.h
Move gdbsupport to the top level
6 years ago
gdb_binary_search.h
Fix two typos in gdb_binary_search.h
6 years ago
gdb_locale.h
Move gdbsupport to the top level
6 years ago
gdb_optional.h
[gdb/build] Fix Wmaybe-uninitialized in gdb_optional.h
6 years ago
gdb_proc_service.h
Ensure proc-service symbols have default visibility (PR build/24805)
6 years ago
gdb_ref_ptr.h
Mark move constructors as "noexcept"
6 years ago
gdb_select.h
Move gdb_select.h to gdbsupport/
6 years ago
gdb_setjmp.h
Move gdbsupport to the top level
6 years ago
gdb_signals.h
Move gdbsupport to the top level
6 years ago
gdb_splay_tree.h
Move gdbsupport to the top level
6 years ago
gdb_string_view.h
gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
5 years ago
gdb_string_view.tcc
Move gdbsupport to the top level
6 years ago
gdb_sys_time.h
Move gdbsupport to the top level
6 years ago
gdb_tilde_expand.cc
gdbsupport: rename source files to .cc
6 years ago
gdb_tilde_expand.h
Move gdbsupport to the top level
6 years ago
gdb_unique_ptr.h
Move gdbsupport to the top level
6 years ago
gdb_unlinker.h
Move gdbsupport to the top level
6 years ago
gdb_vecs.cc
gdbsupport: rename source files to .cc
6 years ago
gdb_vecs.h
Move gdbsupport to the top level
6 years ago
gdb_wait.cc
gdbsupport: rename source files to .cc
6 years ago
gdb_wait.h
Move gdbsupport to the top level
6 years ago
hash_enum.h
Move gdbsupport to the top level
6 years ago
host-defs.h
Move gdbsupport to the top level
6 years ago
job-control.cc
gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
5 years ago
job-control.h
Move gdbsupport to the top level
6 years ago
netstuff.cc
gdbsupport: rename source files to .cc
6 years ago
netstuff.h
Move gdbsupport to the top level
6 years ago
new-op.cc
gdbsupport: rename source files to .cc
6 years ago
next-iterator.h
Move gdbsupport to the top level
6 years ago
observable.h
Move gdbsupport to the top level
6 years ago
offset-type.h
Move gdbsupport to the top level
6 years ago
parallel-for.h
Move gdbsupport to the top level
6 years ago
pathstuff.cc
gdbsupport: Use LOCALAPPDATA to determine cache dir
5 years ago
pathstuff.h
Move include block to pathstuff.h
5 years ago
poison.h
Move gdbsupport to the top level
6 years ago
preprocessor.h
Move gdbsupport to the top level
6 years ago
print-utils.cc
gdbsupport: rename source files to .cc
6 years ago
print-utils.h
Move gdbsupport to the top level
6 years ago
ptid.cc
gdbsupport: rename source files to .cc
6 years ago
ptid.h
gdb: change regcache list to be a map
6 years ago
ptrace.m4
gdbsupport: replace AC_TRY_COMPILE in ptrace.m4
5 years ago
refcounted-object.h
Move gdbsupport to the top level
6 years ago
rsp-low.cc
gdbsupport: rename source files to .cc
6 years ago
rsp-low.h
Move gdbsupport to the top level
6 years ago
run-time-clock.cc
gdbsupport: rename source files to .cc
6 years ago
run-time-clock.h
Move gdbsupport to the top level
6 years ago
safe-iterator.h
Move gdbsupport to the top level
6 years ago
safe-strerror.cc
gdbsupport: rename source files to .cc
6 years ago
scope-exit.h
Move gdbsupport to the top level
6 years ago
scoped_fd.h
Mark move constructors as "noexcept"
6 years ago
scoped_mmap.cc
gdbsupport: rename source files to .cc
6 years ago
scoped_mmap.h
Mark move constructors as "noexcept"
6 years ago
scoped_restore.h
Move gdbsupport to the top level
6 years ago
search.cc
Move simple_search_memory to gdbsupport/search.cc
6 years ago
search.h
Move simple_search_memory to gdbsupport/search.cc
6 years ago
selftest.cc
gdb: allow specifying multiple filters when running selftests
6 years ago
selftest.h
gdb: allow specifying multiple filters when running selftests
6 years ago
selftest.m4
Move gdb/selftest.m4 to gdbsupport/selftest.m4
6 years ago
signals-state-save-restore.cc
gdbsupport: rename source files to .cc
6 years ago
signals-state-save-restore.h
Move gdbsupport to the top level
6 years ago
signals.cc
gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
5 years ago
symbol.h
Move gdbsupport to the top level
6 years ago
tdesc.cc
gdbsupport/tdesc: print enum fields using 'evalue' syntax
5 years ago
tdesc.h
gdb: Have allocate_target_description return a unique_ptr
6 years ago
thread-pool.cc
Ignore system_error in thread startup
5 years ago
thread-pool.h
Move gdbsupport to the top level
6 years ago
traits.h
Rewrite valid-expr.h's internals in terms of the detection idiom (C++17/N4502)
6 years ago
underlying.h
Move gdbsupport to the top level
6 years ago
valid-expr.h
Tweak gdbsupport/valid-expr.h for GCC 6, fix build
6 years ago
version.h
Move gdbsupport to the top level
6 years ago
warning.m4
gdbsupport: replace AC_TRY_COMPILE in warning.m4
5 years ago
x86-xstate.h
Move gdbsupport to the top level
6 years ago
xml-utils.cc
gdbsupport: rename source files to .cc
6 years ago
xml-utils.h
Move gdbsupport to the top level
6 years ago