summaryrefslogtreecommitdiff
path: root/gdb/python
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove use of iterate_over_inferiors in py-inferior.cSimon Marchi2020-01-171-14/+10
* Fix some spelling errors.Christian Biesinger2020-01-161-1/+1
* Fix valgrind error from gdb.decode_lineTom Tromey2020-01-141-0/+9
* gdb: add declaration to Python init functionSimon Marchi2020-01-131-0/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Multi-target supportPedro Alves2020-01-101-1/+3
* Update copyright year range in all GDB files.Joel Brobecker2020-01-0177-77/+77
* Use an accessor function for general_symbol_info::languageChristian Biesinger2019-12-161-4/+4
* Fix scripted probe breakpointsGeorge Barrett2019-12-091-1/+4
* Remove gdbarch parameter of lookup_typenameSimon Marchi2019-12-052-2/+2
* Allow . character as part of command names.Philippe Waroquiers2019-11-301-4/+1
* gdb: Introduce global_symbol_searcherAndrew Burgess2019-11-271-25/+10
* Let commands free "name"Tom Tromey2019-11-262-4/+4
* Add add_internal_function overloadTom Tromey2019-11-261-1/+1
* Use cmd_list_element::doc_allocated for Python commandsTom Tromey2019-11-261-3/+2
* Use run_on_main_thread in gdb.post_eventTom Tromey2019-11-261-72/+63
* Fix crashes due to python GIL released too earlyPhilippe Waroquiers2019-11-261-1/+1
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-223-7/+7
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-222-2/+2
* Fix a bunch of python leaks due to missing calls to tp_free in *_dealloc func...Philippe Waroquiers2019-11-188-0/+9
* Fix python gdbpy_breakpoint_object leak.Philippe Waroquiers2019-11-141-1/+1
* gdb/python: Introduce gdb.lookup_static_symbolsAndrew Burgess2019-11-103-0/+67
* gdb/python: smarter symbol lookup for gdb.lookup_static_symbolAndrew Burgess2019-11-101-2/+25
* Constify command_line_inputTom Tromey2019-11-081-1/+2
* Remove la_get_string memberTom Tromey2019-11-051-1/+1
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-262-2/+2
* gdb/python: Return None from Progspace.block_for_pc on errorAndrew Burgess2019-10-241-5/+1
* gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess2019-10-151-1/+0
* Change iterate_over_breakpoints to take a function_viewChristian Biesinger2019-10-152-12/+21
* [gdb/target] Fix pretty-printer for MPX bnd registersTom de Vries2019-10-091-1/+1
* Introduce metadata styleTom Tromey2019-10-012-4/+6
* Remove the ui_out_style_kind enumTom Tromey2019-10-011-2/+3
* Do not expose stub types to PythonTom Tromey2019-09-261-0/+11
* Remove make_hex_stringTom Tromey2019-09-251-3/+2
* Change boolean options to bool instead of intChristian Biesinger2019-09-184-7/+10
* Make relocate_{path,gdb_directory} return std::stringChristian Biesinger2019-09-111-1/+1
* Fix leak detected in python.c initialization code.Philippe Waroquiers2019-09-091-1/+8
* gdb: Add new -n flag to some info commandsAndrew Burgess2019-08-271-2/+2
* Make GDB compile with Python 3 on MinGWChristian Biesinger2019-08-222-9/+40
* Fix indentation in value_has_fieldTom Tromey2019-08-191-1/+1
* Rename internal Python functions to start with an underscoreChristian Biesinger2019-08-152-11/+11
* Make struct frame_arg self-managingTom Tromey2019-08-071-4/+1
* AArch64 pauth: Indicate unmasked addresses in backtraceAlan Hayward2019-08-071-0/+2
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-4/+4
* Add block['var'] accessorChristian Biesinger2019-08-051-1/+44
* [PR/24474] Add gdb.lookup_static_symbol to the python APIChristian Biesinger2019-07-303-0/+46
* Add Objfile.lookup_{global,static}_symbol functionsChristian Biesinger2019-07-291-0/+78
* Implement 'set print frame-info|frame-arguments presence'.Philippe Waroquiers2019-07-291-12/+78
* Fix comment about the signature of add_separate_debug_fileChristian Biesinger2019-07-251-1/+1
* Rename field_int to field_signedTom Tromey2019-07-171-4/+3