remove gdb_stat.h
[binutils-gdb.git] / gdb / procfs.c
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...
2009-03-17 Joel Brobecker Add a target_ops parameter to the to_kill metho...
2009-02-23 Pedro Alves * corelow.c (get_core_registers): Adjust.
2009-02-06 Pedro Alves * linux-nat.c (linux_nat_wait): Adjust.
2009-01-21 Kazu Hirata * gdb/procfs.c (info_mappings_callback): Cast map...
2009-01-03 Joel Brobecker Updated copyright notices for most files.
2008-11-09 Vladimir Prus Kill pthread_ops_hack
2008-10-09 Pedro Alves2008-10-09 Pedro Alves <pedro@codesourcery.com>
2008-10-03 Paul Pluzhnikov2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
2008-09-22 Pedro Alves Remove the attach_flag global, and make it per-inferior.
2008-09-22 Pedro Alves * gnu-nat.c (gnu_attach): Add process to inferiors...
2008-09-11 Ulrich Weigand * procfs.c (procfs_address_to_host_pointer): Use targe...
2008-09-08 Pedro Alves Remove the global stop_signal in favour of a per-thread
2008-09-08 Pedro Alves * procfs.c (to_attach): Create a procinfo for the...
2008-07-09 Pedro Alves Adjust all targets to new target_stop interface.
2008-05-04 Vladimir Prus Fix auxv data parsing on 64-bit solaris
2008-03-21 Daniel Jacobowitz2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
2008-03-12 Joel Brobecker * sol-thread.c: Replace use of TM_I386SOL2_H...
2008-01-25 Michael Snyder2008-01-24 Michael Snyder <msnyder@specifix.com>
2008-01-23 Vladimir Prus Inform about new thread in a single place.
2008-01-01 Daniel Jacobowitz Updated copyright notices for most files.
2007-12-16 Joseph Myers2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
2007-11-16 Markus Deuling2007-11-16 Markus Deuling <deuling@de.ibm.com>
2007-08-23 Joel Brobecker Switch the license of all .c files to GPLv3.
2007-06-18 Ulrich Weigand2007-06-18 Markus Deuling <deuling@de.ibm.com>
2007-06-16 Ulrich Weigand * regcache.c (struct regcache): Add ptid_t member.
2007-06-13 Ulrich Weigand2007-06-13 Markus Deuling <deuling@de.ibm.com>
2007-06-13 Ulrich Weigand2007-06-13 Markus Deuling <deuling@de.ibm.com>
2007-06-06 Ulrich Weigand2007-06-06 Markus Deuling <deuling@de.ibm.com>
next