summaryrefslogtreecommitdiff
path: root/gdb/python
Commit message (Expand)AuthorAgeFilesLines
* Class-ify ui_outSimon Marchi2016-12-222-47/+47
* Create subobject value in pretty printerYao Qi2016-11-211-10/+1
* Make gdb.PendingFrame.read_register handle "user" registers.Kevin Buettner2016-11-161-1/+6
* Remove apply_val_pretty_printer parameter valaddrYao Qi2016-11-112-7/+6
* Use unique_xmalloc_ptr in Python codeTom Tromey2016-11-0915-197/+147
* Fix some error-handling bugs in python frame filtersTom Tromey2016-11-081-3/+15
* Use ui_file_as_string throughout morePedro Alves2016-11-081-2/+2
* Use ui_file_as_string in gdb/python/Pedro Alves2016-11-086-31/+19
* Use ui_file_as_string in execute_command_to_stringPedro Alves2016-11-081-13/+6
* Fix ext lang calls to value_struct_elt.Doug Evans2016-11-071-1/+2
* python/py-unwind.c (unwind_infopy_str): Fix use of VEC_iterate.Doug Evans2016-11-071-3/+1
* Make symfile_add_flags and objfile->flags strongly typedPedro Alves2016-10-261-2/+1
* Remove make_cleanup_restore_current_uioutTom Tromey2016-10-211-1/+1
* Use RAII to save and restore scalarsTom Tromey2016-10-211-9/+3
* python: accept address and explicit locations in gdb.decode_lineMarkus Metzger2016-10-071-1/+1
* Fix gdb.Value->python conversion for large unsigned ints.Doug Evans2016-10-061-1/+4
* Avoid -Wduplicated-cond warnings in gdb/pythonTom Tromey2016-09-202-0/+4
* Introduce cleanup to restore current_uioutSimon Marchi2016-09-161-1/+2
* PR python/18565 - make Frame.function work for inline framesTom Tromey2016-08-031-1/+5
* Add missing newline to py-breakpoint.cTom Tromey2016-07-141-0/+1
* Remove unused variablesTom Tromey2016-07-141-2/+1
* PR python/15620, PR python/18620 - breakpoint events in PythonTom Tromey2016-07-133-0/+62
* PR python/17698 - add Breakpoint.pendingTom Tromey2016-07-131-0/+20
* use user_breakpoint_p in python codeTom Tromey2016-07-131-4/+4
* PR python/19293 - invalidate frame cache when unwinders changeTom Tromey2016-07-123-0/+18
* Fix PR python/20129 - use of non-existing variableTom Tromey2016-06-291-2/+2
* Fix use of a dangling pointer for Python breakpoint objectsPierre-Marie de Rodat2016-06-271-0/+1
* Support structure offsets that are 512K or larger.David Taylor2016-06-242-2/+2
* Make gdbpy_parameter staticTom Tromey2016-06-232-2/+1
* PR gdb/16483 - simplify "info frame-filters" outputTom Tromey2016-06-231-32/+24
* Make instream be per UIPedro Alves2016-06-211-1/+2
* Introduce interpreter factoriesPedro Alves2016-06-211-1/+1
* Make the interpreters be per UIPedro Alves2016-06-211-6/+6
* PR python/19819 - remove unused globals from py-xmethods.cTom Tromey2016-06-091-12/+0
* Fix PR python/18984Tom Tromey2016-06-021-2/+2
* fix spelling of HAVE_LIBPYTHON2_4 in py-value.cTom Tromey2016-05-251-2/+2
* Fix PR python/17386 - add __index__ method to gdb.ValueTom Tromey2016-05-241-1/+7
* add nb_inplace_divide for python 2Tom Tromey2016-05-241-0/+3
* Fix PR python/17981Tom Tromey2016-05-241-2/+2
* Fix PR python/19438, PR python/18393 - initialize dictionariesTom Tromey2016-05-232-2/+8
* remove trivialy unused variablesTrevor Saunders2016-05-0710-24/+0
* Fix gdb/python/python.c use-after-freePedro Alves2016-05-031-1/+4
* Remove gdb/python/python.c code that handles strlen failing with -1Pedro Alves2016-05-031-5/+0
* Add missing sentinel 'char *' casts in concat/reconcat callsPedro Alves2016-04-211-2/+2
* 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