summaryrefslogtreecommitdiff
path: root/gdb/hppa-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Convert hppa-tdep.c to type-safe registry APITom Tromey2019-05-081-10/+7
* Remove excess calls to gdb_flushTom Tromey2019-03-051-2/+0
* gdb/hppa: Use default gdbarch method default_dummy_id.Andrew Burgess2019-02-271-9/+0
* Make minimal symbol range adapter a method on objfileTom Tromey2019-01-171-1/+1
* Change all_objfiles adapter to be a method on program_spaceTom Tromey2019-01-171-2/+2
* Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLSTom Tromey2019-01-091-13/+14
* Remove most uses of ALL_OBJFILESTom Tromey2019-01-091-50/+49
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Pass return_method to _push_dummy_callAlan Hayward2018-11-161-4/+6
* Simple unused variable removalsTom Tromey2018-07-221-2/+0
* Remove regcache_cooked_write_partSimon Marchi2018-05-301-8/+7
* Remove regcache_cooked_read_partSimon Marchi2018-05-301-4/+3
* Remove regcache_cooked_writeSimon Marchi2018-05-301-8/+6
* Remove regcache_cooked_readSimon Marchi2018-05-301-1/+1
* Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possibleSimon Marchi2018-05-201-5/+2
* Pass readable_regcache to gdbarch method read_pcYao Qi2018-02-211-3/+3
* class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi2018-02-211-1/+1
* Replace regcache_raw_read with regcache->raw_readYao Qi2018-01-221-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Constify unwind_commandTom Tromey2017-09-271-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Delegate opcodes to select disassembler in GDBYao Qi2017-05-241-2/+0
* -Wwrite-strings: The RestPedro Alves2017-04-051-2/+2
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-0/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* gdb: Remove support for obsolete OSABIs and a.outPedro Alves2016-12-091-23/+0
* Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi2016-11-031-3/+4
* GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi2016-11-031-8/+4
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-12/+13
* remove trivialy unused variablesTrevor Saunders2016-05-071-7/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* gdb: Fix left shift of negative value.Dominik Vogt2015-11-171-4/+4
* PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans2015-10-261-2/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-9/+11
* Add casts to memory allocation related callsSimon Marchi2015-09-251-2/+2
* Rename in_function_epilogue_p to stack_frame_destroyed_pMartin Galvan2015-05-261-4/+7
* Remove HPUXJan Kratochvil2015-03-131-10/+33
* gdb/hppa-tdep.c: Fix logical working flow issues and check additional store i...Chen Gang2015-01-221-26/+95
* Fix gcc-5 compilationJan Kratochvil2015-01-161-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Prepare gdb for 64-bit obstacksAlan Modra2014-08-051-2/+2
* start change to progspace independenceTom Tromey2014-02-261-1/+1
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-6/+11
* change minsym representationTom Tromey2014-02-261-3/+3
* cleanup: remove declared variables without any referencesSanimir Agovic2014-02-131-12/+0
* replace XZALLOC with XCNEWTom Tromey2014-01-131-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* * objfiles.h (pc_in_section): New prototype.Maciej W. Rozycki2013-06-241-6/+5
* -Wpointer-sign: char -> gdb_byte.Pedro Alves2013-04-191-2/+2