aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)AuthorFilesLines
2015-01-31Add support for inlining scripts into .debug_gdb_scripts.Doug Evans1-1/+29
2015-01-27Add gdb.Objfile.username.Doug Evans1-0/+21
2015-01-13Enhance gdb.lookup_objfile so that it works with a symlinked binary.Doug Evans1-1/+7
2015-01-07[python,guile] Add comment beside conditions testing empty arrays.Joel Brobecker1-1/+1
2015-01-06gdb/python: exception trying to create empty arrayJoel Brobecker1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker62-62/+62
2014-12-23Look up primitive types as symbols.Doug Evans1-1/+6
2014-12-23Replace some symbol accessor macros with functions.Doug Evans2-12/+10
2014-12-15Fix build with Python 3.4 (PR python/16784)Simon Marchi1-0/+4
2014-12-15python extended prompt: Use os.getcwd() instead of os.getcwdu()Simon Marchi1-1/+1
2014-12-12New python function gdb.lookup_objfile.Doug Evans3-0/+151
2014-12-08python/py-objfile.c (objfpy_get_owner): Increment refcount of result.Doug Evans1-2/+6
2014-12-08New "owner" attribute for gdb.Objfile.Doug Evans1-0/+22
2014-12-04New python method gdb.Objfile.add_separate_debug_file.Doug Evans1-0/+32
2014-12-04New python attribute gdb.Objfile.build_id.Doug Evans1-0/+48
2014-12-02New python events: inferior call, register/memory changed.Nick Bull8-14/+402
2014-12-02revert previous patch so that I can re-commit with correct authorDoug Evans8-402/+14
2014-12-02New python events: infcall, register/memory changed.Doug Evans8-14/+402
2014-12-02python/py-infthread.c: Whitespace fixes.Doug Evans1-8/+6
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2-9/+9
2014-11-18symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans1-2/+2
2014-11-18symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated.Doug Evans1-10/+10
2014-11-18SYMTAB_OBJFILE: New macro.Doug Evans3-13/+14
2014-11-18Use SYMBOL_OBJFILE more.Doug Evans1-3/+3
2014-11-06Rename lookup_symbol_global to lookup_global_symbol.Doug Evans1-1/+1
2014-11-06Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans2-3/+3
2014-10-30Add ability to add attributes to gdb.Objfile and gdb.Progspace objects.Doug Evans2-2/+18
2014-10-30Don't replace '\' with '\\' in before_prompt_hookYao Qi1-2/+1
2014-10-17New python event "clear_objfiles".Doug Evans7-7/+79
2014-10-17Add gdb.Objfile.progspace attribute.Doug Evans1-0/+20
2014-10-15PR python/17364Doug Evans4-16/+36
2014-10-13Remove some code duplication in py-objfile.c, py-progspace.c.Doug Evans2-100/+63
2014-10-08Remove spurious exceptions.h inclusionsGary Benson19-20/+0
2014-09-18New "producer" attribute of python gdb.Symtab.Doug Evans1-0/+21
2014-09-08Replace use of magic number with named constant.Doug Evans1-1/+1
2014-09-07Fix crash on Python frame filters with unreadable argJan Kratochvil1-15/+18
2014-09-06PR 15276: Add $_caller_is, $_caller_matches, $_any_caller_is, $_any_caller_ma...Doug Evans1-0/+160
2014-09-03Add support for reading frame registers to Python API.Sasha Smundak1-0/+38
2014-09-03PR python/16699: GDB Python command completion with overriden complete vs. co...Sergio Durigan Junior1-28/+148
2014-08-15Fix xmethod Python so that it works with Python3.Siva Chandra1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson2-3/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson2-2/+0
2014-08-07Move libiberty.h to common-defs.hGary Benson1-1/+0
2014-08-07Move stddef.h to common-defs.hGary Benson1-2/+0
2014-08-07Move stdio.h to common-defs.hGary Benson1-2/+0
2014-07-24constify command docsTom Tromey1-1/+1
2014-07-24constify command prefixTom Tromey1-1/+1
2014-06-23Align behavior of xmethod commands with that of pretty-printer commands.Siva Chandra1-4/+6
2014-06-18constify some blockvector APIsTom Tromey1-2/+2
2014-06-18constify struct block in some placesTom Tromey2-2/+2