aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)AuthorFilesLines
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker65-65/+65
2015-11-26Constify thread name return pathSimon Marchi1-1/+1
2015-10-29Don't assume break/continue inside a TRY block worksPedro Alves2-177/+209
2015-10-22Add cast in python.cSimon Marchi1-1/+1
2015-10-21Fix accessing a function's fields (parameters) from Python (PR 18073)Simon Marchi1-2/+3
2015-10-09Change some void* to gdb_byte*Simon Marchi1-8/+15
2015-09-25Add some more casts (2/2)Simon Marchi13-35/+46
2015-09-25Add casts to memory allocation related callsSimon Marchi5-11/+14
2015-09-09Garbage collect dummy_frame_ctx_saverPedro Alves1-4/+1
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi5-6/+5
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat4-15/+31
2015-08-13Fix Python frame unwinder issue caught by ValgrindPedro Alves1-1/+1
2015-08-12Initialize `location' in gdbpy_decode_lineKeith Seitz1-2/+2
2015-08-11Explicit locations: introduce address locationsKeith Seitz1-6/+2
2015-08-11Explicit locations: use new location APIKeith Seitz3-21/+31
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