aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-08Add python method InferiorThread.handleKevin Buettner1-0/+33
2019-04-08Rename gdb exception typesTom Tromey23-124/+124
2019-04-08Rewrite TRY/CATCHTom Tromey23-372/+248
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-1/+1
2019-04-01Add gdb.Value.format_string ()Marco Barisione1-0/+164
2019-03-24More block constificationTom Tromey2-5/+5
2019-03-07gdb: Move value_from_host_double into value.c and make more use of itAndrew Burgess1-5/+1
2019-03-05Remove some Python 3 #ifsTom Tromey2-14/+2
2019-02-27Remove Python 2.4 and 2.5 supportTom Tromey8-178/+10
2019-02-27Use Python 2.[67] / 3.X / PEP 3118 buffer protocolKevin Buettner1-56/+8
2019-02-26Define gdb.Value(bufobj, type) constructorKevin Buettner1-10/+62
2019-02-26Define unique_ptr specialization for Py_buffer.Kevin Buettner1-0/+13
2019-02-07Normalize include guards in gdbTom Tromey10-30/+30