aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)AuthorFilesLines
2015-08-06Add casts for legitimate integer to enum conversionsSimon Marchi2-3/+4
2015-08-06PR python/17136Clem Dickey1-1/+1
2015-08-04python: fix Linetable case to LineTable in docstrings and commentsCiro Santilli2-11/+11
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat2-3/+3
2015-07-23py-linetable.c: Fix doc of LineTable.source_lines' return typeCiro Santilli1-4/+4
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2-9/+9
2015-06-24Remove redundant include directives.Gary Benson1-2/+0
2015-06-15Allow gdb to find debug symbols file by build-id for PE file format alsoJon Turney1-4/+3
2015-05-26PR python/18438Doug Evans1-2/+2
2015-05-15Fix a couple C++ build issuesYuanhui Zhang1-12/+14
2015-05-13infcall: stop_registers -> register_dummy_frame_dtorJan Kratochvil1-1/+4
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