summaryrefslogtreecommitdiff
path: root/gdb/python
Commit message (Expand)AuthorAgeFilesLines
* Add casts to memory allocation related callsSimon Marchi2015-09-255-11/+14
* Garbage collect dummy_frame_ctx_saverPedro Alves2015-09-091-4/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-265-6/+5
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-254-15/+31
* Fix Python frame unwinder issue caught by ValgrindPedro Alves2015-08-131-1/+1
* Initialize `location' in gdbpy_decode_lineKeith Seitz2015-08-121-2/+2
* Explicit locations: introduce address locationsKeith Seitz2015-08-111-6/+2
* Explicit locations: use new location APIKeith Seitz2015-08-113-21/+31
* Add casts for legitimate integer to enum conversionsSimon Marchi2015-08-062-3/+4
* PR python/17136Clem Dickey2015-08-061-1/+1
* python: fix Linetable case to LineTable in docstrings and commentsCiro Santilli2015-08-042-11/+11
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-012-3/+3
* 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