aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)AuthorFilesLines
2016-05-03Fix gdb/python/python.c use-after-freePedro Alves1-1/+4
2016-05-03Remove gdb/python/python.c code that handles strlen failing with -1Pedro Alves1-5/+0
2016-04-21Add missing sentinel 'char *' casts in concat/reconcat callsPedro Alves1-2/+2
2016-04-12Eliminate clear_quit_flagPedro Alves1-11/+0
2016-04-12Make Python use a struct serial eventPedro Alves1-19/+14
2016-03-31python: Use console format for output of gdb.execute commandCatalin Udma1-0/+7
2016-03-29python/py-utils.c (host_string_to_python_string): New function.Doug Evans7-21/+22
2016-03-10Add $_as_string convenience functionSimon Marchi1-0/+39
2016-02-09python/19506 -- gdb.Breakpoint address location regressionKeith Seitz1-2/+3
2016-01-21Fix regression introduced in "break *<EXPR>" by explicit location patches.Joel Brobecker1-1/+1
2016-01-20Fix sorting of enum values in FlagEnumerationPrinterSimon Marchi1-1/+1
2016-01-19Fix enum flag with Python 3Simon Marchi1-1/+1
2016-01-19Limit breakpoint re-set to the current program spacePedro Alves1-1/+1
2016-01-13Add Python InferiorThread.global_num attributePedro Alves1-0/+14
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves3-4/+7
2016-01-13Add Python InferiorThread.inferior attributePedro Alves1-0/+14
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