summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* [gdb] Fix build error in macroexp.cTom de Vries2018-07-052-0/+14
* Use exit_inferior in darwin_attach_pidTom Tromey2018-07-042-2/+5
* darwin: Don't use sbrkSimon Marchi2018-07-045-4/+20
* Update NEWS post GDB 8.2 branch creation.Joel Brobecker2018-07-042-1/+9
* Bump version to 8.2.50.DATE-git.Joel Brobecker2018-07-042-1/+6
* Warn if /proc is not accessiblegdb-8.2-branchpointVyacheslav Barinov2018-07-046-5/+45
* [gdb/symtab] Fix version check in dwarf compilation unit headerTom de Vries2018-07-044-6/+15
* Remove VEC from breakpointTom Tromey2018-07-034-75/+44
* Remove ptid_equalTom Tromey2018-07-0349-194/+233
* Remove ptid_matchTom Tromey2018-07-0312-36/+40
* Remove ptid_tid_pTom Tromey2018-07-034-20/+14
* Remove ptid_lwp_pTom Tromey2018-07-038-22/+20
* Remove ptid_is_pidTom Tromey2018-07-0310-33/+35
* Remove ptid_get_tidTom Tromey2018-07-0320-79/+91
* Remove ptid_get_lwpTom Tromey2018-07-0352-219/+263
* Remove ptid_get_pidTom Tromey2018-07-0385-437/+518
* Remove pid_to_ptidTom Tromey2018-07-0343-139/+176
* Remove ptid_buildTom Tromey2018-07-0333-130/+157
* Remove exit_inferior_num_silentTom Tromey2018-07-033-9/+7
* Fix crash in "run" on macOS when gdb is not signedTom Tromey2018-07-032-52/+73
* GDB PR tdep/8282: MIPS: Wire in `set disassembler-options'Maciej W. Rozycki2018-07-0214-59/+316
* gdb: Prefer RISC-V register name "s0" over "fp"Sebastian Huber2018-07-022-1/+5
* Add missing parameter to 'amd64_create_target_description' (and unbreak build)Sergio Durigan Junior2018-06-292-1/+6
* fix GDB build failure for various amd64 targetsJoel Brobecker2018-06-298-9/+21
* x86_64-windows GDB crash due to fs_base/gs_base registersPedro Alves2018-06-298-15/+43
* Improve alignment of "info threads" output, align "Target Id" columnPedro Alves2018-06-294-23/+54
* remote & target_extra_thread_info, use cache w/ qThreadExtraInfo and qP tooPedro Alves2018-06-292-26/+30
* "break LINENO/*ADDRESS", inline functions and "info break" outputPedro Alves2018-06-298-12/+83
* Fix running to breakpoint set in inline function by lineno/addressPedro Alves2018-06-295-5/+66
* Fix format of last gdb/testsuite/ChangeLog entryPedro Alves2018-06-291-1/+1
* Remove unstable test outputRichard Bunt2018-06-292-1/+5
* Add --enable-codesign to gdb's configureTom Tromey2018-06-286-0/+42
* gdb: Eliminate the 'stop_pc' globalPedro Alves2018-06-2811-79/+139
* Fix follow-exec regression / crashPedro Alves2018-06-282-2/+7
* Make dwarf2_free_objfile staticTom Tromey2018-06-286-13/+16
* Remove 2 excessive executable permission flagsJan Kratochvil2018-06-284-0/+8
* Fixed top frame assumption in watchpoint-hw-attachRichard Bunt2018-06-283-5/+10
* Add an optional offset option to the "add-symbol-file" commandPetr Tesarik2018-06-287-4/+160
* Make sure that sorting does not change section orderPetr Tesarik2018-06-283-3/+17
* Make add-symbol-file's address argument optionalPetr Tesarik2018-06-287-23/+55
* Add an optional offset option to the "symbol-file" commandPetr Tesarik2018-06-287-7/+65
* Add myself as a write-after-approval GDB maintainer.Petr Tesarik2018-06-282-0/+5
* Update "func" help text to GNU standardsTom Tromey2018-06-272-2/+6
* Remove a VEC from py-unwind.cTom Tromey2018-06-272-32/+39
* Fix crash in machoread.cTom Tromey2018-06-272-2/+8
* Format gdb-gdb.py.in with autopep8Simon Marchi2018-06-272-3/+25
* Add pretty-printer for CORE_ADDRSimon Marchi2018-06-272-0/+18
* gdb-gdb.py.in: Don't print value's tag_nameSimon Marchi2018-06-272-1/+5
* gdb-gdb.py.in: Fix ordering of TypeFlags objects with Python 3Simon Marchi2018-06-272-2/+9
* Copy gdb-gdb.py to build dirSimon Marchi2018-06-275-4/+29