summaryrefslogtreecommitdiff
path: root/gdb/solib-svr4.c
Commit message (Expand)AuthorAgeFilesLines
* * solib.c (solib_bfd_open): Do not call ops->bfd_open.Ulrich Weigand2009-07-171-0/+1
* * defs.h (extract_signed_integer, extract_unsigned_integer,Ulrich Weigand2009-07-021-11/+24
* * breakpoint.h (struct breakpoint): New member GDBARCH.Ulrich Weigand2009-07-021-4/+6
* * target.h (struct target_ops): New member to_thread_architecture.Ulrich Weigand2009-07-021-2/+4
* * solib-svr4.c (IGNORE_FIRST_LINK_MAP_ENTRY): Avoid dereferencingPedro Alves2009-06-201-7/+7
* * target.h (struct section_table): Rename to ...Pedro Alves2009-05-221-1/+1
* * solib-svr4.c: Include observer.h.Pedro Alves2009-05-181-49/+138
* * inferior.h (read_pc, write_pc): Remove.Ulrich Weigand2009-05-051-3/+8
* 2009-02-25 Hui Zhu <teawater@gmail.com>Hui Zhu2009-02-251-1/+1
* 2008-02-21 Pedro Alves <pedro@codesorcery.com>Pedro Alves2009-02-211-1/+1
* Updated copyright notices for most files.Joel Brobecker2009-01-031-1/+2
* Make the stop_soon global be per-inferior instead.Pedro Alves2008-09-221-2/+4
* * solib-svr4.c (LM_ADDR_FROM_LINK_MAP): Use builtin types ofUlrich Weigand2008-09-111-16/+25
* Remove the global stop_signal in favour of a per-threadPedro Alves2008-09-081-3/+8
* * solib-svr4.c (read_program_header): New function.Ulrich Weigand2008-08-261-16/+197
* ChangeLog:Ulrich Weigand2008-08-261-15/+6
* * gdbarch.sh (target_gdbarch): New global variable.Ulrich Weigand2008-08-261-7/+7
* * solib-svr4.c (BKPT_AT_SYMBOL): Remove, always defined.Stan Shebs2008-08-051-11/+0
* * solib-svr4.c (struct lm_info): Add lm_addr.Daniel Jacobowitz2008-06-031-65/+29
* * language.h (struct language_defn): Remove SYMTAB parameter fromUlrich Weigand2008-05-191-2/+2
* * solib-svr4.c (svr4_same_1): New function, originally extractedJoel Brobecker2008-03-071-20/+35
* * solib-svr4.c (enable_break): Convert r_brk to a code address.Daniel Jacobowitz2008-02-221-0/+5
* * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): SetDaniel Jacobowitz2008-02-211-14/+74
* * infrun.c (wait_for_inferior): Add treat_exec_as_sigtrap parameterJoel Brobecker2008-01-291-1/+1
* Ignore change in name of dynamic linker duringVladimir Prus2008-01-071-0/+20
* Updated copyright notices for most files.Daniel Jacobowitz2008-01-011-1/+1
* * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): CallUlrich Weigand2007-10-241-4/+3
* * solib-svr4.c (legacy_svr4_fetch_link_map_offsets_hook): Remove.Ulrich Weigand2007-10-241-5/+1
* * solib-svr4.c (enable_break): Add the dynamic linker also ifDaniel Jacobowitz2007-10-091-2/+6
* * solib-svr4.c: Add include of "auxv.h".Joel Brobecker2007-09-171-6/+12
* Switch the license of all .c files to GPLv3.Joel Brobecker2007-08-231-4/+2
* * solib-svr4.c (scan_dyntag): Only read target memory when necessary.Daniel Jacobowitz2007-08-221-19/+29
* 2007-08-10 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-101-1/+1
* 2007-08-08 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-081-2/+3
* 2007-07-23 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-07-251-2/+5
* * solib-svr4.c (LM_ADDR_CHECK): Relax prelink recognition heuristic.Ulrich Weigand2007-07-121-1/+1
* 2007-07-03 Paul Gilliam <pgilliam@us.ibm.com>Daniel Jacobowitz2007-07-031-32/+22
* 2007-07-03 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand2007-07-031-103/+109
* 2007-06-13 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand2007-06-131-3/+3
* * solib-svr4.c (svr4_solib_create_inferior_hook): Remove warning.Joel Brobecker2007-06-011-5/+1
* * config/mips/linux.mt (DEPRECATED_TM_FILE): Delete.Daniel Jacobowitz2007-05-161-2/+2
* * solib-svr4.c (IGNORE_FIRST_LINK_MAP_ENTRY): Do not ignore theDaniel Jacobowitz2007-04-131-5/+29
* * solib-svr4.c (enable_break): Simplify return value.Daniel Jacobowitz2007-04-101-11/+2
* * solib-svr4.h (struct link_map_offsets): Remove l_addr_size,Andreas Schwab2007-04-101-59/+29
* Copyright updates for 2007.Daniel Jacobowitz2007-01-091-3/+2
* * solib-svr4.c (debug_loader_offset_p, debug_loader_offset)Daniel Jacobowitz2006-10-181-4/+63
* * solib-svr4.c (LM_ADDR_CHECK): Suggest shared library mismatch.Daniel Jacobowitz2006-10-171-3/+7
* 2006-05-18 Paul Gilliam <pgilliam@us.ibm.comPaul Gilliam2006-05-181-1/+3
* gdb/ChangeLog:Alexandre Oliva2006-03-091-2/+1
* gdb/ChangeLog:Alexandre Oliva2006-02-281-5/+108