aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2018-07-04Update NEWS post GDB 8.2 branch creation.Joel Brobecker2-1/+9
2018-07-04Bump version to 8.2.50.DATE-git.Joel Brobecker2-1/+6
2018-07-04Warn if /proc is not accessiblegdb-8.2-branchpointVyacheslav Barinov6-5/+45
2018-07-04[gdb/symtab] Fix version check in dwarf compilation unit headerTom de Vries4-6/+15
2018-07-03Remove VEC from breakpointTom Tromey4-75/+44
2018-07-03Remove ptid_equalTom Tromey49-194/+233
2018-07-03Remove ptid_matchTom Tromey12-36/+40
2018-07-03Remove ptid_tid_pTom Tromey4-20/+14
2018-07-03Remove ptid_lwp_pTom Tromey8-22/+20
2018-07-03Remove ptid_is_pidTom Tromey10-33/+35
2018-07-03Remove ptid_get_tidTom Tromey20-79/+91
2018-07-03Remove ptid_get_lwpTom Tromey52-219/+263
2018-07-03Remove ptid_get_pidTom Tromey85-437/+518
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