summaryrefslogtreecommitdiff
path: root/Userland/DevTools
AgeCommit message (Expand)Author
2021-03-09UserspaceEmulator: Don't assume entire malloc block is chunkedAndreas Kling
2021-03-09UserspaceEmulator: Don't audit accesses in calloc() and libsystem.soAndreas Kling
2021-03-09UserspaceEmulator: Tidy up the MallocRegionMetadata construction a bitAndreas Kling
2021-03-09UserspaceEmulator: Defer marking MmapRegion as malloc blockAndreas Kling
2021-03-09UserspaceEmulator: Keep the MMU regions list sortedAndreas Kling
2021-03-09UserspaceEmulator: Remember VM region names for MAP_ANONYMOUSAndreas Kling
2021-03-09UserspaceEmulator: Implement sys$set_mmap_name()Andreas Kling
2021-03-09UserspaceEmulator: Never try to mprotect(PROT_EXEC) MmapRegion backingAndreas Kling
2021-03-09UserspaceEmulator+LibC: Use sys$emuctl() to pass malloc info to UEAndreas Kling
2021-03-09Kernel+UserspaceEmulator: Add sys$emuctl() system callAndreas Kling
2021-03-09HackStudio: Add language client check in identifier clickBui Quang Minh
2021-03-08UserspaceEmulator: Support munmap/mprotect with partial mappingsBen Wiederhake
2021-03-08UserspaceEmulator: Enable splitting regions at arbitrary pointsBen Wiederhake
2021-03-08UserspaceEmulator: Convert backing storage from malloc to mmapBen Wiederhake
2021-03-08Everywhere: Remove unnecessary whitespace at the end of some lines.Emanuele Torre
2021-03-06HackStudio: Restart LanguageServer if it crashesItamar
2021-03-06LanguageServers: Support calling SetFileContent with not-yet open filesItamar
2021-03-06LanguageServers: Tweak FileDB APIItamar
2021-03-06HackStudio: Add ProjectFile::create_if_neededItamar
2021-03-06HackStudio: Create Language enum from file extension or language nameItamar
2021-03-06HackStudio: Remove redundant null check when creating a new project fileItamar
2021-03-06HackStudio: Make sure project files are created with an absolute pathItamar
2021-03-06HackStudio: Map connections to langauge-servers by language nameItamar
2021-03-06LanguageServers/Cpp: Allow the creation of DocumentData objects to failItamar
2021-03-05Profiler: Get perfcore file from ArgsParserLinus Groh
2021-03-04AK: Simplify Bitmap and implement in terms of BitmapViewAndreas Kling
2021-03-04HackStudio/LanguageServers: Move some components out of CppAnotherTest
2021-03-03Profiler: Symbolicate addresses in non-PIE ELF objectsAndreas Kling
2021-03-03Profiler: Cache and reuse mapped ELF objectsAndreas Kling
2021-03-03HackStudio: Allow multi-selection in project view treeBui Quang Minh
2021-03-02Kernel+Profiler: Capture metadata about all profiled processesAndreas Kling
2021-03-02HackStudio: Implement removing file from diskBui Quang Minh
2021-03-02LanguageServers/Cpp: Fix nullptr dereference in ~LanguageClientItamar
2021-03-02LanguageServers/Cpp: Fix typoItamar
2021-03-01Profiler: Print addresses as pointers in new Samples viewBrian Gianforcaro
2021-02-28Profiler: remove unimplemented Profile::LibraryMetadata::symbolicate() defini...thislooksfun
2021-02-27Profiler: Add a new "Samples" view to the main UIAndreas Kling
2021-02-27LibVT: Put TerminalWidget in the VT namespace :^)Andreas Kling
2021-02-27Profiler: Move ELF object name to its own profile graph columnAndreas Kling
2021-02-27Profiler: Unbreak DisassemblyModel after shared library introductionAndreas Kling
2021-02-27HackStudio: Support searching symbol declarations in the LocatorItamar
2021-02-27LanguageServers/Cpp: Update client asynchronously about symbolsItamar
2021-02-27LanguageServers/Cpp: Add type to DeclarationsItamar
2021-02-27LanguageServers: Add ProjectLoaction, Declaration types and use in IPCItamar
2021-02-26LanguageServers/Cpp: Don't VERIFY that a file could be foundItamar
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-26HackStudio: Set correct icons, text and location in menusthankyouverycool
2021-02-24Profiler: Add help documentationBrendan Coles
2021-02-24Profiler: Make sure rendered timestamps don't overflowSahan Fernando
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling