aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/elfreader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace most expected_str by Utils::Resulthjk2025-04-111-1/+1
* Utils: Comment out unused code in ElfReaderhjk2025-03-111-51/+51
* Utils: Change std::shared_ptr to std::unique_ptrMarcus Tillmanns2025-03-111-2/+2
* Utils: Add FilePath::isLocal() and use it instead of !needsDevice()hjk2024-12-091-1/+1
* ElfReader: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-011-2/+2
* Utils: Tr::trAlessandro Portale2023-02-011-12/+13
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Utils: Add std::expected implementationMarcus Tillmanns2022-12-141-1/+4
* FilePath: Return optional bytearray for file contentsEike Ziller2022-09-121-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Drop unused headers [A-H]Jarek Kobus2022-05-251-1/+1
* ElfReader: Fix running locallyOrgad Shaneh2021-10-141-1/+1
* Debugger: Make ElfReader work remotelyhjk2021-09-091-10/+21
* Utils: ModernizeAlessandro Portale2018-07-201-2/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Catch exceptions by const reference.Christian Kandeler2014-11-281-1/+1
|/
* ElfReader: Catch bad_alloc exceptionOrgad Shaneh2014-11-251-1/+7
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Debugger: Support setting substitute path by regexpOrgad Shaneh2014-09-181-31/+24
|/
* Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-221-5/+5
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Clean headers in Utils.Friedemann Kleint2013-03-191-2/+0
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Fix spelling/blank errors discovered by the bots.Friedemann Kleint2013-01-291-1/+1
|/
* Adjust license headershjk2012-10-051-31/+19
* elfreader: prevent out-of-bound reads when reading core file nameshjk2012-08-151-4/+11
* Using numerous formRobert Loehning2012-07-311-2/+2
* tr()-Fixes for 2.6.Friedemann Kleint2012-07-301-24/+21
* Fix warningsTobias Hunger2012-06-121-2/+2
* Elf reader: Fix asserts for 64 bit hosts.Christian Kandeler2012-06-111-2/+2
* debugger: Fix section flag reading on 64 bit targetshjk2012-06-081-1/+1
* debugger: extend elfreader to 64 bit targetshjk2012-06-081-136/+105
* debugger: read file type and machine type from binaryhjk2012-06-081-54/+56
* debugger: more elf shufflinghjk2012-06-081-91/+185
* Windows compile fix for elfreaderJoerg Bornemann2012-06-061-6/+6
* debugger: rework core adapterhjk2012-06-061-65/+106
* debugger: reshuffle sections in module datahjk2012-06-051-0/+7
* debugger: make elfreader also report offset and size of sectionshjk2012-06-051-5/+25
* utils: add a simple elfreader to extract section nameshjk2012-06-011-0/+240