summaryrefslogtreecommitdiff
path: root/gdb/python/python.c
AgeCommit message (Expand)Author
2020-01-05Copyright year range updates after running gdb/copyright.pyJoel Brobecker
2019-11-27gdb: Introduce global_symbol_searcherAndrew Burgess
2019-11-26Use run_on_main_thread in gdb.post_eventTom Tromey
2019-11-26Fix crashes due to python GIL released too earlyPhilippe Waroquiers
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger
2019-11-10gdb/python: Introduce gdb.lookup_static_symbolsAndrew Burgess
2019-09-18Change boolean options to bool instead of intChristian Biesinger
2019-09-11Make relocate_{path,gdb_directory} return std::stringChristian Biesinger
2019-09-09Fix leak detected in python.c initialization code.Philippe Waroquiers
2019-08-27gdb: Add new -n flag to some info commandsAndrew Burgess
2019-08-22Make GDB compile with Python 3 on MinGWChristian Biesinger
2019-07-30[PR/24474] Add gdb.lookup_static_symbol to the python APIChristian Biesinger
2019-07-09Rename common to gdbsupportTom Tromey
2019-06-28Fix crash when using PYTHONMALLOC=debug (PR python/24742)Sergio Durigan Junior
2019-06-11Remove trailing newlines from help textTom Tromey
2019-06-10Remove newlines from warningsTom Tromey
2019-04-08Rename gdb exception typesTom Tromey
2019-04-08Rewrite TRY/CATCHTom Tromey
2019-02-27Remove Python 2.4 and 2.5 supportTom Tromey
2019-01-30Release the GIL while running a gdb command or expressionTom Tromey
2019-01-25Normalize includes to use common/Tom Tromey
2019-01-22Do not include py-ref.h in most filesTom Tromey
2019-01-03Use a wrapper for PyErr_FetchTom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-12-27Consolidate some Python exception-printing functionsTom Tromey
2018-12-27Remove more calls to xfree from PythonTom Tromey
2018-11-21Make command-repeat work after gdb.executeBenno Fünfstück
2018-11-04Return gdbpy_ref from some Python string functionsTom Tromey
2018-10-27Add [-q] [-t TYPEREGEXP] [NAMEREGEXP] args to info [args|functions|locals|var...Philippe Waroquiers
2018-09-23Report Python errors coming from gdb.post_eventTom Tromey
2018-09-17python: Make gdb.execute("show commands") work (PR 23669)Simon Marchi
2018-09-16Change objfile_to_objfile_object to return a new referenceTom Tromey
2018-09-16Change pspace_to_pspace_object to return a new referenceTom Tromey
2018-09-16Add more methods to gdb.ProgspaceTom Tromey
2018-09-14Fix possible exception leak in python.cTom Tromey
2018-09-13python: Add Progspace.objfiles methodSimon Marchi
2018-09-10Fix help text for "python" commandTom Tromey
2018-06-08Fix build issue with Python 3.7Paul Koning
2018-05-31Add basic Python API for convenience variablesTom Tromey
2018-05-25Remove interp_ui_outTom Tromey
2018-05-04Let gdb.execute handle multi-line commandsTom Tromey
2018-05-04Use counted_command_line everywhereTom Tromey
2018-05-02Handle var_zuinteger and var_zuinteger_unlimited from PythonTom Tromey
2018-04-30Change Python code to use new_referenceTom Tromey
2018-01-07C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr)Simon Marchi
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-05Remove some unused variablesSimon Marchi
2017-11-29Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves
2017-11-26python: Fix memleak in do_start_initializationSimon Marchi