aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2018-07-03Remove pid_to_ptidTom Tromey43-139/+176
2018-07-03Remove ptid_buildTom Tromey33-130/+157
2018-07-03Remove exit_inferior_num_silentTom Tromey3-9/+7
2018-07-03Fix crash in "run" on macOS when gdb is not signedTom Tromey2-52/+73
2018-07-02GDB PR tdep/8282: MIPS: Wire in `set disassembler-options'Maciej W. Rozycki14-59/+316
2018-07-02gdb: Prefer RISC-V register name "s0" over "fp"Sebastian Huber2-1/+5
2018-06-29Add missing parameter to 'amd64_create_target_description' (and unbreak build)Sergio Durigan Junior2-1/+6
2018-06-29fix GDB build failure for various amd64 targetsJoel Brobecker8-9/+21
2018-06-29x86_64-windows GDB crash due to fs_base/gs_base registersPedro Alves8-15/+43
2018-06-29Improve alignment of "info threads" output, align "Target Id" columnPedro Alves4-23/+54
2018-06-29remote & target_extra_thread_info, use cache w/ qThreadExtraInfo and qP tooPedro Alves2-26/+30
2018-06-29"break LINENO/*ADDRESS", inline functions and "info break" outputPedro Alves8-12/+83
2018-06-29Fix running to breakpoint set in inline function by lineno/addressPedro Alves5-5/+66
2018-06-29Fix format of last gdb/testsuite/ChangeLog entryPedro Alves1-1/+1
2018-06-29Remove unstable test outputRichard Bunt2-1/+5
2018-06-28Add --enable-codesign to gdb's configureTom Tromey6-0/+42
2018-06-28gdb: Eliminate the 'stop_pc' globalPedro Alves11-79/+139
2018-06-28Fix follow-exec regression / crashPedro Alves2-2/+7
2018-06-28Make dwarf2_free_objfile staticTom Tromey6-13/+16
2018-06-28Remove 2 excessive executable permission flagsJan Kratochvil4-0/+8
2018-06-28Fixed top frame assumption in watchpoint-hw-attachRichard Bunt3-5/+10
2018-06-28Add an optional offset option to the "add-symbol-file" commandPetr Tesarik7-4/+160
2018-06-28Make sure that sorting does not change section orderPetr Tesarik3-3/+17
2018-06-28Make add-symbol-file's address argument optionalPetr Tesarik7-23/+55
2018-06-28Add an optional offset option to the "symbol-file" commandPetr Tesarik7-7/+65
2018-06-28Add myself as a write-after-approval GDB maintainer.Petr Tesarik2-0/+5
2018-06-27Update "func" help text to GNU standardsTom Tromey2-2/+6
2018-06-27Remove a VEC from py-unwind.cTom Tromey2-32/+39
2018-06-27Fix crash in machoread.cTom Tromey2-2/+8
2018-06-27Format gdb-gdb.py.in with autopep8Simon Marchi2-3/+25
2018-06-27Add pretty-printer for CORE_ADDRSimon Marchi2-0/+18
2018-06-27gdb-gdb.py.in: Don't print value's tag_nameSimon Marchi2-1/+5
2018-06-27gdb-gdb.py.in: Fix ordering of TypeFlags objects with Python 3Simon Marchi2-2/+9
2018-06-27Copy gdb-gdb.py to build dirSimon Marchi5-4/+29
2018-06-27Fix Cell debugging regressionPedro Alves2-4/+25
2018-06-27Fix lost line info for symbol at addr zeroOmair Javaid5-10/+97
2018-06-27Add overrides, fix FreeBSD buildSimon Marchi2-2/+8
2018-06-26Minor reorganization of fetch_registers/store_registers in windows-nat.cJoel Brobecker2-48/+82
2018-06-26Support ptype/o in RustTom Tromey6-20/+106
2018-06-26Move ptype/o printing code to typeprint.cTom Tromey4-156/+176
2018-06-25gdb: For macOS, s/thread_info/struct thread_info/Pedro Alves3-15/+27
2018-06-25gdb: Fix build on several hosts/portsPedro Alves9-13/+39
2018-06-22Fix "info registers" regexes in gdb.base/jit-reader.expSimon Marchi2-27/+32
2018-06-22Use partial register read/writes in transfer_regsetAlan Hayward3-25/+142
2018-06-22Fix up HAS_SVE_STATE macroAlan Hayward2-1/+5
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves71-993/+1198
2018-06-21Avoid memcpys in regcache read_part/write_part for full registers.Alan Hayward3-50/+76
2018-06-21Enable hardware watchpoints on attach for aarch64Richard Bunt5-0/+145
2018-06-20Fix a memory leak in py-param.cTom Tromey2-11/+14
2018-06-20Rename regcache_cooked_read_ftype and make a function_viewSimon Marchi5-38/+47