summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gdb: Add the $_poke utility functionusers/lsix/poke-gdbLancelot SIX2023-02-061-0/+42
* gdb/poke: Support the $reg::REGNAME syntaxLancelot SIX2022-09-242-0/+94
* gdb/poke: Support non 8-bits targetsLancelot SIX2022-09-241-11/+22
* gdb/poke: Various style updates and fixesLancelot SIX2022-09-202-28/+31
* Integrate GNU poke in GDBJose E. Marchesi2022-04-0110-7/+1348
* x86: Remove bfd_arch_l1om and bfd_arch_k1omH.J. Lu2022-03-3114-243/+17
* gdb/ctf: pass partial symtab's filename to buildsym_compunitSimon Marchi2022-03-311-1/+1
* gdb: print compunit_symtab name in "maint info symtabs"Simon Marchi2022-03-311-0/+1
* gdb/ctf: don't create a buildsym_compunit when building partial symbolsSimon Marchi2022-03-311-19/+1
* Style URLs in GDB outputTom Tromey2022-03-316-15/+40
* Automatic date update in version.inGDB Administrator2022-04-011-1/+1
* gdb: initialize ctf_context::builder in create_partial_symtabSimon Marchi2022-03-311-0/+1
* Remove dbx modeTom Tromey2022-03-3113-503/+24
* gdb: Consolidate 32bit-pkeys.xml and 64bit-pkeys.xmlH.J. Lu2022-03-318-38/+12
* gdb/linux-nat: remove check based on current_inferior in linux_handle_extende...Simon Marchi2022-03-314-13/+199
* gdbserver/linux: set lwp !stopped when failing to resumeSimon Marchi2022-03-311-2/+18
* gdb/testsuite/tui: implement _csi_P procSimon Marchi2022-03-312-0/+56
* gdb: fix use of fprintf_filtered in top.cSimon Marchi2022-03-311-2/+2
* aarch64: Relax check for RNG system registersRichard Sandiford2022-03-313-1/+14
* * gdb/top.c (print_gdb_configuration): Announce --enable-threading.Eli Zaretskii2022-03-311-0/+10
* gdb/infrun: add reason parameter to stop_all_threadsSimon Marchi2022-03-314-11/+14
* gdb/testsuite: update copyright years in gdb.base/vfork-follow-parent.*Simon Marchi2022-03-312-2/+2
* gdb: test vfork + follow-fork-mode=parent + detach-on-fork=offSimon Marchi2022-03-312-0/+112
* Accept the + character as part of filenames for MRI scripts.Nick Clifton2022-03-312-1/+5
* Fix procfs.c compilationRainer Orth2022-03-311-0/+1
* Automatic date update in version.inGDB Administrator2022-03-311-1/+1
* gdb/testsuite: add tests for TermSimon Marchi2022-03-302-25/+665
* Only allow QUIT on the main threadTom Tromey2022-03-303-0/+28
* Use gdb_printf and gdb_vprintf in more placesTom Tromey2022-03-302-14/+13
* Consolidate definition of current_directoryTom Tromey2022-03-305-11/+7
* Decode "dynamic" interface types in AdaTom Tromey2022-03-305-13/+165
* Fix for MUL instruction on the v850Jeff Law2022-03-292-2/+17
* Automatic date update in version.inGDB Administrator2022-03-301-1/+1
* Remove two unused hooksTom Tromey2022-03-292-10/+0
* Remove unnecessary calls to wrap_here and gdb_flushTom Tromey2022-03-297-21/+3
* Minor comment updates in utils.hTom Tromey2022-03-291-19/+13
* Remove vfprintf_styledTom Tromey2022-03-292-17/+0
* Remove ui_out_flag::unfiltered_outputTom Tromey2022-03-292-24/+6
* Rename fprintf_symbol_filteredTom Tromey2022-03-296-21/+21
* Rename puts_filtered_tabularTom Tromey2022-03-293-10/+9
* Rename print_spaces_filteredTom Tromey2022-03-2917-47/+47
* Unify gdb printf functionsTom Tromey2022-03-29249-8470/+8456
* Unify gdb putc functionsTom Tromey2022-03-2926-78/+62
* Unify gdb puts functionsTom Tromey2022-03-2986-1204/+1196
* Unify vprintf functionsTom Tromey2022-03-2915-72/+30
* Remove fputs_styled_unfilteredTom Tromey2022-03-293-21/+10
* Change the pager to a ui_fileTom Tromey2022-03-2910-192/+230
* Remove vfprintf_styled_no_gdbfmtTom Tromey2022-03-293-28/+8
* Add style-escape methods to ui_fileTom Tromey2022-03-292-0/+43
* Add puts_unfiltered method to ui_fileTom Tromey2022-03-292-1/+17