aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)AuthorFilesLines
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger3-7/+7
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2-2/+2
2019-11-18Fix a bunch of python leaks due to missing calls to tp_free in *_dealloc func...Philippe Waroquiers8-0/+9
2019-11-14Fix python gdbpy_breakpoint_object leak.Philippe Waroquiers1-1/+1
2019-11-10gdb/python: Introduce gdb.lookup_static_symbolsAndrew Burgess3-0/+67
2019-11-10gdb/python: smarter symbol lookup for gdb.lookup_static_symbolAndrew Burgess1-2/+25
2019-11-08Constify command_line_inputTom Tromey1-1/+2
2019-11-05Remove la_get_string memberTom Tromey1-1/+1
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries2-2/+2
2019-10-24gdb/python: Return None from Progspace.block_for_pc on errorAndrew Burgess1-5/+1
2019-10-15gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess1-1/+0
2019-10-15Change iterate_over_breakpoints to take a function_viewChristian Biesinger2-12/+21
2019-10-09[gdb/target] Fix pretty-printer for MPX bnd registersTom de Vries1-1/+1
2019-10-01Introduce metadata styleTom Tromey2-4/+6
2019-10-01Remove the ui_out_style_kind enumTom Tromey1-2/+3
2019-09-26Do not expose stub types to PythonTom Tromey1-0/+11
2019-09-25Remove make_hex_stringTom Tromey1-3/+2
2019-09-18Change boolean options to bool instead of intChristian Biesinger4-7/+10
2019-09-11Make relocate_{path,gdb_directory} return std::stringChristian Biesinger1-1/+1
2019-09-09Fix leak detected in python.c initialization code.Philippe Waroquiers1-1/+8
2019-08-27gdb: Add new -n flag to some info commandsAndrew Burgess1-2/+2
2019-08-22Make GDB compile with Python 3 on MinGWChristian Biesinger2-9/+40
2019-08-19Fix indentation in value_has_fieldTom Tromey1-1/+1
2019-08-15Rename internal Python functions to start with an underscoreChristian Biesinger2-11/+11
2019-08-07Make struct frame_arg self-managingTom Tromey1-4/+1
2019-08-07AArch64 pauth: Indicate unmasked addresses in backtraceAlan Hayward1-0/+2
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-4/+4
2019-08-05Add block['var'] accessorChristian Biesinger1-1/+44
2019-07-30[PR/24474] Add gdb.lookup_static_symbol to the python APIChristian Biesinger3-0/+46
2019-07-29Add Objfile.lookup_{global,static}_symbol functionsChristian Biesinger1-0/+78
2019-07-29Implement 'set print frame-info|frame-arguments presence'.Philippe Waroquiers1-12/+78
2019-07-25Fix comment about the signature of add_separate_debug_fileChristian Biesinger1-1/+1
2019-07-17Rename field_int to field_signedTom Tromey1-4/+3
2019-07-11Fix use-after-move bug in add_thread_objectTom Tromey1-1/+1
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+1
2019-07-10Reduce manual reference counting in py-inferior.cTom Tromey3-22/+24
2019-07-09"catch catch/throw/rethrow", breakpoint -> catchpointPedro Alves1-7/+1
2019-07-09Rename common to gdbsupportTom Tromey5-5/+5
2019-06-28Fix crash when using PYTHONMALLOC=debug (PR python/24742)Sergio Durigan Junior1-1/+1
2019-06-13Make "backtrace" support -OPT optionsPedro Alves1-1/+2
2019-06-11Remove trailing newlines from help textTom Tromey1-2/+1
2019-06-10Remove newlines from warningsTom Tromey1-1/+1
2019-06-10Use gdbpy_enter in py-breakpoint.cTom Tromey1-10/+8
2019-06-04Add an objfile getter to gdb.TypeChristian Biesinger via gdb-patches1-0/+14
2019-05-04Fix incorrect use of 'is' operator for comparison in python/lib/gdb/command/p...Raul Tambre1-2/+2
2019-04-29gdb: Introduce 'print max-depth' featureAndrew Burgess2-3/+19
2019-04-25Make exception handling more efficientTom Tromey5-14/+14
2019-04-25Remove exception_noneTom Tromey3-6/+6
2019-04-08Rename python function thread_from_thread_handle to thread_from_handleKevin Buettner1-3/+9
2019-04-08Support buffer objects as handles in Inferior.thread_from_thread_handle()Kevin Buettner1-3/+22