]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/gnu-nat.c
gnu-nat: Move local functions inside gnu_nat_target class
[thirdparty/binutils-gdb.git] / gdb / gnu-nat.c
2020-05-31  Samuel Thibaultgnu-nat: Move local functions inside gnu_nat_target...
2020-05-30  Samuel Thibaulthurd: fix pushing target on inferior creation
2020-05-30  Samuel Thibaulthurd: add gnu_target pointer to fix thread API calls
2020-05-30  Samuel Thibaulthurd: remove unused variables
2020-05-30  Samuel Thibaulthurd: add missing include
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-16  Tom TromeyConstify get_exec_file
2019-10-26  Tom de Vries[gdb] Fix more typos in comments (2)
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-08-06  Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-07-09  Tom TromeyRename common to gdbsupport
2019-04-04  Thomas Schwinge[GDB, Hurd] Fix build; 'target_waitstatus_to_string...
2019-04-01  Philippe WaroquiersFix internal error and improve 'set debug infrun 1...
2019-03-13  Tom TromeyChange pid_to_str to return std::string
2019-03-05  Tom TromeyRemove excess calls to gdb_flush
2019-02-14  David Michael[gdb, hurd] Adjust to Hurd "proc" interface changes
2019-02-14  Thomas Schwinge[gdb, hurd] Address "ISO C++ forbids converting a strin...
2019-02-14  Thomas Schwinge[gdb, hurd] Repair build after "Use thread_info and...
2019-02-14  Thomas Schwinge[gdb, hurd] Repair build after "Share fork_inferior...
2019-02-14  Thomas Schwinge[gdb, hurd] Repair build after "Convert struct target_o...
2019-02-14  Thomas Schwinge[gdb, hurd] Work around conflict between Mach's 'thread...
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-07-03  Tom TromeyRemove ptid_equal
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-05-02  Pedro Alvestarget_ops: Use bool throughout
2018-05-02  Pedro AlvesConvert struct target_ops to C++
2018-01-19  Simon MarchiPass inferior down to target_detach and to_detach
2018-01-19  Simon MarchiRemove args from target detach
2018-01-08  Samuel Thibaulthurd: Add enough auxv support for AT_ENTRY for PIE...
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-07  Tom TromeyRemove cmd_cfunc_ftype
2017-11-07  Tom TromeyConstify add_info
2017-11-06  Pedro AlvesSimplify child_terminal_inferior
2017-10-11  Tom TromeyConstify add_prefix_cmd
2017-09-20  Tom TromeyRemove make_cleanup_restore_target_terminal
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-06-07  Sergio Durigan JuniorShare fork_inferior et al with gdbserver
2017-04-12  Sergio Durigan JuniorC++-fy and prepare for sharing fork_inferior
2017-04-05  Pedro Alves-Wwrite-strings: Constify target_pid_to_str and target_...
2017-02-20  Sergio Durigan JuniorPR gdb/16188: Verify PTRACE_TRACEME succeeded
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-12-09  Thomas SchwingeHurd: Adjust to changes to "push pruning old threads...
2016-12-08  Simon MarchiHurd: In the CLI, use parse_thread_id instead of global...
2016-12-08  Thomas SchwingeHurd, C++: Mach/Hurd headers and MIG stubs are not...
2016-12-08  Thomas SchwingeHurd, C++: kern_return_t vs. error_t
2016-12-08  Thomas SchwingeHurd, C++: Avoid "const char *" to "char *" casts
2016-12-08  Thomas SchwingeHurd, C++: Avoid GNU C nested functions
2016-12-07  Thomas SchwingeHurd: Adjust to "Per-inferior/Inferior-qualified thread...
2016-09-19  Sergio Durigan JuniorConsolidate target_mourn_inferior between GDB and gdbserver
2016-04-12  Pedro AlvesDo target_terminal_ours in query & friends instead...
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-11  Andrew Burgessgdb: Make use of 'add_info' to create info sub-commands.
2015-09-04  Andrew Burgessgdb: Remove casts of NULL during assignment.
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-11-24  Samuel Thibault[Hurd] Fix deallocation after proc_getprocinfo call
2014-09-16  Samuel ThibaultAdd hardware watchpoint support for x86 GNU Hurd.
2014-08-07  Gary BensonMove errno.h to common-defs.h
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-08-07  Gary BensonMove stdio.h to common-defs.h
2014-06-04  Tom Tromeyconstify to_attach
2014-05-21  Pedro AlvesNative targets: Add inf-child.c:inf_child_mourn_inferio...
2014-05-21  Pedro AlvesAllow making GDB not automatically connect to the nativ...
2014-05-21  Pedro AlvesRename "target GNU" -> "target native"
2014-03-14  Pedro AlvesRename native-only terminal related functions.
2014-02-19  Tom TromeyAdd target_ops argument to to_find_memory_regions
2014-02-19  Tom TromeyAdd target_ops argument to to_stop
2014-02-19  Tom TromeyAdd target_ops argument to to_terminal_init
2014-02-17  Yao QiFix missing-prototypes warnings in gnu-nat.c
2014-02-17  Yao QiFix -Werror=pointer-sign warnings
2014-02-17  Yao QiFix -Wformat warnings in gnu-nat.c
2014-02-16  Thomas SchwingeHurd: Adjust to startup-with-shell changes.
2014-02-16  Thomas SchwingeHurd: New RPC reply stub functions.
2014-02-11  Yao QiUpdate comments to to_xfer_partial implementations.
2014-02-11  Yao QiReturn target_xfer_status in to_xfer_partial
2014-02-07  Yao QiReplace -1 with TARGET_XFER_E_IO
2014-01-14  Yao QiChange to_xfer_partial 'len' type to ULONGEST.
2014-01-07  Yao QiRemove an empty-body 'if' statement
2014-01-07  Yao QiAdd qualifier 'const' to argument args
2014-01-07  Yao QiUse void for empty argument list in trace_me
2014-01-07  Yao QiMake functions static.
2014-01-07  Yao QiRemove declaration of inf_tid_to_proc
2014-01-07  Yao QiFix no previous prototype for '_initialize_gnu_nat...
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18  Tom Tromeyremove gdb_string.h
2013-11-08  Tom Tromeyconstify to_detach
2013-09-30  Luis Machado * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2013-09-19  Thomas Schwingegnu-nat.c: Don't install a deprecated_xfer_memory method.
2013-09-18  Pedro AlvesSubject: [PATCH] [Hurd/gnu-nat.c] Use ptid_t.lwpid...
2013-09-18  Pedro Alves[Hurd/gnu-nat] Fix old "signal-thread" command regression.
2013-06-07  Pedro AlvesFix formating in copyright headers.
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-11-20  Pierre Muller ARI fixes: sprintf rule.
2012-11-09  Tom Tromey * gdbarch.sh (target_gdbarch): Remove macro.
next