aboutsummaryrefslogtreecommitdiff
path: root/gdb/bfd-target.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-19gdb: remove target_section_table typedefSimon Marchi1-3/+3
2023-07-10Remove target_closeTom Tromey1-2/+2
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-02-24gdb: spread a little 'const' through the target_section_table codeAndrew Burgess1-2/+2
2021-02-22Change target_bfd_reopen to take a gdb_bfd_ref_ptrTom Tromey1-5/+5
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-10-12Change target_section_table to std::vector aliasTom Tromey1-1/+1
2020-10-12build_section_table cannot failTom Tromey1-2/+2
2020-10-12Use a std::vector in target_section_tableTom Tromey1-11/+2
2020-07-22section_table_xfer_memory: Replace section name with callback predicateKevin Buettner1-2/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-04-06Revert the header-sorting patchTom Tromey1-3/+1
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-1/+3
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-30target_ops::to_stratum -> target_ops::stratum() virtual methodPedro Alves1-1/+2
2018-05-04Use gdb_bfd_ref_ptr in target_bfdTom Tromey1-4/+2
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-8/+9
2018-05-03Convert struct target_ops to C++Pedro Alves1-45/+59
2018-05-03Eliminate target_ops::to_xclosePedro Alves1-2/+2
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (1/2)Simon Marchi1-3/+3
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi1-3/+4
2014-02-07Replace -1 with TARGET_XFER_E_IOYao Qi1-1/+1
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi1-1/+1
2014-01-13replace XZALLOC with XCNEWTom Tromey1-2/+2
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-07-25remove pop_targetTom Tromey1-0/+1
2013-03-20gdb/Jan Kratochvil1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-07-23 * bfd-target.c (target_bfd_reopen): Update.Tom Tromey1-1/+2
2012-07-18 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref andTom Tromey1-2/+3
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-12-11* bfd-target.c (target_bfd_reopen): Rename `bfd' toAndrey Smirnov1-3/+3
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+2
2009-08-08 * bfd-target.c (struct target_bfd_data): New.Pedro Alves1-14/+30
2009-07-28Revert previous commit.Pedro Alves1-10/+1
2009-07-28 * bfd-target.c (target_bfd_xclose): Only close the bfd if thePedro Alves1-1/+10
2009-06-03 * target.c: Include "exec.h".Pedro Alves1-10/+27
2009-05-22 * bfd-target.c: Don't include gdb_assert.h or gdb_string.h.Pedro Alves1-72/+8
2009-02-212008-02-21 Pedro Alves <pedro@codesorcery.com>Pedro Alves1-2/+2
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+1
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker1-4/+2
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-1/+1
2005-12-17 * breakpoint.c:Eli Zaretskii1-3/+3