summaryrefslogtreecommitdiff
path: root/gdb/python
Commit message (Expand)AuthorAgeFilesLines
* Eliminate clear_quit_flagPedro Alves2016-04-121-11/+0
* Make Python use a struct serial eventPedro Alves2016-04-121-19/+14
* python: Use console format for output of gdb.execute commandCatalin Udma2016-03-311-0/+7
* python/py-utils.c (host_string_to_python_string): New function.Doug Evans2016-03-297-21/+22
* Add $_as_string convenience functionSimon Marchi2016-03-101-0/+39
* python/19506 -- gdb.Breakpoint address location regressionKeith Seitz2016-02-091-2/+3
* Fix regression introduced in "break *<EXPR>" by explicit location patches.Joel Brobecker2016-01-211-1/+1
* Fix sorting of enum values in FlagEnumerationPrinterSimon Marchi2016-01-201-1/+1
* Fix enum flag with Python 3Simon Marchi2016-01-191-1/+1
* Limit breakpoint re-set to the current program spacePedro Alves2016-01-191-1/+1
* Add Python InferiorThread.global_num attributePedro Alves2016-01-131-0/+14
* Per-inferior/Inferior-qualified thread IDsPedro Alves2016-01-133-4/+7
* Add Python InferiorThread.inferior attributePedro Alves2016-01-131-0/+14
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-0165-65/+65
* Constify thread name return pathSimon Marchi2015-11-261-1/+1
* Don't assume break/continue inside a TRY block worksPedro Alves2015-10-292-177/+209
* Add cast in python.cSimon Marchi2015-10-221-1/+1
* Fix accessing a function's fields (parameters) from Python (PR 18073)Simon Marchi2015-10-211-2/+3
* Change some void* to gdb_byte*Simon Marchi2015-10-091-8/+15
* Add some more casts (2/2)Simon Marchi2015-09-2513-35/+46
* 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