592 Commits (4e9d2153228d95c972907a8b13237218d380c5d3)

Author SHA1 Message Date
Tom Tromey 30a7bb833c Fix some error-handling bugs in python frame filters 10 years ago
Pedro Alves 2f408ecb92 Use ui_file_as_string throughout more 10 years ago
Pedro Alves c92aed165e Use ui_file_as_string in gdb/python/ 10 years ago
Pedro Alves db1ec11fff Use ui_file_as_string in execute_command_to_string 10 years ago
Doug Evans 5996220cfa Fix ext lang calls to value_struct_elt. 10 years ago
Doug Evans bc71081e53 python/py-unwind.c (unwind_infopy_str): Fix use of VEC_iterate. 10 years ago
Pedro Alves b15cc25cbe Make symfile_add_flags and objfile->flags strongly typed 10 years ago
Tom Tromey 67ad9399e2 Remove make_cleanup_restore_current_uiout 10 years ago
Tom Tromey b7b633e9b1 Use RAII to save and restore scalars 10 years ago
Markus Metzger 68dadef54c python: accept address and explicit locations in gdb.decode_line 10 years ago
Doug Evans 33fa2c6e1b Fix gdb.Value->python conversion for large unsigned ints. 10 years ago
Tom Tromey 12c58cd4dc Avoid -Wduplicated-cond warnings in gdb/python 10 years ago
Simon Marchi cd94f6d535 Introduce cleanup to restore current_uiout 10 years ago
Tom Tromey 282a0691a7 PR python/18565 - make Frame.function work for inline frames 10 years ago
Tom Tromey 7f131b3997 Add missing newline to py-breakpoint.c 10 years ago
Tom Tromey 78cc6c2d9a Remove unused variables 10 years ago
Tom Tromey dac790e1b9 PR python/15620, PR python/18620 - breakpoint events in Python 11 years ago
Tom Tromey 93daf339a4 PR python/17698 - add Breakpoint.pending 10 years ago
Tom Tromey 43684a7b84 use user_breakpoint_p in python code 10 years ago
Tom Tromey e0f3fd7c44 PR python/19293 - invalidate frame cache when unwinders change 10 years ago
Tom Tromey 803b47e5d4 Fix PR python/20129 - use of non-existing variable 10 years ago
Pierre-Marie de Rodat f495252396 Fix use of a dangling pointer for Python breakpoint objects 10 years ago
David Taylor 6b8505468e Support structure offsets that are 512K or larger. 10 years ago
Tom Tromey 0c72ed4ca2 Make gdbpy_parameter static 10 years ago
Tom Tromey 17621150cc PR gdb/16483 - simplify "info frame-filters" output 10 years ago
Pedro Alves f38d3ad186 Make instream be per UI 10 years ago
Pedro Alves 8322445e05 Introduce interpreter factories 10 years ago
Pedro Alves cb81451067 Make the interpreters be per UI 10 years ago
Tom Tromey 4dee35314b PR python/19819 - remove unused globals from py-xmethods.c 10 years ago
Tom Tromey 1b40ec0559 Fix PR python/18984 11 years ago
Tom Tromey 7bd787e877 fix spelling of HAVE_LIBPYTHON2_4 in py-value.c 10 years ago
Tom Tromey ddae946278 Fix PR python/17386 - add __index__ method to gdb.Value 12 years ago
Tom Tromey e2b7f516fc add nb_inplace_divide for python 2 10 years ago
Tom Tromey 1957f6b89f Fix PR python/17981 10 years ago
Tom Tromey 0f6ed0e0ef Fix PR python/19438, PR python/18393 - initialize dictionaries 10 years ago
Trevor Saunders 870f88f755 remove trivialy unused variables 10 years ago
Pedro Alves 86f1abec45 Fix gdb/python/python.c use-after-free 10 years ago
Pedro Alves 1aa9670288 Remove gdb/python/python.c code that handles strlen failing with -1 10 years ago
Pedro Alves b36cec19e8 Add missing sentinel 'char *' casts in concat/reconcat calls 10 years ago
Pedro Alves a149683b0c Eliminate clear_quit_flag 10 years ago
Pedro Alves 6eddd09a12 Make Python use a struct serial event 10 years ago
Catalin Udma e7ea3ec7c6 python: Use console format for output of gdb.execute command 10 years ago
Doug Evans 4ae6cc1962 python/py-utils.c (host_string_to_python_string): New function. 10 years ago
Simon Marchi f2f3ccb9f8 Add $_as_string convenience function 10 years ago
Keith Seitz 9f61929fd8 python/19506 -- gdb.Breakpoint address location regression 10 years ago
Joel Brobecker 305e13e67f Fix regression introduced in "break *<EXPR>" by explicit location patches. 11 years ago
Simon Marchi 5f5dfff63f Fix sorting of enum values in FlagEnumerationPrinter 10 years ago
Simon Marchi 10e3ed9029 Fix enum flag with Python 3 10 years ago
Pedro Alves c2f4122d5c Limit breakpoint re-set to the current program space 10 years ago
Pedro Alves 22a0232400 Add Python InferiorThread.global_num attribute 10 years ago