]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/common
"backtrace full/no-filters/hide" completer
[thirdparty/binutils-gdb.git] / gdb / common /
2019-06-11  Tom TromeyMove gdb's xmalloc and friends to new file
2019-06-04  Pedro AlvesIntroduce and use make_unique_xstrdup
2019-05-14  Alan HaywardAArch64: Add half float view to V registers
2019-05-08  Tom TromeyAdd a noop deleter
2019-05-07  Tom TromeyFix scoped_mmap includes
2019-05-03  Eli ZaretskiiOn MS-Windows, define _WIN32_WINNT in a single common...
2019-04-25  Tom TromeyMake exception handling more efficient
2019-04-25  Tom TromeyMake SJLJ exceptions more efficient
2019-04-25  Tom TromeyRemove exception_none
2019-04-19  Tom TromeyRemove common/queue.h
2019-04-08  Pedro AlvesSome gdb_exception{,error,quit} tweaks
2019-04-08  Tom TromeyMake exception throwing a bit more efficient
2019-04-08  Tom TromeyRemove some now-dead exception code
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-04-08  Tom TromeyMake exceptions use std::string and be self-managing
2019-04-08  Tom TromeySimplify exception handling
2019-03-12  Tom TromeyMake null_ptid and minus_one_ptid "const"
2019-03-06  Tom TromeyRemove basic cleanup code
2019-03-06  Tom TromeyRemove last cleanup from linux-namespaces.c
2019-03-05  Tom TromeyAdd ATTRIBUTE_UNUSED_RESULT to ref_ptr::release
2019-03-05  Tom TromeyAdd ATTRIBUTE_UNUSED_RESULT to scoped_mmap
2019-03-05  Tom TromeyAdd ATTRIBUTE_UNUSED_RESULT to scoped_fd
2019-03-05  Tom TromeyIntroduce ATTRIBUTE_UNUSED_RESULT and use it
2019-03-02  Eli ZaretskiiFix GDB compilation on MinGW (PR gdb/24292)
2019-02-12  John BaldwinAdd a new function child_path.
2019-02-07  Tom TromeyNormalize include guards in gdb
2019-01-25  Tom TromeyUpdate create-version.sh to use common/version.h
2019-01-24  Pedro AlvesFix clang/libc++ build
2019-01-23  Pedro AlvesIntroduce forward_scope_exit
2019-01-23  Pedro AlvesIntroduce scope_exit
2019-01-23  Pedro AlvesRename ESC -> ESC_PARENS
2019-01-10  Tom TromeyRemove ALL_OBJFILES_SAFE
2019-01-10  Tom TromeyIntroduce all_objfiles and next_iterator
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-30  John BaldwinUse kinfo_getfile to implement fdwalk on FreeBSD.
2018-11-22  Pedro AlvesPer-inferior thread list, thread ranges/iterators,...
2018-11-21  Pedro Alvesinvoke_xmethod & array_view
2018-11-21  Pedro AlvesUse gdb:array_view in call_function_by_hand & friends
2018-11-20  Eli ZaretskiiFix previous change in filestuff.c
2018-11-20  Eli ZaretskiiAvoid "Invalid parameter passed to C runtime function...
2018-11-09  Tom TromeyReturn scoped_fd from open_source_file and find_and_ope...
2018-11-01  Joel Brobeckerremove trailing spaces in print-utils.c ("int_string...
2018-11-01  Simon MarchiImport mkdtemp gnulib module, fix mingw build
2018-10-31  Sergio Durigan JuniorFix PR gdb/23835: Don't redefine _FORTIFY_SOURCE if...
2018-10-30  Sergio Durigan JuniorRemove relational operators from common/offset-type.h
2018-10-29  Simon MarchiRevert "GDBSERVER: Listen on a unix domain (instead...
2018-10-29  Simon MarchiRevert "GDB: Only build for "unix:" connections if...
2018-10-29  John DarringtonGDB: Only build for "unix:" connections if AF_LOCAL...
2018-10-27  Tom TromeyDo not reopen temporary files
2018-10-27  Tom TromeyUse mkostemp, not mkstemp
2018-10-27  Tom TromeyMove mkdir_recursive to common/filestuff.c
2018-10-27  Tom TromeyMove make_temp_filename to common/pathstuff.c
2018-10-27  Tom TromeyUnify shell-finding logic
2018-10-23  John DarringtonGDBSERVER: Listen on a unix domain (instead of TCP...
2018-10-05  Tom TromeyAvoid shadowing in fdwalk
2018-10-05  Tom TromeySimple -Wshadow=local fixes
2018-10-03  Tom TromeyUse unsigned as base type for some enums
2018-10-01  Gary BensonMove duplicated code to common/gdb_proc_service.h
2018-10-01  Tom TromeyDon't check HAVE_UNISTD_H
2018-09-24  Tom TromeyAdd "const" to a few locals in gdb
2018-09-23  Tom TromeyMark more file descriptors close-on-exec
2018-09-17  Tom TromeyUpdate get_standard_cache_dir for macOS
2018-09-12  Sergio Durigan JuniorMove 'is_regular_file' from common-utils.c to filestuff.c
2018-08-28  Simon MarchiGet rid of -Wodr warning (PR build/23399)
2018-08-27  Tom TromeyAvoid -Wnarrowing warnings in struct tramp_frame instances
2018-08-13  Tom TromeyDefine _FORTIFY_SOURCE in common-defs.h
2018-08-09  Simon MarchiFix some gettext ARI warnings
2018-08-07  Simon MarchiAdd DWARF index cache
2018-08-07  Simon MarchiIntroduce mmap_file function
2018-08-07  Simon MarchiReplace some uses of xstrprintf with string_printf
2018-07-24  Simon MarchiFix indentation in scoped_mmap.h
2018-07-22  Tom TromeySimple unused variable removals
2018-07-11  Sergio Durigan JuniorImplement IPv6 support for GDB/gdbserver
2018-07-04  Simon Marchidarwin: Don't use sbrk
2018-07-03  Tom TromeyRemove ptid_equal
2018-07-03  Tom TromeyRemove ptid_match
2018-07-03  Tom TromeyRemove ptid_tid_p
2018-07-03  Tom TromeyRemove ptid_lwp_p
2018-07-03  Tom TromeyRemove ptid_is_pid
2018-07-03  Tom TromeyRemove ptid_get_tid
2018-07-03  Tom TromeyRemove ptid_get_lwp
2018-07-03  Tom TromeyRemove ptid_get_pid
2018-07-03  Tom TromeyRemove pid_to_ptid
2018-07-03  Tom TromeyRemove ptid_build
2018-06-21  Pedro AlvesUse thread_info and inferior pointers more throughout
2018-06-19  Simon MarchiBump to autoconf 2.69 and automake 1.15.1
2018-06-11  Alan HaywardAdd regcache raw_compare method
2018-06-11  Alan HaywardAdd reg_buffer_common
2018-06-10  Simon MarchiChange type of reg_buffer::m_register_status to registe...
2018-06-08  Tom TromeyRemove cleanups from btrace code
2018-06-05  David MalcolmFix typo in common/enum-flags.h example
2018-06-01  H.J. LuMove gdb/common/diagnostics.h to include/diagnostics.h
2018-05-30  Pedro AlvesMark END_CATCH as ATTRIBUTE_NORETURN (-Wmaybe-uninitial...
2018-05-29  Tom TromeyRemove const_char_ptr typedef
2018-05-21  Simon MarchiFix copy-pasto, allocate objfile_per_bfd_storage with...
2018-05-21  Simon MarchiIntroduce obstack_new, poison other "typed" obstack...
2018-05-17  Simon MarchiMake format_pieces recognize the \e escape sequence
2018-05-08  Andrew Burgessgdb/x86: Handle kernels using compact xsave format
2018-05-04  Jan Kratochvilaarch64: PR 19806: watchpoints: false negatives + PR...
next