aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2018-12-01[gdb/testsuite] Add gdb-caching-proc.exp testcaseTom de Vries2-0/+116
2018-11-30Use kinfo_getfile to implement fdwalk on FreeBSD.John Baldwin2-0/+29
2018-11-30Fix leak in linespec parserSimon Marchi2-23/+30
2018-11-30Update the conditionals in fbsd-nat.h so they are always honored.John Baldwin3-6/+32
2018-11-30gdb/riscv: Add read_description method for riscv_linux_nat_targetAndrew Burgess2-0/+44
2018-11-30gdb/riscv: Create each unique target description only onceAndrew Burgess3-0/+48
2018-11-30gdb/riscv: Add equality operators to riscv_gdb_featuresAndrew Burgess3-3/+21
2018-11-30gdb/riscv: Make some target description functions constantAndrew Burgess4-3/+10
2018-11-30Fix dwarf2read.c:dwarf2_find_containing_comp_unit's binary searchSergio Durigan Junior2-1/+12
2018-11-30target_ops::to_stratum -> target_ops::stratum() virtual methodPedro Alves19-73/+122
2018-11-30Convert default_child_has_foo functions to process_stratum_target methodsPedro Alves12-121/+83
2018-11-30Introduce process_stratum_targetPedro Alves16-82/+165
2018-11-30Move test_target_ops to a separate filePedro Alves8-66/+121
2018-11-29Fix leak in forward-searchPhilippe Waroquiers2-1/+7
2018-11-29Implement the "gdb_signal_to/from_target" gdbarch methods for FreeBSD.Rajendra SY2-0/+293
2018-11-29Avoid buffer overflow in value_x_unopTom Tromey2-2/+4
2018-11-29Fix use-after-free in gdbserverTom Tromey7-14/+29
2018-11-26Fix spurious semicolon in sparc-linux-nat.cSimon Marchi2-1/+7
2018-11-26Fix Solaris buildPedro Alves3-9/+18
2018-11-25Implement timestamp'ed output on "make check"Sergio Durigan Junior4-8/+94
2018-11-25Remove obsolete comments from field_fmtTom Tromey4-5/+6
2018-11-24Re-fix leak in source.c (open_source_file).Philippe Waroquiers2-1/+9
2018-11-23gdbserver: AArch64: Remove cannot_fetch/store_registerAlan Hayward2-18/+8
2018-11-23Remove declarations of is_running/is_stopped/is_exitedPedro Alves2-26/+27
2018-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves37-821/+1403
2018-11-22Fix follow_exec latent problemPedro Alves2-5/+6
2018-11-22Avoid find_thread_ptid with null_ptidPedro Alves5-11/+25
2018-11-21Make command-repeat work after gdb.executeBenno Fünfstück4-1/+15
2018-11-21gdb/riscv: Add target description supportAndrew Burgess25-377/+2220
2018-11-21valops.c: Overload resolution code: Rename parameters/localsPedro Alves2-71/+77
2018-11-21valops.c: Some more gdb::array_viewPedro Alves2-54/+57
2018-11-21C++ify badness_vector, fix leaksPedro Alves4-84/+74
2018-11-21Eliminate make_symbol_overload_list-related globals & cleanupPedro Alves4-106/+124
2018-11-21invoke_xmethod & array_viewPedro Alves13-151/+212
2018-11-21Use gdb:array_view in call_function_by_hand & friendsPedro Alves19-60/+146
2018-11-20gdb: Use string_printf to format int fields instead of a fixed size bufferAndrew Burgess2-4/+7
2018-11-20gdb: Respect field width and alignment for 'fmt' fields in CLI outputAndrew Burgess5-7/+52
2018-11-20NEWS: Document the language choice by 'info [types|functions|variables]|rbreak'.Philippe Waroquiers2-0/+14
2018-11-20Document language choice in 'info [functions|variables|types]|rbreak' commandsPhilippe Waroquiers2-0/+35
2018-11-20Add a test to verify info [functions|variables|types]|rbreak respect language...Philippe Waroquiers5-0/+238
2018-11-20Use scoped_switch_to_sym_language_if_auto in symtab.c to switch language.Philippe Waroquiers4-8/+20
2018-11-20Add class scoped_switch_to_sym_language_if_auto.Philippe Waroquiers2-0/+39
2018-11-20Test case for 'info variables|functions' with minimal symbols.Philippe Waroquiers3-0/+72
2018-11-20Fix regression 'info variables' does not show minimal symbols.Philippe Waroquiers2-9/+13
2018-11-20Fix gdb/ChangeLog formatting and datePedro Alves1-25/+28
2018-11-20GDB: S12Z: new function s12z_extract_return_valueJohn Darrington2-1/+64
2018-11-20Fix previous change in filestuff.cEli Zaretskii2-0/+5
2018-11-20Avoid "Invalid parameter passed to C runtime function" warningEli Zaretskii2-2/+10
2018-11-20GDB: S12Z: Add assertionJohn Darrington2-0/+5
2018-11-19Remove displaced_step_inferior_state::nextSimon Marchi2-3/+4