aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)AuthorFilesLines
2015-05-09[Python] Add methods reference_value and const_value to gdb.Value.Siva Chandra1-0/+57
2015-05-08[PR python/18291] Fix printing of "disabled" status of xmethod matchers.Siva Chandra1-2/+2
2015-04-29PR python/18285Doug Evans4-2/+131
2015-04-28PR python/18299Doug Evans1-3/+9
2015-04-28PR python/18089Doug Evans3-0/+23
2015-04-28Add gdb.Type.optimized_out method.Sasha Smundak1-0/+13
2015-04-15Some Python 3 fixesSimon Marchi1-1/+1
2015-04-11Remove --xdbJan Kratochvil1-1/+1
2015-04-08Fix Python completion when using the "complete" commandSergio Durigan Junior1-67/+52
2015-04-01Add support for writing unwinders in Python.Sasha Smundak8-2/+1229
2015-03-07more making TRY/CATCH callers look more like real C++ try/catch blocksPedro Alves1-1/+2
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves20-368/+676
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves1-2/+7
2015-03-06New common function "startswith"Gary Benson1-3/+3
2015-02-27Fix Python 3 build: rename GdbMethodsSimon Marchi1-1/+1
2015-02-27python/python-internal.h: enum ‘ext_lang_rc’ not definedPedro Alves1-0/+1
2015-02-27Make array object externPedro Alves1-6/+6
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-11/+11
2015-02-11framefilter quit: Use RETURN_MASK_ERRORJan Kratochvil1-13/+13
2015-02-11framefilter quit: Make it exception safeJan Kratochvil1-33/+28
2015-02-11framefilter quit: Code cleanup: Avoid gotosJan Kratochvil1-29/+74
2015-02-11framefilter quit: Code cleanup: ReindentationJan Kratochvil1-133/+126
2015-02-11framefilter quit: Obvious whitespacing fixesJan Kratochvil1-15/+13
2015-02-11Fix redefinition errors in C++ modeTom Tromey25-83/+70
2015-02-04Fix Python 3 build error on 32-bit hostsJan Kratochvil2-2/+6
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