aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)AuthorFilesLines
2016-12-22Class-ify ui_outSimon Marchi2-47/+47
2016-11-21Create subobject value in pretty printerYao Qi1-10/+1
2016-11-16Make gdb.PendingFrame.read_register handle "user" registers.Kevin Buettner1-1/+6
2016-11-11Remove apply_val_pretty_printer parameter valaddrYao Qi2-7/+6
2016-11-09Use unique_xmalloc_ptr in Python codeTom Tromey15-197/+147
2016-11-08Fix some error-handling bugs in python frame filtersTom Tromey1-3/+15
2016-11-08Use ui_file_as_string throughout morePedro Alves1-2/+2
2016-11-08Use ui_file_as_string in gdb/python/Pedro Alves6-31/+19
2016-11-08Use ui_file_as_string in execute_command_to_stringPedro Alves1-13/+6
2016-11-07Fix ext lang calls to value_struct_elt.Doug Evans1-1/+2
2016-11-07python/py-unwind.c (unwind_infopy_str): Fix use of VEC_iterate.Doug Evans1-3/+1
2016-10-26Make symfile_add_flags and objfile->flags strongly typedPedro Alves1-2/+1
2016-10-21Remove make_cleanup_restore_current_uioutTom Tromey1-1/+1
2016-10-21Use RAII to save and restore scalarsTom Tromey1-9/+3
2016-10-07python: accept address and explicit locations in gdb.decode_lineMarkus Metzger1-1/+1
2016-10-06Fix gdb.Value->python conversion for large unsigned ints.Doug Evans1-1/+4
2016-09-20Avoid -Wduplicated-cond warnings in gdb/pythonTom Tromey2-0/+4
2016-09-16Introduce cleanup to restore current_uioutSimon Marchi1-1/+2
2016-08-03PR python/18565 - make Frame.function work for inline framesTom Tromey1-1/+5
2016-07-14Add missing newline to py-breakpoint.cTom Tromey1-0/+1
2016-07-14Remove unused variablesTom Tromey1-2/+1
2016-07-13PR python/15620, PR python/18620 - breakpoint events in PythonTom Tromey3-0/+62
2016-07-13PR python/17698 - add Breakpoint.pendingTom Tromey1-0/+20
2016-07-13use user_breakpoint_p in python codeTom Tromey1-4/+4
2016-07-12PR python/19293 - invalidate frame cache when unwinders changeTom Tromey3-0/+18
2016-06-29Fix PR python/20129 - use of non-existing variableTom Tromey1-2/+2
2016-06-27Fix use of a dangling pointer for Python breakpoint objectsPierre-Marie de Rodat1-0/+1
2016-06-24Support structure offsets that are 512K or larger.David Taylor2-2/+2
2016-06-23Make gdbpy_parameter staticTom Tromey2-2/+1
2016-06-23PR gdb/16483 - simplify "info frame-filters" outputTom Tromey1-32/+24
2016-06-21Make instream be per UIPedro Alves1-1/+2
2016-06-21Introduce interpreter factoriesPedro Alves1-1/+1
2016-06-21Make the interpreters be per UIPedro Alves1-6/+6
2016-06-09PR python/19819 - remove unused globals from py-xmethods.cTom Tromey1-12/+0
2016-06-02Fix PR python/18984Tom Tromey1-2/+2
2016-05-25fix spelling of HAVE_LIBPYTHON2_4 in py-value.cTom Tromey1-2/+2
2016-05-24Fix PR python/17386 - add __index__ method to gdb.ValueTom Tromey1-1/+7
2016-05-24add nb_inplace_divide for python 2Tom Tromey1-0/+3
2016-05-24Fix PR python/17981Tom Tromey1-2/+2
2016-05-23Fix PR python/19438, PR python/18393 - initialize dictionariesTom Tromey2-2/+8
2016-05-07remove trivialy unused variablesTrevor Saunders10-24/+0
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