summaryrefslogtreecommitdiff
path: root/gdb/python
Commit message (Expand)AuthorAgeFilesLines
* py-linetable.c: Fix doc of LineTable.source_lines' return typeCiro Santilli2015-07-231-4/+4
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-142-9/+9
* Remove redundant include directives.Gary Benson2015-06-241-2/+0
* Allow gdb to find debug symbols file by build-id for PE file format alsoJon Turney2015-06-151-4/+3
* PR python/18438Doug Evans2015-05-261-2/+2
* Fix a couple C++ build issuesYuanhui Zhang2015-05-151-12/+14
* infcall: stop_registers -> register_dummy_frame_dtorJan Kratochvil2015-05-131-1/+4
* [Python] Add methods reference_value and const_value to gdb.Value.Siva Chandra2015-05-091-0/+57
* [PR python/18291] Fix printing of "disabled" status of xmethod matchers.Siva Chandra2015-05-081-2/+2
* PR python/18285Doug Evans2015-04-294-2/+131
* PR python/18299Doug Evans2015-04-281-3/+9
* PR python/18089Doug Evans2015-04-283-0/+23
* Add gdb.Type.optimized_out method.Sasha Smundak2015-04-281-0/+13
* Some Python 3 fixesSimon Marchi2015-04-151-1/+1
* Remove --xdbJan Kratochvil2015-04-111-1/+1
* Fix Python completion when using the "complete" commandSergio Durigan Junior2015-04-081-67/+52
* Add support for writing unwinders in Python.Sasha Smundak2015-04-018-2/+1229
* more making TRY/CATCH callers look more like real C++ try/catch blocksPedro Alves2015-03-071-1/+2
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-0720-368/+676
* Normalize TRY_CATCH exception handling blockPedro Alves2015-03-071-2/+7
* New common function "startswith"Gary Benson2015-03-061-3/+3
* Fix Python 3 build: rename GdbMethodsSimon Marchi2015-02-271-1/+1
* python/python-internal.h: enum ‘ext_lang_rc’ not definedPedro Alves2015-02-271-0/+1
* Make array object externPedro Alves2015-02-271-6/+6
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-11/+11
* framefilter quit: Use RETURN_MASK_ERRORJan Kratochvil2015-02-111-13/+13
* framefilter quit: Make it exception safeJan Kratochvil2015-02-111-33/+28
* framefilter quit: Code cleanup: Avoid gotosJan Kratochvil2015-02-111-29/+74
* framefilter quit: Code cleanup: ReindentationJan Kratochvil2015-02-111-133/+126
* framefilter quit: Obvious whitespacing fixesJan Kratochvil2015-02-111-15/+13
* Fix redefinition errors in C++ modeTom Tromey2015-02-1125-83/+70
* Fix Python 3 build error on 32-bit hostsJan Kratochvil2015-02-042-2/+6
* Add support for inlining scripts into .debug_gdb_scripts.Doug Evans2015-01-311-1/+29
* Add gdb.Objfile.username.Doug Evans2015-01-271-0/+21
* Enhance gdb.lookup_objfile so that it works with a symlinked binary.Doug Evans2015-01-131-1/+7
* [python,guile] Add comment beside conditions testing empty arrays.Joel Brobecker2015-01-071-1/+1
* gdb/python: exception trying to create empty arrayJoel Brobecker2015-01-061-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-0162-62/+62
* Look up primitive types as symbols.Doug Evans2014-12-231-1/+6
* Replace some symbol accessor macros with functions.Doug Evans2014-12-232-12/+10
* Fix build with Python 3.4 (PR python/16784)Simon Marchi2014-12-151-0/+4
* python extended prompt: Use os.getcwd() instead of os.getcwdu()Simon Marchi2014-12-151-1/+1
* New python function gdb.lookup_objfile.Doug Evans2014-12-123-0/+151
* python/py-objfile.c (objfpy_get_owner): Increment refcount of result.Doug Evans2014-12-081-2/+6
* New "owner" attribute for gdb.Objfile.Doug Evans2014-12-081-0/+22
* New python method gdb.Objfile.add_separate_debug_file.Doug Evans2014-12-041-0/+32
* New python attribute gdb.Objfile.build_id.Doug Evans2014-12-041-0/+48
* New python events: inferior call, register/memory changed.Nick Bull2014-12-028-14/+402
* revert previous patch so that I can re-commit with correct authorDoug Evans2014-12-028-402/+14
* New python events: infcall, register/memory changed.Doug Evans2014-12-028-14/+402