Age | Commit message (Expand) | Author | Files | Lines |
2014-11-24 | Reindent code (resolve_dynamic_type_internal). | Jan Kratochvil | 2 | -20/+24 |
2014-11-24 | [Hurd] Fix deallocation after proc_getprocinfo call | Samuel Thibault | 2 | -3/+14 |
2014-11-23 | Fix dumping of function arguments. | Doug Evans | 2 | -7/+15 |
2014-11-23 | Add myself as write-after-approval GDB maintainer | Patrick Palka | 2 | -0/+5 |
2014-11-23 | Always consider infcall breakpoints as non-permanent. | Joel Brobecker | 2 | -0/+19 |
2014-11-23 | Specify SA_RESTART when registering the SIGWINCH signal handler | Patrick Palka | 2 | -0/+8 |
2014-11-23 | Fix the processing of Meta-key commands in TUI | Patrick Palka | 4 | -2/+49 |
2014-11-23 | checkpoint: print index of new checkpoint in response message | Patrick Palka | 2 | -3/+11 |
2014-11-23 | Refine read_string | Yao Qi | 2 | -15/+19 |
2014-11-22 | symtab.c: Comment and whitespace improvements. | Doug Evans | 2 | -4/+15 |
2014-11-22 | cp-namespace.c (cp_lookup_symbol_nonlocal): Fix comment. | Doug Evans | 2 | -3/+5 |
2014-11-22 | Use MACRO_AT_func in entry-values.exp | Yao Qi | 3 | -78/+25 |
2014-11-22 | [arm] Fix fails in dw2-compdir-oldgcc.exp | Yao Qi | 2 | -4/+12 |
2014-11-21 | psymtab.c (psymtab_search_name): Fix whitespace. | Doug Evans | 2 | -6/+10 |
2014-11-21 | Import errno explicitly | Yao Qi | 5 | -3/+13 |
2014-11-21 | Include wchar.h and wctype.h unconditionally | Yao Qi | 2 | -5/+12 |
2014-11-21 | Import wchar and wctype-h explicitly | Yao Qi | 5 | -3/+15 |
2014-11-21 | Import memchr explicitly | Yao Qi | 5 | -3/+13 |
2014-11-21 | Include alloca.h unconditionally | Yao Qi | 12 | -426/+26 |
2014-11-21 | Import alloca explicitly | Yao Qi | 5 | -3/+13 |
2014-11-21 | Make IMPORTED_GNULIB_MODULES in alphabetical order | Yao Qi | 2 | -3/+8 |
2014-11-21 | Handling of empty Ada ranges with a negative upper bound. | Joel Brobecker | 7 | -0/+111 |
2014-11-20 | Fix build breakage from previous commit | Sergio Durigan Junior | 2 | -6/+15 |
2014-11-20 | Partial fix for PR breakpoints/10737: Make syscall info be per-arch instead o... | Sergio Durigan Junior | 18 | -104/+328 |
2014-11-20 | Split struct symtab into two: struct symtab and compunit_symtab. | Doug Evans | 46 | -970/+1470 |
2014-11-20 | [Ada] XA type is not redundant if the ranges' subtypes do not match | Joel Brobecker | 2 | -0/+17 |
2014-11-19 | Use 2-byte instead of 4-byte NOP on S390 in 'bp-permanent' test case | Andreas Arnez | 2 | -0/+12 |
2014-11-19 | [Ada] gdb.ada/complete.exp failure on x86_64-windows | Joel Brobecker | 2 | -1/+14 |
2014-11-19 | [Ada] Ignore __XA types when redundant. | Joel Brobecker | 7 | -0/+181 |
2014-11-19 | varsize-limit error printing element of packed array... | Joel Brobecker | 7 | -2/+145 |
2014-11-19 | Don't set CC in config/i386/go32.mh | Yao Qi | 2 | -1/+4 |
2014-11-18 | symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated. | Doug Evans | 22 | -62/+76 |
2014-11-18 | buildsym API cleanup | Doug Evans | 8 | -126/+145 |
2014-11-18 | symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated. | Doug Evans | 11 | -44/+56 |
2014-11-18 | SYMTAB_DIRNAME: New macro. | Doug Evans | 7 | -17/+28 |
2014-11-18 | SYMTAB_OBJFILE: New macro. | Doug Evans | 19 | -43/+52 |
2014-11-18 | Fix memory leak in watch_main_source_file_lossage. | Doug Evans | 2 | -0/+6 |
2014-11-18 | Use SYMBOL_OBJFILE more. | Doug Evans | 11 | -14/+29 |
2014-11-18 | Split up end_symtab_from_static_block into two. | Doug Evans | 2 | -193/+229 |
2014-11-18 | The result of symtab expansion is always a primary symtab. | Doug Evans | 3 | -16/+31 |
2014-11-18 | I caught a few mingw32-specific failures for some of the gdb.reverse | Luis Machado | 11 | -10/+24 |
2014-11-17 | GDB testsuite: More fixes for warnings with -std=gnu11 | Andreas Arnez | 5 | -0/+15 |
2014-11-17 | Eliminate literal line numbers in mi-until.exp | Andreas Arnez | 3 | -13/+26 |
2014-11-17 | Drop remaining references to removed source lines in break1.c and ur1.c | Andreas Arnez | 6 | -54/+47 |
2014-11-17 | [gdbserver/lynx] spurious failure to write in inferior memory | Joel Brobecker | 2 | -5/+12 |
2014-11-17 | dwarf.exp: In 64-bit units, emit also abbrev offset as a 64-bit field | Petr Machata | 2 | -2/+7 |
2014-11-15 | Add copyright headers. | Doug Evans | 3 | -0/+51 |
2014-11-15 | PR symtab/17559 | Doug Evans | 13 | -12/+131 |
2014-11-15 | expand_symtab_containing_pc: Renamed from find_pc_sect_symtab_via_partial. | Doug Evans | 4 | -14/+18 |
2014-11-15 | Add missing parenthesis | Yao Qi | 2 | -1/+5 |