Age | Commit message (Expand) | Author | Files | Lines |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-06-18 | constify some blockvector APIs | Tom Tromey | 1 | -1/+1 |
2014-06-16 | "$ gdb PROGRAM" vs "(gdb) file PROGRAM" difference; warn on failure to remove... | Pedro Alves | 1 | -3/+3 |
2014-04-23 | Stale breakpoint instructions, spurious SIGTRAPS. | Pedro Alves | 1 | -0/+16 |
2014-03-03 | change probes to be program-space-independent | Tom Tromey | 1 | -5/+0 |
2014-02-26 | move minimal symbols to per-bfd | Tom Tromey | 1 | -2/+3 |
2014-02-26 | change minsyms not to be relocated at read-time | Tom Tromey | 1 | -13/+0 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -1/+1 |
2014-02-26 | make MSYMBOL_VALUE_ADDRESS an rvalue | Tom Tromey | 1 | -2/+3 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -2/+3 |
2014-01-15 | move the "main" data into the per-BFD object | Tom Tromey | 1 | -0/+15 |
2014-01-15 | move the entry point info into the per-bfd object | Tom Tromey | 1 | -3/+3 |
2014-01-15 | relocate the entry point address when used | Tom Tromey | 1 | -17/+3 |
2014-01-13 | replace XZALLOC with XCNEW | Tom Tromey | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-06 | update free_objfile comment | Tom Tromey | 1 | -15/+1 |
2013-12-06 | remove objfile_to_front | Tom Tromey | 1 | -20/+0 |
2013-12-02 | Record objfile->original_name as an absolute path | Jan Kratochvil | 1 | -3/+14 |
2013-11-18 | remove gdb_stat.h | Tom Tromey | 1 | -1/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-10-29 | New remove-symbol-file command. | Nicolas Blanc | 1 | -0/+26 |
2013-10-29 | Simplify REGISTRY cleanup usages | Yao Qi | 1 | -7/+3 |
2013-10-09 | New flag OBJF_NOT_FILENAME | Jan Kratochvil | 1 | -0/+1 |
2013-10-07 | move the demangled_names_hash into the per-BFD | Tom Tromey | 1 | -2/+2 |
2013-10-07 | don't share per-BFD data if relocations are needed | Tom Tromey | 1 | -4/+8 |
2013-09-26 | * objfiles.c (allocate_objfile): Move comment to better place. | Doug Evans | 1 | -4/+4 |
2013-09-25 | * objfiles.c (free_objfile): Move comment. | Doug Evans | 1 | -2/+1 |
2013-09-24 | Keep objfile original filename | Jan Kratochvil | 1 | -6/+17 |
2013-09-24 | Code cleanup: Add objfile_name accessor | Jan Kratochvil | 1 | -4/+12 |
2013-09-24 | Remove solib-sunos.c | Jan Kratochvil | 1 | -5/+0 |
2013-08-20 | move gdbarch object from objfile to per-BFD | Tom Tromey | 1 | -4/+4 |
2013-06-24 | * objfiles.h (pc_in_section): New prototype. | Maciej W. Rozycki | 1 | -5/+3 |
2013-06-04 | 2013-06-04 Gary Benson <gbenson@redhat.com> | Gary Benson | 1 | -9/+48 |
2013-05-06 | * dbxread.c (process_one_symbol): Constify section_offsets parameter. | Doug Evans | 1 | -2/+3 |
2013-05-04 | * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead | Doug Evans | 1 | -1/+1 |
2013-04-08 | * coffread.c (cs_to_section): Use gdb_bfd_section_index. | Tom Tromey | 1 | -33/+42 |
2013-03-11 | Add a target for branch trace recording. | Markus Metzger | 1 | -0/+2 |
2013-02-03 | gdb/ | Jan Kratochvil | 1 | -0/+2 |
2013-02-01 | gdb/ | Jan Kratochvil | 1 | -0/+3 |
2013-01-31 | 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com> | Aleksandar Ristovski | 1 | -3/+0 |
2013-01-02 | * symfile.h (struct ecoff_debug_hack): Remove. | Tom Tromey | 1 | -1/+0 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-12-18 | solib-darwin.c: handle PIE when attaching processes. | Joel Brobecker | 1 | -0/+39 |
2012-12-15 | Move init_entry_point_info to symfile.c and make it static. | Joel Brobecker | 1 | -48/+0 |
2012-11-27 | gdb/ | Yao Qi | 1 | -16/+18 |
2012-11-20 | gdb/ | Yao Qi | 1 | -1/+1 |
2012-08-22 | * jit.c (jit_object_close_impl): Don't malloc the objfile | Tom Tromey | 1 | -3/+2 |
2012-08-22 | * dwarf2read.c (macro_start_file): Update. | Tom Tromey | 1 | -2/+2 |
2012-08-22 | * elfread.c (elf_symtab_read): Update. | Tom Tromey | 1 | -3/+76 |