summaryrefslogtreecommitdiff
path: root/gdb/python
Commit message (Expand)AuthorAgeFilesLines
* gdb: make thread_info::suspend private, add getters / settersSimon Marchi2021-07-121-1/+1
* gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi2021-06-291-0/+1
* gdb: add context getter/setter to cmd_list_elementSimon Marchi2021-06-252-7/+7
* gdb: use gdb::optional instead of passing a pointer to gdb::array_viewAndrew Burgess2021-06-251-1/+1
* gdb/python: allow for catchpoint type breakpoints in pythonAndrew Burgess2021-06-251-1/+5
* Decode Ada types in Python layerTom Tromey2021-06-251-0/+9
* gdb: fix python/lib/gdb/__init__.py formattingSimon Marchi2021-06-221-3/+3
* gdb/python: print name of unwinder that claimed frame in debug messageSimon Marchi2021-06-222-11/+39
* gdb/python: add PendingFrame.level and Frame.level methodsAndrew Burgess2021-06-212-0/+42
* gdb/python: move PyLong_From* calls into py-utils.cAndrew Burgess2021-06-211-1/+1
* gdb/python: handle saving user registers in a frame unwinderAndrew Burgess2021-06-211-0/+21
* Use is/is not to check for None in python code.Lancelot SIX2021-06-082-7/+7
* Forward mouse click to python TUI windowHannes Domani2021-06-041-0/+17
* Restore gdb.SYMBOL_LABEL_DOMAIN constantHannes Domani2021-06-031-0/+2
* gdb: fix some indentation issuesSimon Marchi2021-05-272-14/+14
* gdb: remove iterate_over_breakpoints functionSimon Marchi2021-05-272-28/+16
* Add optional full_window argument to TuiWindow.writeHannes Domani2021-05-271-6/+14
* gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi2021-05-271-4/+5
* gdb/python: use return values of add_setshow functions in add_setshow_genericSimon Marchi2021-05-271-67/+66
* gdb: remove unnecessary lookup_cmd when deprecating commandsSimon Marchi2021-05-271-18/+11
* Prevent flickering when redrawing the TUI python windowHannes Domani2021-05-241-1/+3
* gdb: add cmd_list_element::is_prefixSimon Marchi2021-05-171-2/+2
* gdb: rename cmd_list_element::prefixlist to subcommandsSimon Marchi2021-05-171-3/+3
* gdb/python: add a 'connection_num' attribute to Inferior objectsTankut Baris Aktemur2021-05-141-0/+19
* gdb: fix pretty printing max depth behaviourKent Cheung2021-05-141-12/+16
* gdb: make gdbpy_parse_command_name return a unique_xmalloc_ptrSimon Marchi2021-05-123-54/+51
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-122-43/+14
* gdb/py: add some debugging to py-breakpoint.cAndrew Burgess2021-05-091-3/+56
* gdb/py: convert debug logging in py-unwind to use new schemeAndrew Burgess2021-05-091-16/+38
* gdb: replace fprint_frame_idAndrew Burgess2021-05-092-11/+5
* gdb: re-format Python files using black 21.4b0Simon Marchi2021-05-0722-724/+903
* gdb: startup commands to control Python extension languageAndrew Burgess2021-04-281-0/+98
* gdb: extension languages finish_initialization to initializeAndrew Burgess2021-04-281-14/+11
* gdb: delay python initialisation until gdbpy_finish_initializationAndrew Burgess2021-04-2811-48/+97
* gdb: do autoload before notifying Python side in new_objfile eventMichael Weghorn2021-04-271-1/+6
* gdbsupport, gdb: give names to observersSimon Marchi2021-04-244-18/+29
* gdb: fix getting range of flexible array member in PythonSimon Marchi2021-04-221-2/+9
* gdb/breakpoint: add a 'force_condition' parameter to 'create_breakpoint'Tankut Baris Aktemur2021-04-212-2/+2
* Add search_flags to expand_symtabs_matchingTom Tromey2021-04-171-1/+3
* Use importlib instead of imp module on python 3.4+Boris Staletic2021-04-011-2/+4
* gdb/doc: fix the example for get_set_string in Python API docsAndrew Burgess2021-03-181-5/+4
* gdb/python: fix FrameDecorator regression on Python 2Andrew Burgess2021-03-161-1/+5
* gdb: use make_scoped_restore to restore gdbpy_current_objfileAndrew Burgess2021-03-151-6/+4
* gdb: return true in TuiWindow.is_valid only if TUI is enabledAndrew Burgess2021-02-081-7/+26
* gdb/python: don't allow the user to delete window title attributesAndrew Burgess2021-02-081-1/+1
* gdb/python: reformat an error stringAndrew Burgess2021-02-081-1/+1
* Also compare frame_id_is_next in frapy_richcompareHannes Domani2021-02-071-2/+5
* gdb: rename get_type_arch to type::archSimon Marchi2021-01-281-1/+1
* gdb: rename type::{arch,objfile} -> type::{arch_owner,objfile_owner}Simon Marchi2021-01-281-5/+5
* gdb: remove TYPE_OBJFILE macroSimon Marchi2021-01-221-5/+5