Age | Commit message (Expand) | Author | Files | Lines |
2022-02-11 | libctf: delete unused libctf_TEXINFOS | Mike Frysinger | 2 | -2/+0 |
2022-02-10 | gdb/linux: remove ptrace support check for exec, fork, vfork, vforkdone, clon... | Simon Marchi | 4 | -256/+21 |
2022-02-11 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2022-02-10 | gdb/infrun: some extra infrun debug print statements | Andrew Burgess | 1 | -0/+11 |
2022-02-10 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2022-02-09 | Update the obsolete list and how-to-make-a-release documentation now that the... | Nick Clifton | 4 | -38/+59 |
2022-02-09 | PR28763, SIGSEGV during processing of program headers via readelf | Alan Modra | 1 | -5/+7 |
2022-02-09 | Work around gcc-4 warnings in elf64-ppc.c | Alan Modra | 1 | -22/+14 |
2022-02-09 | Test --only-keep-debug on ELF relocatables | Peilin Ye | 1 | -0/+57 |
2022-02-09 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2022-02-08 | RISC-V: Stop reporting warnings for mismatched extension versions | Palmer Dabbelt | 13 | -100/+36 |
2022-02-08 | PR28862, heap-buffer-overflow in parse_stab_string | Alan Modra | 1 | -4/+4 |
2022-02-08 | Re: elf: Check symbol version without any symbols | Alan Modra | 1 | -2/+2 |
2022-02-08 | gdb: remove tailing newlines from index_cache_debug calls | Andrew Burgess | 1 | -10/+10 |
2022-02-07 | i386: Allow GOT32 relocations against ABS symbols | H.J. Lu | 4 | -4/+23 |
2022-02-08 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2022-02-07 | gdb/python: allow Value.format_string to return styled output | Andrew Burgess | 4 | -5/+39 |
2022-02-07 | gdb: make thread_info::m_thread_fsm a std::unique_ptr | Lancelot SIX | 8 | -67/+96 |
2022-02-07 | gdb: unbuffer all input streams when not using readline | Andrew Burgess | 2 | -8/+139 |
2022-02-07 | gdb/disasm: combine the no printing disassembler setup code | Andrew Burgess | 4 | -20/+23 |
2022-02-07 | gdb: add the 'set/show suppress-cli-notifications' command | Tankut Baris Aktemur | 5 | -0/+181 |
2022-02-07 | gdb/cli: add a 'normal_stop' option to 'cli_suppress_notification' | Tankut Baris Aktemur | 3 | -0/+11 |
2022-02-07 | gdb/cli: convert cli_suppress_notification from int to bool | Tankut Baris Aktemur | 4 | -14/+11 |
2022-02-07 | Revert "elf: Remove the 1-page gap before the RELRO segment" | Alan Modra | 14 | -110/+57 |
2022-02-07 | Revert "ld: Rewrite lang_size_relro_segment_1" | Alan Modra | 4 | -118/+44 |
2022-02-07 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2022-02-07 | A more elegant pr28827-1 testcase | Alan Modra | 1 | -6799/+54 |
2022-02-06 | Merge do_val_print and common_val_print | Tom Tromey | 1 | -35/+21 |
2022-02-06 | gdb: remove SYMBOL_LINE macro | Simon Marchi | 13 | -25/+34 |
2022-02-06 | gdb: remove SYMBOL_TYPE macro | Simon Marchi | 57 | -333/+342 |
2022-02-06 | gdb: remote SYMBOL_IS_CPLUS_TEMPLATE_FUNCTION macro | Simon Marchi | 2 | -4/+7 |
2022-02-06 | gdb: remove SYMBOL_INLINED macro | Simon Marchi | 4 | -6/+15 |
2022-02-06 | gdb: remove SYMBOL_IS_ARGUMENT macro | Simon Marchi | 19 | -40/+49 |
2022-02-06 | gdb: remove SYMBOL_OBJFILE_OWNED macro | Simon Marchi | 8 | -18/+27 |
2022-02-06 | gdb: remove SYMBOL_DOMAIN macro | Simon Marchi | 19 | -99/+107 |
2022-02-06 | gdb: remove SYMBOL_CLASS macro, add getter | Simon Marchi | 42 | -144/+147 |
2022-02-06 | gdb: remove SYMBOL_IMPL macro, add method | Simon Marchi | 1 | -7/+11 |
2022-02-06 | gdb: remove SYMBOL_ACLASS_INDEX macro, add getter/setter | Simon Marchi | 9 | -96/+105 |
2022-02-06 | gdb: remove SYMBOL_MATCHES_SEARCH_NAME | Simon Marchi | 3 | -9/+4 |
2022-02-06 | gdb: remove SYMTAB_DIRNAME macro | Simon Marchi | 4 | -13/+19 |
2022-02-06 | gdb: remove SYMTAB_PSPACE macro | Simon Marchi | 5 | -23/+32 |
2022-02-06 | gdb: remove SYMTAB_OBJFILE macro | Simon Marchi | 16 | -39/+45 |
2022-02-06 | gdb: remove SYMTAB_BLOCKVECTOR macro | Simon Marchi | 14 | -26/+32 |
2022-02-06 | gdb: remove SYMTAB_LANGUAGE macro, add getter/setter | Simon Marchi | 11 | -22/+33 |
2022-02-06 | gdb: remove SYMTAB_LINETABLE macro, add getter/setter | Simon Marchi | 11 | -57/+64 |
2022-02-06 | gdb: remove SYMTAB_COMPUNIT macro, add getter/setter | Simon Marchi | 13 | -27/+37 |
2022-02-06 | gdb: remove COMPUNIT_MACRO_TABLE macro, add getter/setter | Simon Marchi | 5 | -9/+17 |
2022-02-06 | gdb: remove COMPUNIT_EPILOGUE_UNWIND_VALID macro, add getter/setter | Simon Marchi | 4 | -5/+14 |
2022-02-06 | gdb: remove COMPUNIT_LOCATIONS_VALID macro, add getter/setter | Simon Marchi | 3 | -5/+14 |
2022-02-06 | gdb: remove COMPUNIT_BLOCK_LINE_SECTION macro, add getter/setter | Simon Marchi | 6 | -8/+17 |