aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2012-12-13 * coff-pe-read.c (IMAGE_SCN_CNT_TEXT, IMAGE_SCN_CNT_INITIALIZED_DATA)Pierre Muller2-9/+9
2012-12-13 * coff-pe-read.h (pe_text_section_offset): Declare new function.Pierre Muller4-58/+457
2012-12-13Formatting fixes.Pedro Alves1-12/+14
2012-12-132012-12-13 Pedro Alves <palves@redhat.com>Pedro Alves2-1/+8
2012-12-13*** empty log message ***gdbadmin1-1/+1
2012-12-12MI: tests for -catch-load/-catch-unloadMircea Gherzan4-0/+157
2012-12-12MI: document the -catch-load/-unload commandsMircea Gherzan4-0/+78
2012-12-12MI: add the -catch-load and -catch-unload commandsMircea Gherzan9-19/+223
2012-12-12MAINTAINERS: add myself to the write-after-approval listMircea Gherzan2-0/+5
2012-12-12 * dbxread.c (read_dbx_symtab): Update.Tom Tromey8-158/+195
2012-12-12Add support for Python 3.Paul Koning35-156/+514
2012-12-12 * coffread.c (coff_objfile_data_key): New global.Tom Tromey6-93/+101
2012-12-12 * coffread.c (coff_symfile_init): Use set_objfile_data.Tom Tromey7-65/+81
2012-12-12Remove trailing space in gdbarch.sh.Joel Brobecker2-1/+6
2012-12-12*** empty log message ***gdbadmin1-1/+1
2012-12-11 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flagPaul Koning4-21/+27
2012-12-11 * dwarf2read.c (dwarf2_get_dwz_file): Set 'dwz_file'.Tom Tromey2-0/+5
2012-12-11 * dsrec.c (report_transfer_performance): Don't declare.Tom Tromey3-28/+12
2012-12-112012-12-11 Pedro Alves <pedro@codesourcery.com>Pedro Alves3-2/+39
2012-12-11gdb/Pedro Alves10-113/+44
2012-12-11*** empty log message ***gdbadmin1-1/+1
2012-12-10 * dwarf2read.c (dwarf2_cu): Enhance comment.Doug Evans2-3/+25
2012-12-102012-12-10 Paul Koning <paul_koning@dell.com>Paul Koning37-602/+684
2012-12-10 * dwarf2read.c (create_dwo_in_dwp): Tweak comment.Doug Evans2-2/+4
2012-12-10 * symtab.c (find_pc_sect_symtab): Add comment.Doug Evans2-0/+6
2012-12-10 * Makefile.in (DEPMODE, DEPDIR, depcomp, COMPILE.pre)Tom Tromey5-183/+375
2012-12-10 * defs.h: Don't check for definition of LONGEST.Tom Tromey2-10/+5
2012-12-10 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): New function.Tom Tromey9-39/+113
2012-12-10 * buildsym.c (struct pending_block): Move from buildsym.h.Tom Tromey3-19/+40
2012-12-102012-12-10 Pedro Alves <palves@redhat.com>Pedro Alves2-40/+6
2012-12-10*** empty log message ***gdbadmin1-1/+1
2012-12-09gdb/Jan Kratochvil10-85/+53
2012-12-09gdb/Jan Kratochvil5-6/+312
2012-12-09*** empty log message ***gdbadmin1-1/+1
2012-12-08gdb/testsuiteYao Qi2-2/+41
2012-12-08*** empty log message ***gdbadmin1-1/+1
2012-12-07 * ada-lang.c (ada_make_symbol_completion_list): Add 'code'Tom Tromey14-33/+244
2012-12-07 * expression.h (parse_expression_for_completion): RenameTom Tromey7-20/+33
2012-12-07 * typeprint.c (_initialize_typeprint): Set completerTom Tromey4-3/+26
2012-12-07Fix gdb.base/stale-infcall.exp's copyright line.Joel Brobecker2-1/+5
2012-12-07Update copyright.py:NOT_FSF_LIST for sim/common subdir.Joel Brobecker2-3/+9
2012-12-07gdb.ada/lang_switch: Allow msg parameter to be a reference.Joel Brobecker2-3/+6
2012-12-07Delete the gdb/osf-share directory.Joel Brobecker24-3736/+28
2012-12-07*** empty log message ***gdbadmin1-1/+1
2012-12-062012-12-06 Pedro Alves <palves@redhat.com>Tom Tromey4-4/+18
2012-12-062012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>Tom Tromey6-5/+92
2012-12-06aix-thread: Fix getthrds declaration and call.Joel Brobecker2-2/+7
2012-12-06* dwarf2loc.c (dwarf_expr_frame_base): Add check for the return value of get_...Hui Zhu2-1/+10
2012-12-06*** empty log message ***gdbadmin1-1/+1
2012-12-05 Avoid memory leaks on struct cmd_list_element.doc field.Pierre Muller3-1/+28