aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2015-07-09[AArch64] Teach stub unwinder to terminate gracefullyPierre Langlois2-5/+42
2015-07-09[AArch64] Teach prologue unwinder to terminate gracefullyPierre Langlois2-26/+87
2015-07-09[AArch64] Only access inferior registers when creating a frame cachePierre Langlois2-8/+28
2015-07-09[AArch64] Refactor aarch64_make_stub_cachePierre Langlois2-10/+19
2015-07-09[AArch64] Refactor aarch64_make_prologue_cachePierre Langlois2-18/+25
2015-07-09Factor out memberptr printing code from c_val_printSimon Marchi2-6/+29
2015-07-09Factor out int printing code from c_val_printSimon Marchi2-24/+41
2015-07-09Factor out struct and union printing code from c_val_printSimon Marchi2-30/+65
2015-07-09Factor out pointer printing code from c_val_printSimon Marchi2-25/+44
2015-07-09Factor out array printing code from c_val_printSimon Marchi2-94/+116
2015-07-09Factor out print_unpacked_pointer from c_val_printSimon Marchi2-99/+112
2015-07-09Remove unneeded variable assignmentSimon Marchi2-4/+9
2015-07-09Pass ptid to aarch64_linux_get_debug_reg_capacityYao Qi2-4/+10
2015-07-09[gdbserver, aarch64] Set usrregs to NULL in regs_infoYao Qi2-29/+7
2015-07-09btrace, pt: support new packetsMarkus Metzger2-1/+31
2015-07-09btrace: fix build fail with 32-bit BFDMarkus Metzger2-2/+6
2015-07-08Add missing spaces in previous patchSimon Marchi2-2/+6
2015-07-08Delete program spaces directly when removing inferiorsSimon Marchi7-59/+61
2015-07-08tui: replace deprecated_register_changed_hook with observerPatrick Palka6-14/+31
2015-07-08gdb/doc: Update 'frame' command documentation.Andrew Burgess2-13/+10
2015-07-08Revert "Delete program spaces directly when removing inferiors"Simon Marchi6-57/+57
2015-07-08Delete program spaces directly when removing inferiorsSimon Marchi6-57/+57
2015-07-08compile: Warn for old GCC on cv-qualified self-referenceJan Kratochvil5-35/+60
2015-07-08PR18617 - Incorrect expression bytecode generated for narrowing conversionsRobert O'Callahan4-1/+13
2015-07-08add myself to write-after-approval listMarkus Metzger2-0/+5
2015-07-08ari: fix strerror() useMarkus Metzger2-10/+15
2015-07-07New proc is_aarch64_targetYao Qi6-4/+23
2015-07-07New proc is_aarch32_targetYao Qi9-7/+56
2015-07-07Enable multi-arch test in catch-syscall.exp on aarch64Yao Qi2-2/+10
2015-07-07Adjust gdb.multi tests for aarch64Yao Qi3-2/+41
2015-07-07Set architecture to arm in arm-*.xml filesYao Qi13-0/+33
2015-07-07Native debug arm program by aarch64 GDBYao Qi6-43/+192
2015-07-07New aarch32-linux-nat.cYao Qi5-38/+153
2015-07-07Remove {fetch,store}_fpregister and {fetch,store}_registerYao Qi2-219/+15
2015-07-07Fix test for Python 3Simon Marchi2-2/+7
2015-07-07[arm] Fix regression by Do not skip prologue for asm (.S) filesYao Qi2-0/+7
2015-07-06gdb: Rewrite documentation for layout and focus commands.Andrew Burgess2-16/+36
2015-07-06Update NEWS post GDB 7.10 branch creation.Joel Brobecker2-1/+9
2015-07-06Bump version to 7.10.50.DATE-cvs.Joel Brobecker2-1/+6
2015-07-06Fix problems with finishing a dummy function call on simulators.gdb-7.10-branchpointLuis Machado2-10/+8
2015-07-06gdb/doc: Fix incorrect use of @xref.Andrew Burgess2-1/+5
2015-07-06gdb/tui: Don't cast between window types.Andrew Burgess2-2/+6
2015-07-06search_struct_field: remove OFFSET parameterSimon Marchi2-12/+18
2015-07-06Cleanup value_fetch_lazy's comment and return valueSimon Marchi3-13/+12
2015-07-06gdb: tui_win_name: Make parameter and result const.Andrew Burgess3-4/+11
2015-07-06Don't throw an error in "show mpx bound" implementationPatrick Palka2-5/+20
2015-07-02Add support for backtracing through Renesas RX exception frames.Kevin Buettner2-21/+265
2015-07-02rx: Create and use flags types for psw, bpsw, and fpsw registers.Kevin Buettner2-0/+61
2015-07-02Fix GCC false warningJan Kratochvil2-1/+7
2015-07-02Fix typo in aarch64_linux_insert_hw_breakpointYao Qi2-1/+6