aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)AuthorFilesLines
2021-08-02Remove uses of fprintf_symbol_filteredTom Tromey1-6/+2
2021-07-23gdb: remove cmd_list_element::function::sfuncSimon Marchi1-2/+1
2021-07-12gdb: make thread_info::suspend private, add getters / settersSimon Marchi1-1/+1
2021-06-29gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi1-0/+1
2021-06-25gdb: add context getter/setter to cmd_list_elementSimon Marchi2-7/+7
2021-06-25gdb: use gdb::optional instead of passing a pointer to gdb::array_viewAndrew Burgess1-1/+1
2021-06-25gdb/python: allow for catchpoint type breakpoints in pythonAndrew Burgess1-1/+5
2021-06-25Decode Ada types in Python layerTom Tromey1-0/+9
2021-06-22gdb: fix python/lib/gdb/__init__.py formattingSimon Marchi1-3/+3
2021-06-22gdb/python: print name of unwinder that claimed frame in debug messageSimon Marchi2-11/+39
2021-06-21gdb/python: add PendingFrame.level and Frame.level methodsAndrew Burgess2-0/+42
2021-06-21gdb/python: move PyLong_From* calls into py-utils.cAndrew Burgess1-1/+1
2021-06-21gdb/python: handle saving user registers in a frame unwinderAndrew Burgess1-0/+21
2021-06-08Use is/is not to check for None in python code.Lancelot SIX2-7/+7
2021-06-04Forward mouse click to python TUI windowHannes Domani1-0/+17
2021-06-03Restore gdb.SYMBOL_LABEL_DOMAIN constantHannes Domani1-0/+2
2021-05-27gdb: fix some indentation issuesSimon Marchi2-14/+14
2021-05-27gdb: remove iterate_over_breakpoints functionSimon Marchi2-28/+16
2021-05-27Add optional full_window argument to TuiWindow.writeHannes Domani1-6/+14
2021-05-27gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi1-4/+5
2021-05-27gdb/python: use return values of add_setshow functions in add_setshow_genericSimon Marchi1-67/+66
2021-05-27gdb: remove unnecessary lookup_cmd when deprecating commandsSimon Marchi1-18/+11
2021-05-24Prevent flickering when redrawing the TUI python windowHannes Domani1-1/+3
2021-05-17gdb: add cmd_list_element::is_prefixSimon Marchi1-2/+2
2021-05-17gdb: rename cmd_list_element::prefixlist to subcommandsSimon Marchi1-3/+3
2021-05-14gdb/python: add a 'connection_num' attribute to Inferior objectsTankut Baris Aktemur1-0/+19
2021-05-14gdb: fix pretty printing max depth behaviourKent Cheung1-12/+16
2021-05-12gdb: make gdbpy_parse_command_name return a unique_xmalloc_ptrSimon Marchi3-54/+51
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione2-43/+14
2021-05-09gdb/py: add some debugging to py-breakpoint.cAndrew Burgess1-3/+56
2021-05-09gdb/py: convert debug logging in py-unwind to use new schemeAndrew Burgess1-16/+38
2021-05-09gdb: replace fprint_frame_idAndrew Burgess2-11/+5
2021-05-07gdb: re-format Python files using black 21.4b0Simon Marchi22-724/+903
2021-04-28gdb: startup commands to control Python extension languageAndrew Burgess1-0/+98
2021-04-28gdb: extension languages finish_initialization to initializeAndrew Burgess1-14/+11
2021-04-28gdb: delay python initialisation until gdbpy_finish_initializationAndrew Burgess11-48/+97
2021-04-27gdb: do autoload before notifying Python side in new_objfile eventMichael Weghorn1-1/+6
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi4-18/+29
2021-04-22gdb: fix getting range of flexible array member in PythonSimon Marchi1-2/+9
2021-04-21gdb/breakpoint: add a 'force_condition' parameter to 'create_breakpoint'Tankut Baris Aktemur2-2/+2
2021-04-17Add search_flags to expand_symtabs_matchingTom Tromey1-1/+3
2021-04-01Use importlib instead of imp module on python 3.4+Boris Staletic1-2/+4
2021-03-18gdb/doc: fix the example for get_set_string in Python API docsAndrew Burgess1-5/+4
2021-03-16gdb/python: fix FrameDecorator regression on Python 2Andrew Burgess1-1/+5
2021-03-15gdb: use make_scoped_restore to restore gdbpy_current_objfileAndrew Burgess1-6/+4
2021-02-08gdb: return true in TuiWindow.is_valid only if TUI is enabledAndrew Burgess1-7/+26
2021-02-08gdb/python: don't allow the user to delete window title attributesAndrew Burgess1-1/+1
2021-02-08gdb/python: reformat an error stringAndrew Burgess1-1/+1
2021-02-07Also compare frame_id_is_next in frapy_richcompareHannes Domani1-2/+5
2021-01-28gdb: rename get_type_arch to type::archSimon Marchi1-1/+1