summaryrefslogtreecommitdiff
path: root/gdb/python
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix use-after-move bug in add_thread_objectTom Tromey2019-07-111-1/+1
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-0/+1
* Reduce manual reference counting in py-inferior.cTom Tromey2019-07-103-22/+24
* "catch catch/throw/rethrow", breakpoint -> catchpointPedro Alves2019-07-091-7/+1
* Rename common to gdbsupportTom Tromey2019-07-095-5/+5
* Fix crash when using PYTHONMALLOC=debug (PR python/24742)Sergio Durigan Junior2019-06-281-1/+1
* Make "backtrace" support -OPT optionsPedro Alves2019-06-131-1/+2
* Remove trailing newlines from help textTom Tromey2019-06-111-2/+1
* Remove newlines from warningsTom Tromey2019-06-101-1/+1
* Use gdbpy_enter in py-breakpoint.cTom Tromey2019-06-101-10/+8
* Add an objfile getter to gdb.TypeChristian Biesinger via gdb-patches2019-06-041-0/+14
* Fix incorrect use of 'is' operator for comparison in python/lib/gdb/command/p...Raul Tambre2019-05-041-2/+2
* gdb: Introduce 'print max-depth' featureAndrew Burgess2019-04-292-3/+19
* Make exception handling more efficientTom Tromey2019-04-255-14/+14
* Remove exception_noneTom Tromey2019-04-253-6/+6
* Rename python function thread_from_thread_handle to thread_from_handleKevin Buettner2019-04-081-3/+9
* Support buffer objects as handles in Inferior.thread_from_thread_handle()Kevin Buettner2019-04-081-3/+22
* Add python method InferiorThread.handleKevin Buettner2019-04-081-0/+33
* Rename gdb exception typesTom Tromey2019-04-0823-124/+124
* Rewrite TRY/CATCHTom Tromey2019-04-0823-372/+248
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-1/+1
* Add gdb.Value.format_string ()Marco Barisione2019-04-011-0/+164
* More block constificationTom Tromey2019-03-242-5/+5
* gdb: Move value_from_host_double into value.c and make more use of itAndrew Burgess2019-03-071-5/+1
* Remove some Python 3 #ifsTom Tromey2019-03-052-14/+2
* Remove Python 2.4 and 2.5 supportTom Tromey2019-02-278-178/+10