231 Commits (293bf1a719e88e063e75ae467c5aec101b59fbf6)

Author SHA1 Message Date
Benno Fünfstück 1c97054b87 Make command-repeat work after gdb.execute 8 years ago
Tom Tromey 833d985d1c Return gdbpy_ref from some Python string functions 8 years ago
Philippe Waroquiers 12615cba84 Add [-q] [-t TYPEREGEXP] [NAMEREGEXP] args to info [args|functions|locals|variables] 8 years ago
Tom Tromey 39a24317ac Report Python errors coming from gdb.post_event 8 years ago
Simon Marchi 8588b35692 python: Make gdb.execute("show commands") work (PR 23669) 8 years ago
Tom Tromey 0a9db5ad8a Change objfile_to_objfile_object to return a new reference 8 years ago
Tom Tromey 3c7aa30778 Change pspace_to_pspace_object to return a new reference 8 years ago
Tom Tromey 8743a9cdd2 Add more methods to gdb.Progspace 12 years ago
Tom Tromey a3a6aef409 Fix possible exception leak in python.c 8 years ago
Simon Marchi 0ae1a3211a python: Add Progspace.objfiles method 8 years ago
Tom Tromey a154931ef1 Fix help text for "python" command 8 years ago
Paul Koning aeab512851 Fix build issue with Python 3.7 8 years ago
Tom Tromey 7729052b53 Add basic Python API for convenience variables 8 years ago
Tom Tromey 29f9434081 Remove interp_ui_out 8 years ago
Tom Tromey 56bcdbea2b Let gdb.execute handle multi-line commands 8 years ago
Tom Tromey 12973681f5 Use counted_command_line everywhere 8 years ago
Tom Tromey 0489430a0e Handle var_zuinteger and var_zuinteger_unlimited from Python 8 years ago
Tom Tromey 7c66fffc1f Change Python code to use new_reference 8 years ago
Simon Marchi ba18742c3a C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr) 8 years ago
Joel Brobecker e2882c8578 Update copyright year range in all GDB files 8 years ago
Simon Marchi 798a7429f9 Remove some unused variables 8 years ago
Pedro Alves a20714ff39 Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching] 9 years ago
Simon Marchi e8e7d10c39 python: Fix memleak in do_start_initialization 9 years ago
Phil Muldoon d8ae99a7b0 Add Python rbreak command. 9 years ago
Tom Tromey 95a6b0a106 Constify execute_command 9 years ago
Tom Tromey 0b39b52e6e Constify add_com 9 years ago
Tom Tromey 981a3fb359 Constify add_prefix_cmd 9 years ago
Tom Tromey f2fc30156c Constify some linespec functions 9 years ago
Tom Tromey 7d221d749c Make it simpler to add events to Python 9 years ago
Tom Tromey 7c96f8c1da Add new_inferior, inferior_deleted, and new_thread events 9 years ago
John Baldwin 481695ed5f Remove unnecessary function prototypes. 9 years ago
Pedro Alves 6c5b2ebeac struct symtabs_and_lines -> std::vector<symtab_and_line> 9 years ago
Tom Tromey 0d50bde32b Remove a cleanup in Python 9 years ago
Tom Tromey 7f968c899f Avoid some manual memory management in Python 9 years ago
Tim Wiederhake d050f7d7f4 Python: Introduce gdb.Instruction class 9 years ago
Tom Tromey 93921405a4 Introduce command_line_up 9 years ago
Tom Tromey ffc2605c41 Introduce event_location_up 9 years ago
Thomas Preud'homme 0dedf3777d Fix Windows gdb build failure with Python 2 support 9 years ago
Pedro Alves a121b7c1ac -Wwrite-strings: The Rest 9 years ago
Pedro Alves 2adadf5170 -Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overload 9 years ago
Pedro Alves d721ba37d8 gdb: Make ldirname return a std::string 9 years ago
Andreas Arnez 1a5e158b68 Remove constness of libdir in do_start_initialization 9 years ago
Philipp Rudo 3f2a3564b1 Fix memory leak in python.c:do_start_initialization 9 years ago
Tom Tromey 3f77c7691f PR python/13598 - add before_prompt event 11 years ago
Tim Wiederhake 75c0bdf484 python: Implement btrace Python bindings for record history. 10 years ago
Tim Wiederhake 4726b2d82c python: Create Python bindings for record history. 10 years ago
Tom Tromey 2bb8f23195 Remove some gotos from Python 9 years ago
Tom Tromey 7780f18678 Turn gdbpy_ref into a template 9 years ago
Tom Tromey 1ac32117f7 Remove cleanups from execute_gdb_command 10 years ago
Tom Tromey 59876f8f9f Use gdbpy_ref in python.c 10 years ago