Age | Commit message (Expand) | Author | Files | Lines |
2022-02-15 | gdb: Respect the DW_CC_nocall attribute | Lancelot SIX | 7 | -3/+182 |
2022-02-15 | gdb: add a symbol* argument to get_return_value | Lancelot SIX | 3 | -34/+44 |
2022-02-14 | Remove LA_PRINT_STRING | Tom Tromey | 4 | -18/+8 |
2022-02-14 | Remove LA_PRINT_CHAR | Tom Tromey | 5 | -6/+5 |
2022-02-14 | Remove LA_PRINT_TYPE | Tom Tromey | 5 | -17/+17 |
2022-02-14 | gdb/python: move styling support to gdb.styling | Andrew Burgess | 4 | -39/+69 |
2022-02-14 | gdb: use python to colorize disassembler output | Andrew Burgess | 13 | -3/+352 |
2022-02-11 | Add initializers to bound_minimal_symbol | Tom Tromey | 4 | -12/+4 |
2022-02-11 | gdb/fortran: support ptype and print commands for namelist variables | Bhuvanendra Kumar N | 6 | -15/+154 |
2022-02-11 | gdb: fix until behavior with trailing !is_stmt lines | Bruno Larsen | 3 | -0/+257 |
2022-02-11 | gdb: extend the information printed by 'maint info jit' | Jan Vrany | 3 | -14/+78 |
2022-02-11 | gdb: LoongArch: Add Makefile, configure and NEWS | Tiezhu Yang | 6 | -0/+33 |
2022-02-11 | gdb: LoongArch: Add initial native Linux support | Tiezhu Yang | 1 | -0/+184 |
2022-02-11 | gdb: LoongArch: Add initial Linux target support | Tiezhu Yang | 1 | -0/+151 |
2022-02-11 | gdb: LoongArch: Add initial baremetal support | Tiezhu Yang | 2 | -0/+365 |
2022-02-11 | gdb: LoongArch: Add initial target description support | Tiezhu Yang | 7 | -0/+353 |
2022-02-10 | gdb/linux: remove ptrace support check for exec, fork, vfork, vforkdone, clon... | Simon Marchi | 3 | -251/+17 |
2022-02-10 | gdb/infrun: some extra infrun debug print statements | Andrew Burgess | 1 | -0/+11 |
2022-02-08 | gdb: remove tailing newlines from index_cache_debug calls | Andrew Burgess | 1 | -10/+10 |
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-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 |
2022-02-06 | gdb: remove COMPUNIT_BLOCKVECTOR macro, add getter/setter | Simon Marchi | 15 | -39/+48 |