aboutsummaryrefslogtreecommitdiff
path: root/absl/debugging
Commit message (Expand)AuthorAgeFilesLines
* `demangle`: Parse template template and C++20 lambda template param substitut...Dino Radakovic2024-02-152-2/+48
* `demangle`: Parse optional single template argument for built-in typesDino Radakovic2024-02-132-6/+45
* `demangle`: Add complexity guard to `ParseQRequiresExpr`Dino Radakovic2024-02-131-0/+2
* `demangle`: Parse `requires` clauses on template params, before function retu...Dino Radakovic2024-02-092-17/+59
* `demangle`: Parse `requires` clauses on functionsDino Radakovic2024-02-092-8/+53
* `demangle`: Parse C++20-compatible template param declarations, except those ...Dino Radakovic2024-02-082-7/+97
* `demangle`: Implement parsing for simplest constrained template argumentsDino Radakovic2024-02-072-0/+42
* Fix a typo.Abseil Team2024-02-041-1/+1
* Always check if the new frame pointer is readable.Abseil Team2024-01-231-7/+8
* Avoid a empty library build failure on Apple platformsDerek Mauro2024-01-031-0/+18
* AddressIsReadable: improve commentsFangrui Song2023-12-201-2/+4
* Speed-up absl::Symbolize by ~6x via faster file reads.Abseil Team2023-11-151-44/+108
* Add explicit int -> uintptr_t conversion in stacktrace code for aarch64Abseil Team2023-11-081-1/+1
* Properly handle signal stacks and frame-size calculationsAbseil Team2023-11-071-17/+38
* Bazel: Support layering_check and parse_headersDerek Mauro2023-10-101-0/+10
* With sufficiently high-levels of optimization, this functionAbseil Team2023-10-041-0/+3
* Re-submit with a fix for platforms without RTTI.Abseil Team2023-10-024-34/+85
* Delete dead function.Abseil Team2023-09-271-10/+0
* Add an internal wrapper for `abi::__cxa_demangle()`.Abseil Team2023-09-264-85/+34
* Add an internal wrapper for `abi::__cxa_demangle()`.Abseil Team2023-09-264-34/+85
* PR #1509: Allow building when targeting WASIAnuraag Agrawal2023-08-151-1/+1
* PR #1500: Define MAP_ANONYMOUS if not definedRyan Schmidt2023-08-014-35/+34
* symbolize_test: Add an indirection for getting the PC from function ptr.Tom Rybka2023-07-062-24/+58
* Fix symbolization on PowerPC ELF v1Benjamin Barenblat2023-06-291-19/+33
* Support Qualcomm Hexagon DSP targets.Abseil Team2023-06-291-1/+1
* Add missing #include <limits>Derek Mauro2023-06-201-0/+1
* The current aarch64 large-stack frame error handling is unsophisticated,Abseil Team2023-06-152-10/+37
* Rename AsyncSignalSafeWriteToStderr to AsyncSignalSafeWriteError.Abseil Team2023-06-151-2/+1
* Fix unwinding through nested signal frames on aarch64.Abseil Team2023-06-091-4/+9
* Add VxWorks supportBin Lan2023-06-081-1/+2
* Note that AsyncSignalSafeWriteToStderr preserves errno, and inline one use of...Andy Getzendanner2023-05-251-5/+5
* Merge pull request #1455 from juergbi:solarisCopybara-Service2023-05-231-1/+1
|\
| * absl/debugging: Fix build on SolarisJürg Billeter2023-05-231-1/+1
* | Migrate most RAW_LOGs and RAW_CHECKs in tests to regular LOG and CHECK.Andy Getzendanner2023-05-238-42/+49
|/
* Add missing dependency on dynamic_annotations to stacktrace, which is needed ...Abseil Team2023-05-082-0/+2
* Fix spelling mistakesVertexwahn2023-04-274-4/+4
* Fix some spelling mistakesVertexwahn2023-04-241-1/+1
* Name anonymous memory allocations on Linux.Abseil Team2023-04-121-0/+18
* Properly calculate frame sizes on Aarch64Abseil Team2023-03-301-12/+15
* Fix //absl/{base,debugging:symbolize} build with MingwAbseil Team2023-02-281-0/+4
* Merge pull request #1393 from AtariDreams:cppCopybara-Service2023-02-221-1/+1
|\
| * Prefer C++ notation over CRose2023-02-161-1/+1
* | Merge pull request #1394 from AtariDreams:constructorsCopybara-Service2023-02-211-2/+2
|\ \
| * | Convert empty constructors to default onesRose2023-02-171-2/+2
| |/
* / absl: fix potential int overflow in ELF readingAbseil Team2023-02-211-0/+10
|/
* The type of MINSIGSTKSZ is not guaranteed; avoid potential implicit sign conv...Abseil Team2023-01-281-1/+1
* absl: harden stack bounds checkAbseil Team2023-01-231-6/+14
* absl: add a stack unwinding testAbseil Team2023-01-204-2/+88
* [NFC] fix typo in comment.Abseil Team2022-12-271-1/+1
* Replace std::atomic_flag with std::atomic<bool> to avoid the C++20Derek Mauro2022-11-091-0/+1