summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* FDPIC WIPusers/lyon/arm-fdpic-wip-gdb-8.2users/clyon/arm-fdpic-wip-gdb-8.2Christophe Lyon2019-07-1115-21/+168
* ARM FDPIC: initial commitChristophe Lyon2018-12-145-0/+1310
* Fix Solaris buildPedro Alves2018-11-263-9/+18
* Implement timestamp'ed output on "make check"Sergio Durigan Junior2018-11-254-8/+94
* Remove obsolete comments from field_fmtTom Tromey2018-11-254-5/+6
* Re-fix leak in source.c (open_source_file).Philippe Waroquiers2018-11-242-1/+9
* gdbserver: AArch64: Remove cannot_fetch/store_registerAlan Hayward2018-11-232-18/+8
* Remove declarations of is_running/is_stopped/is_exitedPedro Alves2018-11-232-26/+27
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-2237-821/+1403
* Fix follow_exec latent problemPedro Alves2018-11-222-5/+6
* Avoid find_thread_ptid with null_ptidPedro Alves2018-11-225-11/+25
* Make command-repeat work after gdb.executeBenno Fünfstück2018-11-214-1/+15
* gdb/riscv: Add target description supportAndrew Burgess2018-11-2125-377/+2220
* valops.c: Overload resolution code: Rename parameters/localsPedro Alves2018-11-212-71/+77
* valops.c: Some more gdb::array_viewPedro Alves2018-11-212-54/+57
* C++ify badness_vector, fix leaksPedro Alves2018-11-214-84/+74
* Eliminate make_symbol_overload_list-related globals & cleanupPedro Alves2018-11-214-106/+124
* invoke_xmethod & array_viewPedro Alves2018-11-2113-151/+212
* Use gdb:array_view in call_function_by_hand & friendsPedro Alves2018-11-2119-60/+146
* gdb: Use string_printf to format int fields instead of a fixed size bufferAndrew Burgess2018-11-202-4/+7
* gdb: Respect field width and alignment for 'fmt' fields in CLI outputAndrew Burgess2018-11-205-7/+52
* NEWS: Document the language choice by 'info [types|functions|variables]|rbreak'.Philippe Waroquiers2018-11-202-0/+14
* Document language choice in 'info [functions|variables|types]|rbreak' commandsPhilippe Waroquiers2018-11-202-0/+35
* Add a test to verify info [functions|variables|types]|rbreak respect language...Philippe Waroquiers2018-11-205-0/+238
* Use scoped_switch_to_sym_language_if_auto in symtab.c to switch language.Philippe Waroquiers2018-11-204-8/+20
* Add class scoped_switch_to_sym_language_if_auto.Philippe Waroquiers2018-11-202-0/+39
* Test case for 'info variables|functions' with minimal symbols.Philippe Waroquiers2018-11-203-0/+72
* Fix regression 'info variables' does not show minimal symbols.Philippe Waroquiers2018-11-202-9/+13
* Fix gdb/ChangeLog formatting and datePedro Alves2018-11-201-25/+28
* GDB: S12Z: new function s12z_extract_return_valueJohn Darrington2018-11-202-1/+64
* Fix previous change in filestuff.cEli Zaretskii2018-11-202-0/+5
* Avoid "Invalid parameter passed to C runtime function" warningEli Zaretskii2018-11-202-2/+10
* GDB: S12Z: Add assertionJohn Darrington2018-11-202-0/+5
* Remove displaced_step_inferior_state::nextSimon Marchi2018-11-192-3/+4
* Change get_filename_and_charpos to return voidTom Tromey2018-11-192-12/+6
* Fix inaccuracies in "info skip" helpSimon Marchi2018-11-192-7/+8
* Handle TYPE_CODE_PTR when printing Rust typesTom Tromey2018-11-195-8/+34
* Fix gdb.rust/simple.rs for more recent compilersTom Tromey2018-11-192-1/+5
* Use std::forward_list for displaced_step_inferior_statesSimon Marchi2018-11-192-45/+44
* GDB: Add ChangeLog entry inadvertently omitted from commit.John Darrington2018-11-191-0/+6
* gdb.base/warning.exp tweaksPedro Alves2018-11-192-5/+11
* Fix ia64-linux-nat.cTom Tromey2018-11-184-17/+27
* Aarch64: Fix segfault when casting dummy callsAlan Hayward2018-11-166-28/+182
* Pass return_method to _push_dummy_callAlan Hayward2018-11-1653-165/+271
* Use enum for return method for dummy callsAlan Hayward2018-11-164-18/+63
* Move copy_bitwise unittests to own unittest fileJoel Brobecker2018-11-154-136/+170
* delete ada-lang.c::move_bits, sharing and re-using copy_bitwise insteadJoel Brobecker2018-11-145-312/+262
* RISC-V: Fix unnamed arg alignment in registers.Jim Wilson2018-11-142-4/+31
* RISC-V: Handle vector type alignment.Jim Wilson2018-11-142-0/+11
* RISC-V: Give stack slots same align as XLEN.Jim Wilson2018-11-142-2/+9