aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2018-01-31Fix for prologue processing on PowerPCNikola Prica6-2/+117
2018-01-31gdb: Fix remote-sim/MinGW/Darwin buildsPedro Alves1-0/+12
2018-01-31gdb: Fix remote-sim/MinGW/Darwin buildsPedro Alves4-23/+14
2018-01-31(Ada) Add gdb-mi support for stopping at start of exception handler.Xavier Roirand7-2/+291
2018-01-31(Ada) C++fy conditional string when catching exception.Xavier Roirand3-27/+22
2018-01-31(Ada/MI) Add testcase for mi catch assert with conditionXavier Roirand3-0/+161
2018-01-31(Ada) Add testcase for catch assert with conditionXavier Roirand3-0/+151
2018-01-31internal-error using '@' (repeat) operator on array of dynamic objectsJoel Brobecker4-4/+37
2018-01-31Document the GDB 8.1 release in gdb/ChangeLogJoel Brobecker1-0/+4
2018-01-30s390: Fix gdb.base/all-architectures.exp with --enable-targets=allPhilipp Rudo5-14/+42
2018-01-30Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves25-202/+1064
2018-01-30linux-nat: Eliminate custom target_terminal_{inferior,ours}, stop using set_s...Pedro Alves2-52/+36
2018-01-29gdb.base/break.exp: fix last "info break" test failure on Ubuntu 16.04Joel Brobecker2-2/+22
2018-01-29Don't call "detach_inferior" on "remote_follow_fork"Sergio Durigan Junior2-1/+4
2018-01-28Remove dwarf2_per_objfile_free and use after free of dwarf2_per_objfileSimon Marchi2-33/+33
2018-01-27Avoid compilation errors in MinGW native builds of GDBEli Zaretskii2-0/+28
2018-01-26Add myself as a write-after-approval GDB maintainer.Alan Hayward2-1/+5
2018-01-26Add myself as a write-after-approval GDB maintainer.Alan Hayward2-0/+5
2018-01-26PowerPC PLT stub matchingAlan Modra5-42/+83
2018-01-24Fix GCC PR83906 - [8 Regression] Random FAIL: libstdc++-prettyprinters/80276....Pedro Alves3-2/+72
2018-01-23s390: Clean up s390-linux-tdep.cPhilipp Rudo1-32/+44
2018-01-23s390: Move record-replay to s390-tdep.cPhilipp Rudo3-3961/+3979
2018-01-23s390: Split up s390-linux-tdep.c into two filesPhilipp Rudo8-3322/+3548
2018-01-23s390: gdbarch_tdep add hook for syscall recordPhilipp Rudo2-2/+26
2018-01-23s390: Hook s390 into OSABI mechanismPhilipp Rudo2-127/+161
2018-01-23s390: if -> gdb_assert for tdesc_has_registers checkPhilipp Rudo2-8/+11
2018-01-23s390: Move tdesc validation to separate functionPhilipp Rudo2-177/+172
2018-01-23s390: gdbarch_tdep add field tdescPhilipp Rudo2-1/+13
2018-01-23s390: gdbarch_tdep.have_* int -> boolPhilipp Rudo2-10/+17
2018-01-23s390: Allocate gdbarch & tdep at start of gdbarch_initPhilipp Rudo2-42/+73
2018-01-23s390: Remove duplicate checks for cached gdbarch at initPhilipp Rudo2-6/+8
2018-01-22Fix segfault with 'set print object on' + 'whatis <struct>' & coPedro Alves4-5/+38
2018-01-22MAINTAINERS: Update my company e-mail addressMaciej W. Rozycki2-1/+5
2018-01-22regcache::cooked_write testYao Qi2-0/+129
2018-01-22regcache_cooked_read -> regcache->cooked_readYao Qi5-30/+40
2018-01-22Replace regcache_raw_read with regcache->raw_readYao Qi24-138/+145
2018-01-22Remove mt portYao Qi5-1239/+10
2018-01-22Don't call gdbarch_pseudo_register_read_value in jit.cYao Qi2-11/+10
2018-01-21Ada/DWARF: Assume the Ada compiler produces descriptive type attributesJoel Brobecker2-9/+8
2018-01-21wrong line number in breakpoint locationJoel Brobecker10-12/+137
2018-01-21gdb: Don't store a thread-id for floating varobjAndrew Burgess5-8/+20
2018-01-21gdb: Remove out of date commentAndrew Burgess2-1/+4
2018-01-21gdb: PR mi/20395: Fix -var-update for registers in frames 1 and upAndrew Burgess9-14/+266
2018-01-21gdb: New API for tracking innermost blockAndrew Burgess17-94/+111
2018-01-21gdb: Remove duplicate declaration of global innermost_blockAndrew Burgess3-5/+6
2018-01-21gdb: Add test for some error cases of @entry usageAndrew Burgess2-0/+13
2018-01-19Fix qualified name lookup for RustTom Tromey5-6/+30
2018-01-19S390: Fix infcalls in s390-vregs test caseAndreas Arnez2-2/+7
2018-01-19gdb: Add missing #ifdef USE_THREAD_DB to gdbserverJames Clarke2-0/+7
2018-01-19gdb: Fix ia64 defining TRAP_HWBKPT before including gdb_wait.hJames Clarke3-2/+7