77 Commits (1da5d0e664e362857153af8682321a89ebafb7f6)

Author SHA1 Message Date
Tom Tromey 1da5d0e664 Change how Python architecture and language are handled 4 years ago
Joel Brobecker 4a94e36819 Automatic Copyright Year update after running gdb/copyright.py 4 years ago
Tom Tromey 9698f71410 Remove uses of fprintf_symbol_filtered 5 years ago
Simon Marchi 01add95bed gdb: fix some indentation issues 5 years ago
Andrew Burgess 7807d76a1c gdb/python: fix FrameDecorator regression on Python 2 5 years ago
Joel Brobecker 3666a04883 Update copyright year range in all GDB files 5 years ago
Simon Marchi dda83cd783 gdb, gdbserver, gdbsupport: fix leading space vs tabs issues 6 years ago
Tom Tromey 47f0e2ff7f Don't use PyInt_FromLong 6 years ago
Simon Marchi 7813437494 gdb: remove TYPE_CODE macro 6 years ago
Joel Brobecker b811d2c292 Update copyright year range in all GDB files. 6 years ago
Christian Biesinger c1b5c1ebc9 Use an accessor function for general_symbol_info::language 6 years ago
Christian Biesinger 987012b89b Replace SYMBOL_*_NAME accessors with member functions 6 years ago
Christian Biesinger c9d95fa3d0 Replace the MSYMBOL_*_NAME macros with member functions 6 years ago
Tom Tromey 7f6aba03b9 Introduce metadata style 7 years ago
Tom Tromey e43b10e10e Remove the ui_out_style_kind enum 7 years ago
Tom Tromey 123cd85148 Make struct frame_arg self-managing 7 years ago
Alan Hayward 3d31bc39e6 AArch64 pauth: Indicate unmasked addresses in backtrace 7 years ago
Philippe Waroquiers 4b5e8d19af Implement 'set print frame-info|frame-arguments presence'. 7 years ago
Tom Tromey 381befeedf Rename field_int to field_signed 7 years ago
Tom Tromey 268a13a5a3 Rename common to gdbsupport 7 years ago
Pedro Alves d4c16835ca Make "backtrace" support -OPT options 7 years ago
Tom Tromey 230d2906b9 Rename gdb exception types 7 years ago
Tom Tromey a70b814420 Rewrite TRY/CATCH 7 years ago
Tom Tromey 582942f456 More block constification 7 years ago
Tom Tromey 3fabc0163a Do not include py-ref.h in most files 7 years ago
Joel Brobecker 42a4f53d2b Update copyright year range in all GDB files. 7 years ago
Tom Tromey cbe5657196 Add output styles to gdb 8 years ago
Tom Tromey 6ef2312a17 Consolidate some Python exception-printing functions 7 years ago
Jan Vrany 3bf9c013e4 MI: Fix printing of frame architecture with Python frame filters enabled 8 years ago
Tom Tromey 2038b7fdf3 Remove some uses of is_mi_like_p from py-framefilter.c 8 years ago
Tom Tromey 76c939acfd Simplify exception handling in py-framefilter.c 8 years ago
Tom Tromey eb68e48764 Call wrap_hint in one more spot in py-framefilter.c 9 years ago
Tom Tromey 1f111921a0 Return EXT_LANG_BT_ERROR in one more spot in py-framefilter.c 9 years ago
Tom Tromey 4ca59a9f36 Throw a "quit" on a KeyboardException in py-framefilter.c 9 years ago
Tom Tromey 92256134f3 Allow C-c to work in backtrace in more cases 9 years ago
Tom Tromey 7a630bc2f9 Avoid manual resource management in py-framefilter.c 9 years ago
Tom Tromey 63283d4a29 Remove EXT_LANG_BT_COMPLETED 9 years ago
Tom Tromey 978d6c756f Allow hiding of some filtered frames 9 years ago
Tom Tromey d4dd32824a Change frame_filter_flags to use DEF_ENUM_FLAGS_TYPE 9 years ago
Tom Tromey 6893c19a8b Make "bt N" print correct number of frames when using a frame filter 10 years ago
Joel Brobecker e2882c8578 Update copyright year range in all GDB files 8 years ago
Pedro Alves a121b7c1ac -Wwrite-strings: The Rest 9 years ago
Tom Tromey 7780f18678 Turn gdbpy_ref into a template 9 years ago
Tom Tromey d4b0bb186e Remove some ui_out-related cleanups from Python 9 years ago
Pedro Alves d7e747318f Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy 9 years ago
Tom Tromey 13df46cc0f Use gdbpy_ref rather than make_cleanup_py_decref 10 years ago
Tom Tromey 06fc9bf7d9 Use gdbpy_ref in enumerate_args 10 years ago
Tom Tromey 74c49d454b Use gdbpy_ref in py_print_frame 10 years ago
Tom Tromey 3b4e0e01f8 Use gdbpy_ref in py_print_frame 10 years ago
Tom Tromey 6349f452e0 Introduce htab_up and use gdbpy_enter in py-framefilter.c 10 years ago