aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
AgeCommit message (Expand)AuthorFilesLines
2014-12-17New parameter "debug symbol-lookup".Doug Evans2-0/+12
2014-12-12the "compile" commandTom Tromey2-0/+238
2014-12-12New python function gdb.lookup_objfile.Doug Evans2-0/+25
2014-12-12Add new GDB command "maint print user-registers"Andreas Arnez2-0/+16
2014-12-08New "owner" attribute for gdb.Objfile.Doug Evans2-0/+12
2014-12-04New python method gdb.Objfile.add_separate_debug_file.Doug Evans2-0/+16
2014-12-04New python attribute gdb.Objfile.build_id.Doug Evans2-0/+15
2014-12-02New python events: inferior call, register/memory changed.Nick Bull3-0/+71
2014-12-02revert previous patch so that I can re-commit with correct authorDoug Evans3-71/+0
2014-12-02New python events: infcall, register/memory changed.Doug Evans3-0/+71
2014-11-30Add add-auto-load-scripts-directory.Jan Kratochvil2-0/+14
2014-11-30Fix add-auto-load-safe-path typo.Jan Kratochvil2-3/+8
2014-10-30Add ability to add attributes to gdb.Objfile and gdb.Progspace objects.Doug Evans2-0/+73
2014-10-27stepi/nexti: skip signal handler if "handle nostop" signal arrivesPedro Alves2-1/+73
2014-10-20Small fixes to the Python API docSimon Marchi2-2/+9
2014-10-17New python event "clear_objfiles".Doug Evans2-0/+14
2014-10-17Add gdb.Objfile.progspace attribute.Doug Evans2-0/+9
2014-10-17Delete Tru64 supportPedro Alves2-5/+8
2014-10-01Exit code of exited inferiors in -list-thread-groupsSimon Marchi2-0/+10
2014-09-222014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>Jan-Benedict Glaw2-0/+5
2014-09-22Fix "breakpoint always-inserted off"; remove "breakpoint always-inserted auto"Pedro Alves2-11/+8
2014-09-18New "producer" attribute of python gdb.Symtab.Doug Evans2-0/+13
2014-09-16Remove documention of dead "target vxworks"Pedro Alves2-170/+10
2014-09-13New command queue-signal.Doug Evans2-5/+30
2014-09-06PR 15276: Add $_caller_is, $_caller_matches, $_any_caller_is, $_any_caller_ma...Doug Evans2-0/+70
2014-09-03Improve Type.template_argument docs in Python API.Justin Lebar2-4/+11
2014-09-03Add support for reading frame registers to Python API.Sasha Smundak2-0/+11
2014-08-04make "set debug target" take effect immediatelyTom Tromey2-2/+6
2014-08-01[gdb/doc] Add target triplet to man filesMasaki Muranaka2-2/+10
2014-07-26PR guile/17177Doug Evans2-11/+37
2014-07-25Always pass signals to the right threadPedro Alves2-1/+16
2014-07-19Fix for remote G Packet message too long error for baremetal.Michael Eager1-0/+14
2014-06-27Associate dummy_frame with ptidYao Qi2-3/+6
2014-06-24Minor improvements in manual indexing.Eli Zaretskii2-0/+7
2014-06-19Demangler crash handlerGary Benson2-0/+16
2014-06-19Add new internal problem for demangler warningsGary Benson2-6/+25
2014-06-09Add space before the opening parenthesis in function descriptions.Siva Chandra2-6/+11
2014-06-06fix email address of previous checkinsDoug Evans1-1/+1
2014-06-06Add support for guile 2.0.5.Doug Evans2-2/+10
2014-06-06update ChangeLogxmj1-0/+4
2014-06-06add -q in help info and docxmj1-2/+3
2014-06-04Split create-breakpoint! into make-breakpoint, register-breakpoint!.Doug Evans2-9/+42
2014-06-03gdb/doc/python.texi: Fix reference to "Progspaces In Python".Joel Brobecker2-1/+6
2014-06-03Documentation of the xmethod support in GDB Python API.Siva Chandra2-0/+352
2014-06-03Add parameter support for Guile.Doug Evans2-0/+181
2014-06-03Add command support for Guile.Doug Evans2-6/+295
2014-06-02Add progspace support for Guile.Doug Evans2-0/+84
2014-05-30Add a TRY_CATCH to get_prev_frame_always to better manage errors during unwind.Andrew Burgess3-0/+12
2014-05-29enable target async by default; separate MI and target notions of asyncPedro Alves2-19/+44
2014-05-29Make display_gdb_prompt CLI-only.Pedro Alves2-0/+13