Automatic date update in version.in
[platform/upstream/binutils.git] / gdb / procfs.c
2014-09-30 Andreas ArnezDrop 'regset_from_core_section' gdbarch method
2014-09-12 Pedro Alves[IRIX] eliminate deprecated_insert_raw_breakpoint uses
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-07-18 Tom Tromeyclean up some target delegation cases
2014-06-25 Markus Metzgermake_corefile_notes: have caller free returned memory
2014-06-16 Tom Tromeyconstify to_info_proc and friends
2014-06-04 Tom Tromeyconstify to_attach
2014-05-22 Pedro AlvesAdd new infrun.h header.
2014-05-21 Pedro AlvesAllow making GDB not automatically connect to the nativ...
2014-03-13 Pedro AlvesRename Solaris's target to "target child" like most...
2014-02-24 Pedro Alvesprocfs.c: Don't install a deprecated_xfer_memory method
2014-02-19 Tom TromeyAdd target_ops argument to to_make_corefile_notes
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_pass_signals
2014-02-19 Tom TromeyAdd target_ops argument to to_region_ok_for_hw_watchpoint
2014-02-19 Tom TromeyAdd target_ops argument to to_insert_watchpoint
2014-02-19 Tom TromeyAdd target_ops argument to to_remove_watchpoint
2014-02-19 Tom TromeyAdd target_ops argument to to_can_use_hw_breakpoint
2014-02-19 Tom Tromeyadd "this" pointers to more target APIs
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-27 Joel BrobeckerRemove assert in procfs.c::procfs_make_note_section...
2014-01-14 Yao QiChange to_xfer_partial 'len' type to ULONGEST.
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-18 Yao QiAdd target_xfer_partial_ftype
2013-11-18 Tom Tromeyremove gdb_stat.h
2013-11-18 Tom Tromeyremove gdb_dirent.h
2013-11-18 Tom Tromeyremove gdb_string.h
2013-11-08 Tom Tromeyconstify to_detach
2013-10-25 Pedro AlvesMake STARTUP_WITH_SHELL a runtime toggle -- add new...
2013-10-04 Joel BrobeckerFix build failure in procfs.c after MERGEPID -> ptid_bu...
2013-09-30 Luis Machado * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-11 Pedro Alves2012-12-11 Pedro Alves <pedro@codesourcery.com>
2012-12-11 Pedro Alvesgdb/
2012-11-09 Tom Tromey * gdbarch.sh (target_gdbarch): Remove macro.
2012-09-27 Joel BrobeckerMake procfs.c:proc_get_LDT_entry static
2012-09-27 Joel BrobeckerFix declaration of proc_find_memory_regions
2012-09-26 Pierre Muller * procfs.c: Add gdb_bfd header.
2012-08-07 Jan Kratochvilgdb/
2012-07-23 Tom Tromey * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd...
2012-07-23 Tom Tromey * bfd-target.c (target_bfd_reopen): Update.
2012-07-18 Tom Tromey * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
2012-05-24 Pedro Alvesgdb/
2012-05-24 Pedro Alvesgdb/
2012-05-17 Joel Brobeckerprocfs.c: Remove unused functions and make many functio...
2012-04-27 Maciej W. Rozycki * proc-utils.h (proc_prettyprint_signalset): New proto...
2012-04-25 Jim Meyeringavoid a few strncpy-induced buffer overruns
2012-03-21 Thomas Schwingestruct siginfo vs. siginfo_t
2012-01-20 Ulrich WeigandChangeLog:
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-11-10 Joel Brobeckerprocfs file descriptor leaks
2011-11-10 Joel Brobecker[procfs] /proc/.../map file descriptor leak
2011-09-22 Tristan Gingold2011-09-22 Tristan Gingold <gingold@adacore.com>
2011-04-27 Joel Brobeckerfix procfs.c:procfs_pass_signals advance declaration
2011-04-27 Ulrich Weigand * target.h (struct target_ops): Remove to_notice_signals;
2011-03-09 Pedro Alves * cli/cli-cmds.c (shell_escape): Use lbasename.
2011-01-11 Michael Snyder2011-01-11 Michael Snyder <msnyder@vmware.com>
2011-01-10 Michael Snyder2011-01-10 Michael Snyder <msnyder@vmware.com>
2011-01-05 Michael Snyder2011-01-05 Michael Snyder <msnyder@vmware.com>
2011-01-01 Joel Brobeckerrun copyright.sh for 2011.
2010-11-28 Jan Kratochvilgdb/
2010-08-31 Jan Kratochvilgdb/
2010-07-07 Thiago Jung Bauermann2010-07-07 Sergio Durigan Junior <sergiodj@linux...
2010-07-01 Pedro Alves * breakpoint.c (update_watchpoint, _initialize_breakpo...
2010-05-17 Michael Snyder2010-05-17 Michael Snyder <msnyder@vmware.com>
2010-05-17 Pedro Alves * procfs.c: Reformat.
2010-05-11 Pierre Muller * procfs.c (proc_watchpoint_address): New function.
2010-04-20 Joel BrobeckerUnused function in procfs.c on alpha-tru64.
2010-04-20 Joel Brobeckerprocfs.c: iterate_over_mappings callback has wrong...
2010-04-20 Joel Brobeckerprocfs.c: Move solib_mappings_callback up to avoid...
2010-04-20 Joel Brobeckerprocfs.c: Move find_signalled_thread and find_stop_signal.
2010-02-15 Jan Kratochvilgdb/
2010-01-28 Joel BrobeckerAnother -Wunused-function error in procfs.c (sparc...
2010-01-14 Jan Kratochvilgdb/
2010-01-09 Joel BrobeckerBreakpoint in shared library does not work on mips...
2010-01-09 Joel Brobecker-Wunused warning in procfs.c (mips-irix only).
2010-01-09 Joel Brobecker * procfs.c: (procfs_do_thread_registers) Use...
2010-01-01 Joel BrobeckerUpdate copyright year in most headers.
2009-11-10 Daniel Jacobowitz2009-11-10 Daniel Gutson <dgutson@codesourcery.com>
2009-10-21 Pierre Muller * rs6000-nat.c (exec_one_dummy_insn): Add missing...
2009-10-19 Pedro Alves2009-10-19 Pedro Alves <pedro@codesourcery.com>
2009-10-11 Pedro Alves * procfs.c (procfs_make_note_section): Go back to...
2009-10-09 Pedro Alves * procfs.c (procfs_make_note_section): Always output...
2009-08-01 Kazu Hirata * procfs.c (proc_set_current_signal): Populate mysinfo...
2009-07-02 Ulrich Weigand * defs.h (extract_signed_integer, extract_unsigned_int...
2009-07-02 Ulrich Weigand * breakpoint.h (struct breakpoint): New member GDBARCH.
2009-06-17 Ulrich Weigand * ada-tasks.c (read_known_tasks_array): Use target_gdb...
2009-06-07 Pedro Alves2009-06-07 Pedro Alves <pedro@codesourcery.com>
2009-06-07 Pedro Alves * inferior.h (proc_iterate_over_mappings): Delete...
2009-05-25 Pierre Muller * procfs.c (procfs_wait): Add options parameter.
2009-05-18 Pedro Alves * inflow.h (our_process_group): Remove declaration.
2009-05-11 Pierre Muller Unify target macros.
2009-05-06 Pedro Alves * procfs.c (procfs_insert_watchpoint, procfs_remove_wa...
2009-05-05 Ulrich Weigand * inferior.h (read_pc, write_pc): Remove.
2009-04-16 Joel BrobeckerUndo the following change. Not correct, after all:
2009-04-16 Joel Brobecker * procfs.c (solib_mappings_callback, find_memor...
next